mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
26 lines
654 B
Plaintext
26 lines
654 B
Plaintext
{
|
|
"seerproject": {
|
|
"executable": "hellonim",
|
|
"postgdbcommands": [
|
|
""
|
|
],
|
|
"pregdbcommands": [
|
|
"skip -gfile lib/system.nim",
|
|
"skip -gfile lib/system/*.nim"
|
|
],
|
|
"startmode": {
|
|
"arguments": "",
|
|
"breakinfunction": false,
|
|
"breakinfunctionname": "",
|
|
"breakinmain": true,
|
|
"breakpointsfile": "",
|
|
"nobreak": false,
|
|
"nonstopmode": false,
|
|
"randomizestartaddress": false,
|
|
"showassemblytab": false
|
|
},
|
|
"symbolfile": "",
|
|
"workingdirectory": ""
|
|
}
|
|
}
|