Update Quick Start

This commit is contained in:
snare 2016-04-09 18:55:13 +10:00
parent 5cffded684
commit 48d0d3dbf2
1 changed files with 2 additions and 2 deletions

View File

@ -79,14 +79,14 @@ Quick Start
> cdb -c '.load C:\path\to\pykd.pyd ; !py --global C:\path\to\voltron\entry.py' target_binary
3. In another terminal (I use iTerm panes) start one of the UI views
3. In another terminal (I use iTerm panes) start one of the UI views. On LLDB and WinDbg the views will update immediately. On GDB and VDB they will not update until the inferior stops (at a breakpoint, after a step, etc):
$ voltron view register
$ voltron view stack
$ voltron view disassembly
$ voltron view backtrace
4. Set a breakpoint and run your inferior. Once the inferior has started and the debugger has stopped (either because you interrupted it or because it hit a breakpoint) the views will update.
4. Set a breakpoint and run your inferior.
(*db) b main
(*db) run