mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-06-29 06:51:55 +00:00
Update vscode-debug-settings-collection.md
This commit is contained in:
parent
688230661f
commit
c9c18dad91
@ -29,3 +29,19 @@ description: In this post, we will show you how to create a MySQL server backup
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Java Remote VSCode debugging
|
||||||
|
**launch.json:**
|
||||||
|
```json
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Debug (Attach)",
|
||||||
|
"projectName": "MyApplication",
|
||||||
|
"request": "attach",
|
||||||
|
"hostName": "localhost",
|
||||||
|
"port": 8787
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user