Debug single-process programs
You can use the Run dialog to start debugging single-process programs.
About this task
If you have a single-process license you will immediately see the Run dialog that is appropriate to run a single-process program.
If you have a multi-process license you can clear the MPI checkbox to run a single-process program.

Procedure
Type the full file path to your application, or browse and select your application.
If required, type the arguments to pass to your program.
Click Run to start your program.
Note
If your program has been compiled with Intel
ifort
, you might not see your code and highlight line when Linaro DDT starts. This is because this compiler creates a pseudoMAIN
function, above the top level of your code. To fix this you can either open your Source code viewer, add a breakpoint in your code, then play to that breakpoint, or you can use the Step Into function to step into your code.
Next steps
To end your current debugging session select
. This will close all processes and stop any running code.