vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

add modules view

Open Trass3r opened this issue 5 years ago • 2 comments

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.

Trass3r avatar Aug 21 '20 12:08 Trass3r

Adapter side implemented in microsoft/MIEngine#1054. Blocked by microsoft/vscode#59329.

Trass3r avatar Aug 23 '20 20:08 Trass3r

Please vote @ https://github.com/microsoft/vscode/issues/155723 if you're interested in this feature.

Trass3r avatar Jul 20 '22 14:07 Trass3r

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).

jeremyong avatar Nov 22 '22 20:11 jeremyong