Skip to content

Commit 1e05037

Browse files
authored
Adding easily reachable information on top on how to create enable source-code-level-debugging.
1 parent 1587cae commit 1e05037

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The repository contains the Arduino APIs and IDE integration files targeting a generic mbed-enabled board
44

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+
511
## Installation
612

713
### Clone the repository in `$sketchbook/hardware/arduino-git`

0 commit comments

Comments
 (0)