zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02594
[Bug 898093] Re: Debugger: print source code of current line in debugger client
This should be available now in r10577 in lp:~zorba-
coders/zorba/debugger_client.
The format is:
break in ns:foo#2 at file:///my_file.xq:23
** Changed in: zorba
Status: New => Fix Committed
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/898093
Title:
Debugger: print source code of current line in debugger client
Status in Zorba - The XQuery Processor:
Fix Committed
Bug description:
In gdb, the source code of the current line number is printed when the
debugger breaks somewhere, e.g.:
(gdb) r
Starting program: /home/dagraf/test/test
Breakpoint 1, main () at test.cpp:8
8 lSet.insert("david");
(gdb) n
9 lSet.insert("graf");
(gdb) n
10 lSet.insert("dfa");
(gdb) n
11 lSet.insert("aaaa");
(gdb) n
13 std::set<std::string>::iterator lIter = lSet.begin();
This makes debugger much easier. Would be very helpful in xqdb.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898093/+subscriptions
References