Does x32dbg Support Source Level Debugging of DLLs Compiled With Visual Studio Express 2010? #3433
Replies: 3 comments 1 reply
-
Right click on the disassembly -> open source. That being said, source debugging isn’t really supported. You can step through the lines and see the source, but you won’t see variables etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response. Even though I knew that the drop down menu was supposed to offer an option to view the source code I somehow missed it every time I tried to look at the source. Anyhow, open source did work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks! Nice to know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on an older codebase and need to use Visual Studio Express 2010 (VSE). Using VSE I've built a debug version of the DLL and within the VSE IDE I can source-level debug the DLL. I'd like to source level debug the DLL within x32dbg if this is possible. Using x32dbg I can attach to the program that uses the DLL and looking at the symbols window I see that symbols for the DLL are loaded. I don't see any options though to step into the source code for the DLL.
Am I missing something or is source level debugging of such DLLs not supported?
Beta Was this translation helpful? Give feedback.
All reactions