Run/Debug Configuration: Core Dump Debug
Use this page to configure the options for Core dump debugging.

Common
When you edit a run configuration (but not a run configuration template), you can specify the following options:
Item | Description |
---|---|
Name | Specify a name for the run/debug configuration to quickly identify it when editing or running the configuration, for example, from the Run popup Alt+Shift+F10. |
Configuration tab
Item | Description |
---|---|
Debugger | Select the debugger to be used: bundled LLDB, bundled GDB, toolchain's GDB, or a custom external GDB. Default debuggers are the bundled LLDB if the default toolchain is configured with LLDB, and the bundled GDB in all other cases. |
Core dump | Provide the path to the core dump file or select it using the file chooser. Make sure the file has read access permission. |
Symbol file (optional for LLDB) | Here you can specify the program's binary built with debug information, or this can be a separate symbol file. |
Path mappings (optional) | Use this pane to set path mappings if the binary was built on another machine with different file/directory names or paths. |