LogoPluginCraft.dev

Debugger Issues

The Debugger Doesn't Attach

This is most likely due to a misconfigured toolchain.

The toolchain specifies which debugger to use and, in general, the C/C++ environment.

Configure the Toolchain

It can be configured in Settings -> Build, Execution, Deployment -> Toolchains.

This option is independent of the Jam Build Integration plugin. Whatever works for CMake-based projects should also work here.

Screenshot of the settings editor of toolchains
Preview
The toolchain settings can be found in Settings -> Build, Execution, Deployment -> Toolchains.

Select the Toolchain

You also need to tell the Jam Build Integration plugin which toolchain you want to use.

This can be done in: Settings -> Build, Execution, Deployment -> Jam.

Screenshot of the settings editor of Jam
Preview
The Jam settings can be found in Settings -> Build, Execution, Deployment -> Jam.

Reload the Workspace

The selected toolchain will be used when the workspace is next reloaded.

Screenshot showing how to reload the workspace
Preview
Reload the workspace from the Jam Output Console or using the reload button in the notification when prompted.