vimspector/support/test/powershell/connect
Ben Jackson cf44cae98c Add powershell demo
Doeesn't work due to debugger crashing on stack trace request.

Related #69
2019-11-02 23:10:04 +00:00

6 lines
152 B
Bash
Executable file

#!/usr/bin/env bash
PIPE=$(python -c 'import json; print( json.load( open( "session.json" ))["debugServicePipeName"] )')
ssh -L 4321:$PIPE localhost