Symbol is interpreted when howevering, but not within variable-explorer #475
Replies: 2 comments 1 reply
-
Just self-answering the question: It seems that I was missing compiler flags, so that debug symbols have been missing. I would like to mention the following article and show my CMake-flags, and my configure.user file (for compiling OMNeT++) to create necessary symbols: Looking forward to any additional input - getting LLDB right is just a novel topic for me. |
Beta Was this translation helpful? Give feedback.
-
However, every now and then, debugging fails with the following stack backtrace:
Are there still symbols missing or could this be an actual bug? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am working on automating debugging with OMNeT++ CMake and VS-Code on Windows and came across a strange behaviour when debugging a simple example. The variable is successfully interpreted when hovering, but in the variable explorer only the pointer address is shown (I would expect to be able to unfold the object/pointer and interpret its content like with GDB).
Have I overseen some settings? Here the link to the issue in OMNeT++ CMake.
Here an overview of the actual launch.json
Not sure if this is a bug or a missing setting... Looking forward to getting some help!
Beta Was this translation helpful? Give feedback.
All reactions