Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
resources:tools-software:crosscore:cces:getting-started:debug [18 Jun 2019 21:03] – [Setting Breakpoints] Chad Wentworthresources:tools-software:crosscore:cces:getting-started:debug [18 Jun 2019 21:06] – [Setting Breakpoints] Chad Wentworth
Line 52: Line 52:
 After you have placed your breakpoints, you can then resume the debug session via the **Run → Resume** pull-down, by striking the **F5** key, or by clicking the green resume arrow in the **Debug** view toolbar. After you have placed your breakpoints, you can then resume the debug session via the **Run → Resume** pull-down, by striking the **F5** key, or by clicking the green resume arrow in the **Debug** view toolbar.
  
-We can also find the value of a variable at a breakpoint. Go to the **Expressions** view, which can be found in **Window → Show View → Expressions**. Click on //Add new expression//, type the variable name in the new expression text box. Hit Enter, and you will see the **Expressions** view populate the **Type** and **Value** columns for the variable, as shown in Figure 4.+We can also find the value of a variable in our application. Go to the **Expressions** view, which can be found in **Window → Show View → Expressions**. Click on //Add new expression//, type the variable name in the new expression text box. Hit Enter, and you will see the **Expressions** view populate the **Type** and **Value** columns for the variable, as shown in Figure 4.
  
 {{:resources:tools-software:cces-gsg:expression_view.png?400|}} {{:resources:tools-software:cces-gsg:expression_view.png?400|}}
resources/tools-software/crosscore/cces/getting-started/debug.txt · Last modified: 18 Jun 2019 21:09 by Chad Wentworth