Skip to content

Debugging? #55

Answered by drmortalwombat
KungPhoo asked this question in Q&A
Discussion options

You must be logged in to vote

I can recommend two options.
1.) Use vice and load the compiler generated lable file with the -moncommands:
C:\C64\GTK3VICE-3.8-win64\bin\x64sc -moncommands ninia.lbl ninia.crt
keep the .asm file around to look up what happens. Using the -g option in the compiler will generate a more annotated .asm file.
2.) Use a source level debugger such as https://github.com/MihaMarkic/modern-vice-pdb-monitor which has source level support for oscar

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KungPhoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants