zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02603
[Bug 898093] Re: Debugger: print source code of current line in debugger client
That's already a big improvement. But actually, I meant something more.
I would like to have the code printed. Not just the file and line
number. As in the example above.
Thus, this bug is not done yet ...
** Changed in: zorba
Status: Fix Committed => Incomplete
--
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:
Incomplete
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