Skip to content

Commit

Permalink
Updated version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joonty committed Aug 30, 2012
1 parent 61f51c9 commit 556b054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -67,13 +67,16 @@ Set up any DBGP protocol debugger, e.g. Xdebug. (See :help VdebugSetUp). Start V

Once in debugging mode, the following default mappings are available:

* `<F1>`: run to cursor
* `<F5>`: start/run (to next breakpoint/end of script)
* `<F2>`: step over
* `<F3>`: step into
* `<F4>`: step out
* `<F5>`: run (to next breakpoint/end of script)
* `<F6>`: stop debugging
* `<F7>`: detach script from debugger
* `<F9>`: run to cursor
* `<F10>`: set line breakpoint
* `<F11>`: show context variables (e.g. after "eval")
* `<F12>`: evaluate variable under cursor
* `:Breakpoint <type> <args>`: set a breakpoint of any type (see :help
VdebugBreakpoints)
* `:VdebugEval <code>`: evaluate some code and display the result
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0
1.1

0 comments on commit 556b054

Please sign in to comment.