EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.34k stars 169 forks source link

Wrong values in watch #273

Closed GloriousPtr closed 2 weeks ago

GloriousPtr commented 3 months ago

Shows wrong values in watch and hover. Build: 0.9.10 ALPHA [c60d3aa]

image
GloriousPtr commented 3 months ago

Shows correct values if optimizations are disabled.

ryanfleury commented 3 months ago

I expect that this is occurring due to a new location information case, which unoptimized builds do not produce. Is it possible for you to send me the PDB & RDI files for this build, as well as the function name where this is located? That will let me deduce what the PDB is producing and why it is either being misconverted or misused in the debugger.

GloriousPtr commented 3 months ago

Sadly I can't share any of that but I'll try to repro on my end and share my findings. Again, sorry about that.

GloriousPtr commented 2 weeks ago

Haven't encountered this in months, closing the issue.