Skip to content

Commit 25892c7

Browse files
committed
updated readme
1 parent 04d747e commit 25892c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ name = idc.get_segm_name(segment)
5858
breakpoint(name==".text", f"found {name} at {segment}")
5959
```
6060

61-
Please also note that a `breakpoint()` call should never occur at the end of a file, it must always be before any other line of code as it breaks on the _next_ instruction in your code.
61+
Please also note that a `breakpoint()` call should never occur at the end of a file, it must always be before any other line of code as it breaks on the _next_ instruction in your code.
62+
It is also important that attaching a debugger will create a new debugger instance. In most cases this is not what you want. If you disconnect from the debugger use VS Code's remote debugger to connect back.
6263

6364
## Demo
6465
![demo](idacode/images/preview.gif)

0 commit comments

Comments
 (0)