Does this VSCode extension support Remote Debugging by connecting to a DbgSrv.exe (Process Server) via a "-premote" transport specifier / connection string? #16
I'm looking for something similar to Visual Studio's built-in Debugger (i.e. highly-visual look'n'feel) but which can support connecting to a Debug Server entity described by Microsoft's DTW (Debug Tools for Windows) as "Process Server" (which is implemented via DbgSrv.exe.
Is the windbg-debug VSCode extension able to act as a "Smart Debug Client" and support connecting to a running DbgSrv.exe session via something like -premote tcp:server=ipv4OrFQDNOfMachineRunningDbgSrv,port=someTCPport ?
Hi,
I'm looking for something similar to Visual Studio's built-in Debugger (i.e. highly-visual look'n'feel) but which can support connecting to a Debug Server entity described by Microsoft's DTW (Debug Tools for Windows) as "Process Server" (which is implemented via
DbgSrv.exe
.Is the windbg-debug VSCode extension able to act as a "Smart Debug Client" and support connecting to a running
DbgSrv.exe
session via something like-premote tcp:server=ipv4OrFQDNOfMachineRunningDbgSrv,port=someTCPport
?Thank you.