RemedyBG»Forums
Ryan Saunderson
2 posts
Print local variables
Edited by Ryan Saunderson on
Hello,

Awesome debugger btw. Loads quickly, works great in C. However....

I'd like to use it to debug Zig executables on Windows. The applications load just fine, but I'm unable to actually add any local variables to the watch window. It's possible that the locals just have funky symbols names, but since I can't query that (AFAIK RemedyBG does not have a gdb 'list locals' equivalent), I'm not sure where to start.

I'd be happy to work back and forth on this if you're interested.
311 posts / 1 project
None
Print local variables
Dimenus
Hello,

Awesome debugger btw. Loads quickly, works great in C. However....

I'd like to use it to debug Zig executables on Windows. The applications load just fine, but I'm unable to actually add any local variables to the watch window. It's possible that the locals just have funky symbols names, but since I can't query that (AFAIK RemedyBG does not have a gdb 'list locals' equivalent), I'm not sure where to start.

I'd be happy to work back and forth on this if you're interested.


Thanks!

This is a known issue with PDBs generated with LLVM written up here: Github Issue. Not sure when I'll get to this but it is definitely being considered.

--
George