Files
seer/tests/hellonim/project.seer
2024-03-18 20:18:10 -05:00

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": ""
}
}