Replies: 2 comments 14 replies
-
Ok, so I've added the {
"version": "0.2.0",
"configurations": [
{
"type": "amiga",
"request": "launch",
"name": "Amiga 500",
"config": "A500",
"program": "${workspaceFolder}/build/alloldworld",
"kickstart": "D:/usr/Documents/Amiga files/WinUAE/kick13.rom",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "amiga",
"request": "launch",
"name": "Amiga 1200",
"config": "A1200",
"program": "${workspaceFolder}/build/alloldworld",
"kickstart": "D:/usr/Documents/Amiga files/WinUAE/kick31.rom",
"internalConsoleOptions": "openOnSessionStart"
}
]
} and I get no error, executable works! Indeed, log file isn't created, but I created a breakpoint on logWrite in Now, about logging - you need to put ACE into debug mode. Depending how you call cmake, you can do it as follows:
This will enable debug mode, and now you have 2 extra choices:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Yes it did work! Of course :) And If you dont have anything else to do, feel free to look at my current problem :) This code scrolls. But I would like to not scroll the lower part of the screen. |
Beta Was this translation helpful? Give feedback.
-
Hello again! Thanks for all help so far.
Now winuae starts when i press F5, but I see no traces of my program in it. All commands I type to AMIGaDos fail, and I see no trace of the game.log that Im supposed to write to. :)
So If you have even more patience, Ill be glad for some more help...
Have a nice weekend regardless!
GoodOldWorld.zip
Beta Was this translation helpful? Give feedback.
All reactions