rolandshacks/vs64

Cannot inspect variables when debugging c programs

StrawHatPro opened this issue · 2 comments

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

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

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