CLion 2016.2 Help

Run/Debug Configuration: Remote GDB

Use this page to configure Run/Debug options for remote GDB debug.

Click here for the description of the options that are common for all run/debug configurations.

Remote GDB configuration settings

ItemDescription
GDB In this field, specify the location of GDB on your host. Select the path from the drop down list or click the browseButton button to configure additional debuggers and add them to the drop down list. In the dialog that opens:
  • Click add button to add a new debugger to the list by select the path in the dialog that opens.
  • Click delete button to delete a debugger from the list.
  • Click edit1 button to edit the selected path.
  • Use arrowUp or arrowDown to navigate through the list.
'target remote' args In this field, specify the medium to carry the debugging packets (serial line, or an IP network using TCP or UDP). Find here more details on connecting to a Remote Target.
Symbol file In this field, specify the location of debug symbol file. Type the path or click the browseButton button and choose it from the dialog box that opens.
Sysroot In this field, specify the location of sysroot. Type the path or click the browseButton button and choose it from the dialog box that opens.
Path mappings In this pane, in the Remote column specify paths on target machine (like path to project sources etc) which should be mapped to Local paths on host (specified in the Local column).
Last modified: 22 November 2016