zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02604
[Bug 901160] [NEW] Debugger: gdb way of adding breakpoints
Public bug reported:
Setting breakpoints in zorba debugger client works very well already.
But the way the breakpoints need to be set is a little bit circuitous.
Would it be possible to do it the gdb way?
For example setting breakpoints in the current file:
(gdb) b 9
Breakpoint 2 at 0x400a2b: file test.cpp, line 9.
(gdb) b test.cpp:10
Breakpoint 2 at 0x400a2d: file test.cpp, line 10.
That would be awesome!
** Affects: zorba
Importance: Wishlist
Assignee: Gabriel Petrovay (gabipetrovay)
Status: New
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/901160
Title:
Debugger: gdb way of adding breakpoints
Status in Zorba - The XQuery Processor:
New
Bug description:
Setting breakpoints in zorba debugger client works very well already.
But the way the breakpoints need to be set is a little bit circuitous.
Would it be possible to do it the gdb way?
For example setting breakpoints in the current file:
(gdb) b 9
Breakpoint 2 at 0x400a2b: file test.cpp, line 9.
(gdb) b test.cpp:10
Breakpoint 2 at 0x400a2d: file test.cpp, line 10.
That would be awesome!
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/901160/+subscriptions
Follow ups
References