excercise 2 done
This commit is contained in:
18
week1_TinsaeGhilay/.zed/debug.json
Normal file
18
week1_TinsaeGhilay/.zed/debug.json
Normal file
@@ -0,0 +1,18 @@
|
||||
// Project-local debug tasks
|
||||
//
|
||||
// For more documentation on how to configure debug tasks,
|
||||
// see: https://zed.dev/docs/debugger
|
||||
[
|
||||
{
|
||||
"adapter": "Java",
|
||||
"request": "launch",
|
||||
"label": "Launch Debugger",
|
||||
// if your project has multiple entry points, specify the one to use:
|
||||
// "mainClass": "com.myorganization.myproject.MyMainClass",
|
||||
//
|
||||
// this effectively sets a breakpoint at your program entry:
|
||||
"stopOnEntry": true,
|
||||
// the working directory for the debug process
|
||||
"cwd": "$ZED_WORKTREE_ROOT"
|
||||
}
|
||||
]
|
||||
0
week1_TinsaeGhilay/.zed/tasks.json
Normal file
0
week1_TinsaeGhilay/.zed/tasks.json
Normal file
Reference in New Issue
Block a user