QUrl of Breakpoints

Niko Sams niko.sams at gmail.com
Sun Sep 14 07:30:28 UTC 2014


Hi,

There are 2 use cases for breakpoint locations:
(1): User adds breakpoint by using KDevelop UI (Icon Mark, Context
Menu...). This will use absolute urls If I remember correctly.
(2): User adds breakpoint by specifying an expression eg. in:
- the breakpoints toolview
- gdb console
- some script (eg. .gdbinit)
The breakpoint can be a function or line breakpoint, which we try to parse
using a regexp


Full integration into KDevelop is only done for (1) breakpoints (eg.
the documentForUrl in KDevelop::BreakpointModel::updateMarks()).

I hope this helps a bit...

cheers,
Niko

PS: concrats on the latest release!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140914/2cd458a1/attachment.html>


More information about the KDevelop-devel mailing list