Skip to content

Commit

Permalink
Enable debug when tasks been called from vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Dec 9, 2023
1 parent 73d2b35 commit 4ff4852
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--load"
],
"options": {
Expand All @@ -25,6 +26,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--reload"
],
"options": {
Expand Down Expand Up @@ -55,6 +57,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--build"
],
"options": {
Expand All @@ -70,6 +73,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--target",
"demos",
"--build"
Expand All @@ -87,6 +91,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--load",
"--build"
],
Expand All @@ -103,6 +108,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--target",
"demos",
"--load",
Expand All @@ -121,6 +127,7 @@
"args": [
"-l",
"tasks.sh",
"--debug",
"--target",
"graphicstest",
"--build",
Expand Down

0 comments on commit 4ff4852

Please sign in to comment.