vscode-cpptools
vscode-cpptools copied to clipboard
add modules view
Type: Debugger
As reported by gdb i sh command, as available in Visual Studio and https://github.com/vadimcn/vscode-lldb/blob/master/extension/modulesView.ts.
Adapter side implemented in microsoft/MIEngine#1054. Blocked by microsoft/vscode#59329.
Please vote @ https://github.com/microsoft/vscode/issues/155723 if you're interested in this feature.
Curious about the status of this feature, it's very difficult to switch from the native Visual Studio debugger to the VSCode debugger at the moment because of missing features like this (viewing DLLs loaded, DLL base addresses, etc.). A common class of bugs are related to DLL loading problems (in particular, any code that does explicit dynamic linking via LoadLibrary and GetProcAddress).