No source file available for this location #101
Unanswered
IlyaShaternik
asked this question in
Q&A
Replies: 1 comment
-
Yes, it's possible. GCC has an option to configure the DWARF version that the debug information is generated in, perhaps you could try that. Make sure that Very Sleepy is configured to use the appropriate dbghelp implementation. |
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 sorry if this is stupid question. So I have an executable which was compiled with gcc from MSYS2 MinGW64 with debug symbols. For example if I use gdb on it I can step through the source as expected. I wanted to try to use verysleepy on it. It collects information about how much time is spent in different functions, but the source code is not available. Maybe it is because gcc version is newer than expected by Dr.MinGW?
Beta Was this translation helpful? Give feedback.
All reactions