|
2 | 2 |
|
3 | 3 | The repository contains the Arduino APIs and IDE integration files targeting a generic mbed-enabled board
|
4 | 4 |
|
| 5 | +## FAQ |
| 6 | +### Source-Code Level Debugging |
| 7 | +**Question**: "I want to debug my ArduinoCore-mbed based sketch using traditional debugging tools, i.e. gdb via SWD interface. However, the debugger is unable to locate the sources for all files, particular the mbed-os files." |
| 8 | + |
| 9 | +**Answer**: This is due to the fact that we pre-compile the mbed-os code into a static library `libmbed.a`. Information on how to recompile `libmbed.a` for source code debugging can be found [here](#recompiling-libmbed-with-source-level-debug-support). |
| 10 | + |
5 | 11 | ## Installation
|
6 | 12 |
|
7 | 13 | ### Clone the repository in `$sketchbook/hardware/arduino-git`
|
|
0 commit comments