Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Creating and/or Editing Debug Configurations

Creating and/or Editing Debug Configurations

SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

For versions: 2.4.0, 2.4.1 and 3.1.2

 

To create or edit the debug configuration click on the down arrow next to the green bug icon and select “Debug Configurations…”.

pastedImage_5.png

 

If none exist, create a new debug configuration by selecting “GDB Hardware Debugging” then selecting “New launch configuration” icon. If the debug configuration already exists, select the debug configuration you would like to update:pastedImage_8.png

 

Select the “Main” tab and set the selections as below:

You may update the default name as you like.  In this example the name “WICED debug” is used.

pastedImage_14.png

 

Select the “Main” tab and select a project to debug if more than one project is present.

pastedImage_11.png

 

Select the “Debugger” tab and set “GDB Command” to “<Wiced Project Dir>\Tools\ARM_GNU\bin\Win32\arm-none-eabi-gdb.exe” then set the rest as below:

pastedImage_24.png

 

Select the “Startup” tab and set the selections as below:

 

pastedImage_0.png

 

Select the “Source” tab and set the selections as below:

pastedImage_4.png

 

Select the “Common” tab and set the selections as below:

pastedImage_0.png

2926 Views