ModusToolbox IDE not starting Debug session

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

cross mob
AsRa_264661
Level 4
Level 4
50 replies posted 25 replies posted 10 likes received

Hi All,

Could not start debugging with CYW920819EVB-02 , Also could not use external Jlink debugger.  Installed latest ModusTool Box 2.0

Previously everything was working with ModusToolBox 1.0

Thanks
Ashok R

0 Likes
1 Solution
AshokR
Employee
Employee
5 sign-ins First solution authored First question asked

Hi Ashok,

If you installed the ModusToolbox in custom path, please follow the steps to create debug launch configuration.

Make File Changes:

ENABLE_DEBUG?=1

CY_TOOLS_PATHS+=C:/ModusToolbox/tools_*      -->(it should point to your installer path)

Create new  Debug Configuration:

pastedImage_0.png

Update with Below String values.

pastedImage_1.png

pastedImage_2.png

pastedImage_3.png

And it should work. and suspend at

pastedImage_4.png

Thanks

Ashok Ra

View solution in original post

1 Reply
AshokR
Employee
Employee
5 sign-ins First solution authored First question asked

Hi Ashok,

If you installed the ModusToolbox in custom path, please follow the steps to create debug launch configuration.

Make File Changes:

ENABLE_DEBUG?=1

CY_TOOLS_PATHS+=C:/ModusToolbox/tools_*      -->(it should point to your installer path)

Create new  Debug Configuration:

pastedImage_0.png

Update with Below String values.

pastedImage_1.png

pastedImage_2.png

pastedImage_3.png

And it should work. and suspend at

pastedImage_4.png

Thanks

Ashok Ra