You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,6 @@ session.
155
155
156
156
The following table describes the actions available in the debug toolbar:
157
157
158
-
<!-- markdownlint-disable MD013 MD033 -->
159
158
| Action | Description |
160
159
|--------|-------------|
161
160
| Continue/Pause (F5) |**Continue**: Resume normal program/script execution (up to the next breakpoint).<br>**Pause**: Inspect code executing at the current line and debug line-by-line. |
@@ -164,7 +163,7 @@ The following table describes the actions available in the debug toolbar:
164
163
| Step Out (Shift + F11) | When inside a method or subroutine, return to the earlier execution context by completing remaining lines of the current method as though it were a single command. |
165
164
| Restart (Shift + Ctrl/Cmd + F5) | Terminate the current program execution and start debugging again using the current run configuration. |
166
165
| Stop (Shift + F5) | Terminate the current program execution. |
167
-
<!-- markdownlint-enable MD013 MD033 -->
166
+
168
167
If your debugging sessions involve multiple targets (for example, a multi-core device), the debug toolbar shows the
169
168
list of sessions and lets you switch between them.
0 commit comments