reedz / windbg-debug

WinDbg-based debug adapter for VS Code
MIT License
38 stars 9 forks source link

Does this VSCode extension support Remote Debugging by connecting to a DbgSrv.exe (Process Server) via a "-premote" transport specifier / connection string? #16

Open smihaila opened 10 months ago

smihaila commented 10 months ago

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.