summaryrefslogtreecommitdiff
path: root/.idea/modules.xml
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-07-24 14:55:59 +0700
committerhathach <[email protected]>2026-07-24 14:55:59 +0700
commitb1becd8f5fcaf4a8a07aaa76fa68d3e9f7bb18a3 (patch)
tree0704eab70e39e5ccb7ffcd523992a89b22f71158 /.idea/modules.xml
parent80a000e2f027cbeeda5a1a461b7c475ec22a3c91 (diff)
docs(target-debug): manuals, breakpoint/watchpoint arsenal, RTT via OpenOCD
- Link J-Link UM08001, OpenOCD and GDB (Tenth Ed.) manuals - bp/wp depth with halt-per-hit cost model. Verified on stm32f407disco (J-Link) + raspberry_pi_pico (OpenOCD): FPB/DWT budget reads (M4 6 bp/4 wp, M0+ 4/2 exact), 'Hardware watchpoint' confirmation rule (software fallback single-steps = USB death), OpenOCD data-VALUE watchpoints, dprintf + breakpoint command lists exercised on hardware; JLinkGDBServer -singlerun lifecycle gotcha - RTT is not J-Link-only: OpenOCD rtt setup/start/server verified on pico (control block found at the nm address, LOG=2 boot banner captured over nc)
Diffstat (limited to '.idea/modules.xml')
-rw-r--r--.idea/modules.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 000000000..e97c64966
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/improve-debug-skill-agent.iml" filepath="$PROJECT_DIR$/.idea/improve-debug-skill-agent.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file