<div dir="ltr">Hi,<div><br></div><div>There are 2 use cases for breakpoint locations:</div><div>(1): User adds breakpoint by using KDevelop UI (Icon Mark, Context Menu...). This will use absolute urls If I remember correctly.</div><div>(2): User adds breakpoint by specifying an expression eg. in:</div><div>- the breakpoints toolview</div><div>- gdb console</div><div>- some script (eg. .gdbinit)</div><div>The breakpoint can be a function or line breakpoint, which we try to parse using a regexp</div><div><br></div><div><br></div><div>Full integration into KDevelop is only done for (1) breakpoints (eg. the documentForUrl in KDevelop::BreakpointModel::updateMarks()).</div><div><br></div><div>I hope this helps a bit...</div><div><br></div><div>cheers,</div><div>Niko</div><div><br></div><div>PS: concrats on the latest release!</div><div class="gmail_extra"><br></div></div>