Open astrelsky opened 3 years ago
Natvis.cs is s where we parse the natvis file for cppdbg
.
the STL.natvis
in the vsdbg
folder uses the natvis parser from CppEE.dll
which is a superset of the parser in MIEngine due to the limited capabilities of visualization we have with GDB/LLDB.
Natvis.cs is s where we parse the natvis file for
cppdbg
.the
STL.natvis
in thevsdbg
folder uses the natvis parser fromCppEE.dll
which is a superset of the parser in MIEngine due to the limited capabilities of visualization we have with GDB/LLDB.
Thank you very much. Would it be possible to have this ignored? Ultimately I think the entire type element would have to be dropped but I see it as a much better alternative then just dropping the entire file. I will most likely end up regex removing all of the problematic types so that I can get some type markup.
Bug type: Debugger
Describe the bug
To Reproduce Please include a code sample and
launch.json
configuration. Steps to reproduce the behavior:lldb-mi
with the toolchain just built.clang -glldb main.cpp -o main.exe
Priority
attribute forType
isn't being handled.Additional context This is on a system without internet. As such I am unable to provide any log files. Please also disregard any typos in the provided launch config as it was typed by hand.
I can't seem to find where the visualizer files are being handled in the repo. I would like to be able to patch fix it into the extension on my local machine if at all possible but if I need to wait for another release it is understandable.