Cannot inspect variables when debugging c programs
StrawHatPro opened this issue · 2 comments
StrawHatPro commented
rolandshacks commented
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
Ah I understand, thank you very much for the quick response :)