You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
// 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 (Launch) - Current File",
|
|
"request": "launch",
|
|
"mainClass": "${file}"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Debug (Launch)-CardMain<Learning-Java_74709768>",
|
|
"request": "launch",
|
|
"mainClass": "CardMain",
|
|
"projectName": "Learning-Java_74709768"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Debug (Launch)-AnimalMain<Learning-Java_74709768>",
|
|
"request": "launch",
|
|
"mainClass": "src.AnimalMain",
|
|
"projectName": "Learning-Java_74709768"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Debug (Launch)-CounterMain<Learning-Java_74709768>",
|
|
"request": "launch",
|
|
"mainClass": "src.CounterMain",
|
|
"projectName": "Learning-Java_74709768"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Debug (Launch)-NewCalcEngine<Learning-Java_74709768>",
|
|
"request": "launch",
|
|
"mainClass": "src.NewCalcEngine",
|
|
"projectName": "Learning-Java_74709768"
|
|
}
|
|
]
|
|
} |