zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02431
[Bug 898578] [NEW] Debugger: breakpoint not removed from runtime during execution
Public bug reported:
Query mm.xq:
1 | for $x in 1 to 3
2 | return
3 | $x
(xqdb) bs -f q -l 1
(xqdb) r
break
(xqdb) br -i 0
(xqdb) r
break
This should have been "stopping" not "break"!!!
** Affects: zorba
Importance: High
Assignee: Gabriel Petrovay (gabipetrovay)
Status: New
** Tags: breakpoint debugger remove runtime
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/898578
Title:
Debugger: breakpoint not removed from runtime during execution
Status in Zorba - The XQuery Processor:
New
Bug description:
Query mm.xq:
1 | for $x in 1 to 3
2 | return
3 | $x
(xqdb) bs -f q -l 1
(xqdb) r
break
(xqdb) br -i 0
(xqdb) r
break
This should have been "stopping" not "break"!!!
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898578/+subscriptions
Follow ups
References