Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created November 27, 2016 04:36
Show Gist options
  • Save gnschenker/d9fb1654d2cb647d33427eb7060380c8 to your computer and use it in GitHub Desktop.
Save gnschenker/d9fb1654d2cb647d33427eb7060380c8 to your computer and use it in GitHub Desktop.
Launch configuration
{
"name": "Attach (Remote Debug)",
"type": "python",
"request": "attach",
"localRoot": "${workspaceRoot}",
"remoteRoot": "${workspaceRoot}",
"port": 3000,
"secret": "my_secret",
"host": "localhost"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment