Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 14, 2025
1 parent f8c2c29 commit 4b86dae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions examples/[template][pc][vscode]/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,19 @@
],
"preLaunchTask": "Make"
},
{
"name": "build and run Linux",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/arm_2d",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"miDebuggerPath": "/usr/bin/gdb-multiarch",
"preLaunchTask": "Make"
}
]
}
2 changes: 1 addition & 1 deletion examples/[template][pc][vscode]/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In "**Run and Debug**" panel, you can run the project via "**build and run x86(3
Second, please install the required modules with the following command:

```sh
sudo apt-get update && sudo apt-get install -y build-essential libsdl2-dev
sudo apt-get update && sudo apt-get install -y build-essential libsdl2-dev gdb-multiarch
```


Expand Down

0 comments on commit 4b86dae

Please sign in to comment.