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

cross mob

Connect to Process with ModusToolbox IDE - KBA226785

Connect to Process with ModusToolbox IDE - KBA226785

Community-Team
Employee
Employee
50 questions asked 10 questions asked 5 questions asked

Author: JamesT_21      Version: *A

Translation - Japanese: ModusToolbox IDE でプロセスに接続する - KBA226785- Community Translated (JA)

Question:
My executable program has already been downloaded to the target. How do I start debugging without downloading the executable again?

Note:
This answer applies to ModusToolbox™ v1.1. In ModusToolbox v2.0, use the Attach debug configuration.

Answer:
The debug configurations that come with ModusToolbox IDE download the executable. It is easy to create a new debug configuration that connects to the process (the executable program already on the target).

Open the debug configurations in ModusToolbox IDE.

Untitled.png

Right-click the configuration that you want to use and choose Duplicate.

Untitled.png

Rename the duplicate configuration.

Untitled.png

On the Startup tab, turn off Load executable.

Untitled.png

You can use this configuration to connect to the process already on the target. For debugging to work that process must be the same as the one created by your project.

0 Likes
415 Views
Contributors