mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-08-21 13:51:33 +00:00
Update vscode-debug-settings-collection.md
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
```
|
||||
|
Reference in New Issue
Block a user