Debugging

Navigation:  IDE > First steps >

Debugging

Previous pageReturn to chapter overviewNext page

 

After successful compilation you can run and debug your program in the

devince or a simulation

 

Variablenwerte

 

Example.

 

debug_app_compile

To start debugging in the built-in simulator, push the "Start

Debugging" button in the debug interface.

The program execution is stopped at the first possible breakpoint.

 

start_debugging

 

Debugging interface.

 

Debugging

 

Put the cursor on a variable to see its value.

 

show_variable3

 

Only values of variables that are in the current scope can be displayed.

 

scope_vatriable_show