bring back debug label
This commit is contained in:
@@ -978,6 +978,8 @@
|
|||||||
(doFor c commands (handleNext c)))
|
(doFor c commands (handleNext c)))
|
||||||
((CallExp (object def (Symbol "label")) [(object def (Symbol "null"))])
|
((CallExp (object def (Symbol "label")) [(object def (Symbol "null"))])
|
||||||
0)
|
0)
|
||||||
|
((CallExp (object def (Symbol "label")) [(object def (Symbol debugLabel))])
|
||||||
|
(#when debug (dictSet labels debugLabel idx)))
|
||||||
((CallExp (object def (Symbol "label")) [(object def (StrExp label))])
|
((CallExp (object def (Symbol "label")) [(object def (StrExp label))])
|
||||||
(dictSet labels label idx))
|
(dictSet labels label idx))
|
||||||
(otherwise
|
(otherwise
|
||||||
|
Reference in New Issue
Block a user