(debug build) Can't view variables when jumping between methods in the callstack |
|
Issue descriptionEver since we switched to Clang on Windows, I've had this issue which makes debugging really hard. If I set a breakpoint and then try to jump to methods lower in the stack, VS won't show the local variables' content. I have to set a different breakpoint in that method and when it's topmost then it works.
,
Aug 7
This sounds like it could be a problem with stack unwinding. Are you using 32-bit builds? If so, does the problem go away with x64 builds? Our 64-bit unwind info support is much better.
,
Aug 7
Correct, I'm using 32 bit builds. I haven't tried 64 bit builds before, since afaik they're slower to build. I also assume they'd use more memory in VS, which already has issues with OOMs? |
|
►
Sign in to add a comment |
|
Comment 1 by thakis@chromium.org
, Aug 7