Breakpoints in labeled statements

This commit is contained in:
Sheetal Nandi
2014-10-17 15:46:36 -07:00
parent 7425aedd59
commit 6fbf0d672c
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
1 >x:
~~~ => Pos: (0 to 2) SpanInfo: {"start":3,"length":10}
>var b = 10
>:=> (line 2, col 0) to (line 2, col 10)
--------------------------------
2 >var b = 10;
~~~~~~~~~~~ => Pos: (3 to 13) SpanInfo: {"start":3,"length":10}
>var b = 10
>:=> (line 2, col 0) to (line 2, col 10)