rolandshacks / vs64

C64 Development Environment for Visual Studio Code
Other
88 stars 15 forks source link

Cannot inspect variables when debugging c programs #69

Open StrawHatPro opened 2 months ago

StrawHatPro commented 2 months ago

Hello, when I'm using either cc65 or llvm I am unable to inspect variables while debug is running even after adding them to watch. debugvariable

rolandshacks commented 2 months ago

Hi. Unfortunately, that is a known limitation of the current debugger which I would love to get rid of. Handling the stack is not well implemented, yet. (...as it's complex, elf/dwarf is a beast, and it is a lot of work ... but it's on my list...)

Cheers! Roland

StrawHatPro commented 2 months ago

Ah I understand, thank you very much for the quick response :)