We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7acd47 commit eb64f42Copy full SHA for eb64f42
1 file changed
docs/api_examples.md
@@ -84,7 +84,7 @@ with ConnectHelper.session_with_chosen_probe() as session:
84
assert pc == addr & ~0x01 # mask off LSB
85
86
# Remove breakpoint.
87
- target.remove_breakpoint()
+ target.remove_breakpoint(addr)
88
```
89
90
Note that you currently need to manually remove a breakpoint in order to step or run over it.
0 commit comments