prb28 / vscode-amiga-vbcc-example

VBCC workspace example
20 stars 1 forks source link

Not possible to inspect local c variables when debugging? #10

Open mfamfa opened 3 years ago

mfamfa commented 3 years ago

It doesn't seem to be possible to inspect local c variables when debugging. Is this a known limitation or am I missing something?

prb28 commented 3 years ago

There are a lot of limitations in this integration and the C variables resolution is the biggest. Because the extension only parses a line debug file format that does not have these symbols. For a better integration of C you should consider this extension : https://github.com/BartmanAbyss/vscode-amiga-debug

mfamfa commented 3 years ago

Ok, thank you. I am on Mac so I will have to live without or use parallels.