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
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,18 +84,18 @@ your debug configuration's `target`>`server` setting to contain the full path to
84
84
There are two ways to start a debug session:
85
85
86
86
1. If you have installed the CMSIS Solution extension, in the **CMSIS view**
87
-
, click on the **Debug** icon
88
-
. Depending on the number of configurations in your
87
+
, click on the **Debug** icon
88
+
. Depending on the number of configurations in your
89
89
`launch.json` file, you will be asked to select a configuration for the debug session.
90
90
91
-
2. In the **Run and debug view**, click the **Play** icon
92
-
next to the selected debug connection . The debug starts with the
91
+
2. In the **Run and debug view**, click the **Play** icon
92
+
next to the selected debug connection . The debug starts with the
93
93
selected configuration.
94
94
95
95
The debugger loads the application program and executes the startup code. When program execution stops (by default at
96
96
`main`), the source code opens at the next executable statement which is marked with a yellow arrow in the editor:
97
97
98
-

98
+

99
99
100
100
Most editor features are available in debug mode. For example, developers can use the Find command and can correct program
101
101
errors.
@@ -104,14 +104,14 @@ errors.
104
104
105
105
If you do not wish to enter a debug session, you can issue a flash download only, followed by a reset of the device.
106
106
107
-
In the **CMSIS view**, click on the **Run** icon
108
-
.
107
+
In the **CMSIS view**, click on the **Run** icon
108
+
.
109
109
110
110
## Run and Debug view
111
111
112
-

112
+

113
113
114
-
The **Run and debug view** differs from the other views in the
114
+
The **Run and debug view** differs from the other views in the
115
115
following aspects:
116
116
117
117
-[Debug toolbar](#debug-toolbar) is available.
@@ -144,7 +144,7 @@ Once a debug session starts, the **Debug toolbar** appears at the top of the win
144
144
control the flow of the debug session, such as stepping through code, pausing execution, and stopping the debug
0 commit comments