I ran into a Win64 debugging problem where it looks like we are "missing" debug info. So I did some research and re-created all my .dproj files for our flagship product. This helped, as I got my "missing" blue balls back.
But now I run into a new problem: the (top) stack frame displayed in the stack display window appears to be wrong, which results in local variables not being displayed in the local variables pane, and also not when hovering the mouse above some variable. But when I select the stack frame which I think is correct, the local variables window is not empty anymore. Hovering the mouse still shows nothing.
Also check the linked screenshots, which should clarify things a lot more.
Relevant compiler options
- Debug info: Debug information
- Local Symbols: True
- Stack Frames: True
- Symbol reference info: reference info
- Use debug dcus: False
- Use imported data references: True
- Linker debug info: True
- Include remote debug symbols: False
Version info:
- RAD studio Enterprise 10.2.3 tokyo, build 25.0.29899.2631
- DDevExtension installed, IDEFixPack Installed (Uninstalling makes no difference)
- JCLDebug installed (uninstalling makes no Difference)
I have played around with many combinations of debug settings, but the problem persists on my system.
My colleagues computer has exactly the same issue in the same code, so at least it is reproducible with confidence. When trying to reproduce this using a small project with runtime bpl's the problem appears not to occur, or I am unable to reproduce it. Hence I have no source to release for this.
And off course here's a (are) question(s):
- Has anyone else experienced this?
- found a solution? - please share!
- Not found a solution? -> please add comment/vote for this issue
I would love to add some pictures to clarify, but unfortunately my reputation isn't high enough yet. So I can only add links to the pictures, sorry for that.