Chromium Code Reviews
DescriptionAdd notion of current target isolate to ddbg.dart
Command li lists isolates in a vm and marks the current
target isolate with an asterisk. Command sci sets the current
target isolate to a particular isolate id.
li
List of isolates:
7115 paused at file: typed_message_test.dart lib: 12 token: 59
* 7112 running
sci 7115
Setting current target isolate to 7115
li
List of isolates:
* 7115 paused at file: typed_message_test.dart lib: 12 token: 59
7112 running
R=turnidge@google.com
Committed: https://code.google.com/p/dart/source/detail?r=30595
Patch Set 1 #
Total comments: 4
Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 4 (0 generated)
|