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 261782b commit 539530fCopy full SHA for 539530f
README.md
@@ -13,6 +13,11 @@ Put everything in `src` directory to `plugins` directory of your IDA installatio
13
14
And just continue debugging. Changed values in watch will be automatically updated.
15
16
+#### Add Dialog
17
+- You can type memory address (`0x4003a8`, `602194`)
18
+- Expressions are also allowed (`0x4007b0 + 0x10 * 4`)
19
+- Or use register's value (`rsp`, `rbp-0x48`)
20
+
21
#### Watch View Window
22
- Click `X` button to remove all watches.
23
- Click `+` button or press `A` key to add a new watch.
0 commit comments