Chromium Code Reviews
DescriptionAdd hotkeys to Observatory debugger.
Add 'cls' command to clear the console.
From 'help hotkeys':
List of hotkeys:
[TAB] - complete a command
[Up Arrow] - history previous
[Down Arrow] - history next
[Page Up] - move up one frame
[Page Down] - move down one frame
[F7] - continue execution of the current isolate
[Ctrl ;] - pause execution of the current isolate
[F8] - toggle breakpoint at current location
[F9] - next
[F10] - step
BUG=24010
R=johnmccutchan@google.com
Committed: https://github.com/dart-lang/sdk/commit/97a4ae8f9496b6740cff67b1664258b51c0a7f68
Patch Set 1 #Patch Set 2 : remove debugging prints #Patch Set 3 : tweaks #Patch Set 4 : change bindings #Patch Set 5 : #Messages
Total messages: 5 (1 generated)
|