Chromium Code Reviews
DescriptionAllow setting breakpoints specifying the suffix of a file path
In this version, the VM does not set a breakpoint if the url given
matches the suffix of more than one loaded script.
Partial matches must start with a path separator or with the character immediately following a path separator.
E.g. d.dart will match /tmp/d.dart, but not /tmp/ed.dart.
R=asiva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=40736
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 6 (1 generated)
|
||||||||||||||||||||||||||||