Remote debugging ( connecting to remote session or start own debug server ) is not supported now.
To run debug server you can try to use
dbgCommand( ".server tcp:port=12345")
I'm not sure it will work outside windbg
Our developing principle: implement things you need. So, if you need for DebugConnect we will added it,
To run debug server you can try to use
dbgCommand( ".server tcp:port=12345")
I'm not sure it will work outside windbg
Our developing principle: implement things you need. So, if you need for DebugConnect we will added it,