Browse Source

Add VSCode debugger launch profile

pull/72/head
Anairkoen Schno 2 years ago
parent
commit
e5f4a8419f
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      .vscode/launch.json

+ 12
- 0
.vscode/launch.json View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to BSIPA",
"type": "mono",
"request": "attach",
"address": "localhost",
"port": 10000
}
]
}

Loading…
Cancel
Save