Merge pull request #16 from bbenoist/feature/ssh-bootstrap

Add an option to execute additional commands before GDB when using SSH
This commit is contained in:
Jan 2016-02-10 22:01:26 +01:00
commit 517870e1b8
4 changed files with 15 additions and 2 deletions

View file

@ -111,6 +111,10 @@
"type": "number",
"description": "Screen to start the application on the remote side",
"default": 0
},
"bootstrap": {
"type": "string",
"description": "Content will be executed on the SSH host before the debugger call."
}
}
}