Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:keil:debugging [2020/02/07 12:42] – [2) Upload to target] akdi | software:keil:debugging [2020/02/07 16:20] (current) – [4) Breakpoints] akdi | ||
---|---|---|---|
Line 29: | Line 29: | ||
With the following buttons you can step through the program. | With the following buttons you can step through the program. | ||
- | \\ {{keil_menu_dbg.png}} \\ \\ | + | \\ {{keil_menu_std_3.png}} \\ \\ |
* {{keil_button_dstep.png}} **Single Step**, executes the program instruction after instruction. | * {{keil_button_dstep.png}} **Single Step**, executes the program instruction after instruction. | ||
Line 44: | Line 44: | ||
To insert a breakpoint use the following buttons. | To insert a breakpoint use the following buttons. | ||
- | \\ {{keil_menu_dbg.png}} \\ \\ | + | \\ {{keil_menu_std_4.png}} \\ \\ |
* {{keil_button_bset.png}} **Insert/ | * {{keil_button_bset.png}} **Insert/ | ||
* {{keil_button_btoggle.png}} **Enable/ | * {{keil_button_btoggle.png}} **Enable/ | ||
* {{keil_button_bdisall.png}} **Disable All**, disables all breakpoints. | * {{keil_button_bdisall.png}} **Disable All**, disables all breakpoints. | ||
- | * {{keil_button_bdelete.png}} **Kill All**, deletes all breakpoints. | + | * {{keil_button_bdelete.png}} **Kill All**, deletes all breakpoints. |
- | + | \\ \\ \\ \\ | |
- | **Back to [[software: | + | //**Back to [[software: |