Skip to content

Debug configurations

zero-plusplus edited this page Oct 22, 2021 · 7 revisions

You will need to learn about launch.json to change the debug configurations.

There are two debug modes, launch and attach. The configuration for each mode is a little different, so please refer to the respective page.

Each attribute of the debug configuration can be set more flexibly by using VSCode variables. I recommend that you look into that once.