Skip to content

Commit 83799e5

Browse files
committed
Debugging
1 parent 7839271 commit 83799e5

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -201,25 +201,20 @@ These tutorials teach you to communicate with your development board, an essenti
201201

202202
These tutorials show you how to install, export a project to and start a debugging session with different IDEs.
203203

204-
<table>
205-
<tbody>
206-
<tr>
207-
<td><a href="debugging.html">Troubleshooting common issues tutorial</a></td>
208-
<td><a href="compile-time-errors.html">Compile time errors tutorial</a></td>
209-
<td><a href="keil-uvision.html">Keil uVision debugging tutorial</a></td>
210-
</tr>
211-
<tr>
212-
<td><a href="analyzing-mbed-os-crash-dump.html">Analyzing Mbed OS crash dump tutorial</a></td>
213-
<td><a href="debugging-using-printf-statements.html">`printf` debugging tutorial</a></td>
214-
<td><a href="visual-studio-code.html">Visual Studio Code debugging tutorial</a></td>
215-
</tr>
216-
<tr>
217-
<td><a href="../apis/error-handling.html#error-handling-example">Error handling example</a></td>
218-
<td><a href="eclipse.html">Eclipse debugging tutorial</a></td>
219-
<td><a href="debug-microbit.html">BBC micro:bit, pyOCD and GDB debugging tutorial</a></td>
220-
</tr>
221-
</tbody>
222-
</table>
204+
#### Tools
205+
206+
* [Eclipse](../tutorials/eclipse.html).
207+
* [Keil uVision](../tutorials/keil-uvision.html).
208+
* [Visual Studio](../tutorials/visual-studio-code.html).
209+
* [BBC micro:bit, pyOCD and GDB debugging tutorial](../tutorials/debug-microbit.html).
210+
211+
#### Methods
212+
213+
* [Troubleshooting common issues](../tutorials/debugging.html).
214+
* [Analyzing Mbed OS crash dump tutorial](../tutorials/analyzing-mbed-os-crash-dump.html).
215+
* [Compile time errors tutorial](../tutorials/compile-time-errors.html).
216+
* [Debugging using `printf` statements](../tutorials/debugging-using-printf-statements.html).
217+
* [Error handling API example](../apis/error-handling.html#error-handling-example)
223218

224219
### Bootloader
225220

0 commit comments

Comments
 (0)