FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-debug/.vscode/launch.json at main · microsoft/java-debug · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
java-debug
Public
Notifications
You must be signed in to change notification settings
Fork
202
Star
408
Code
Issues
33
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java-debug
/
.vscode
/
launch.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 642 Bytes
Breadcrumbs
java-debug
/
.vscode
/
launch.json
Copy path
File metadata and controls
21 lines (21 loc) · 642 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version"
:
"
0.2.0
"
,
"configurations"
: [
{
"type"
:
"
java
"
,
"name"
:
"
Debug (Attach)
"
,
"request"
:
"
attach
"
,
"hostName"
:
"
localhost
"
,
"port"
:
1044
,
"timeout"
:
30000
,
"sourcePaths"
: [
"
${workspaceRoot}/com.microsoft.java.debug.core/main/java
"
,
"
${workspaceRoot}/com.microsoft.java.debug.plugin/src/main/java
"
],
"projectName"
:
"
com.microsoft.java.debug.plugin
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL