Skip to content

Commit 4209b63

Browse files
authored
Update README.md
1 parent 043033d commit 4209b63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ dbg.bp(name==".text", f"found {name} at {segment}")
6565
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. Also note that if you decide to use the `dbg` package you must either remove all references or use the variable `__idacode__` as conditional before executing it as a normal IDA script.
6666
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.
6767

68+
## Known Issues
69+
* Imported module doesn't reload after changes, refer to [this](https://github.com/ioncodes/idacode/issues/36) for a work around.
70+
6871
## Demo
6972
![demo](idacode/images/preview.gif)
7073

0 commit comments

Comments
 (0)