Hi,<br><br><div class="gmail_quote">On Thu, Jul 5, 2012 at 3:39 PM, Dominik Haumann <span dir="ltr"><<a href="mailto:dhaumann@kde.org" target="_blank">dhaumann@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
in Kate, we have a (virtual) Cursor class:<br>
<br>
class Cursor<br>
{<br>
  // public functions<br>
<br>
  private:<br>
    int m_line;<br>
    int m_column<br>
};<br>
<br>
Unfortunately, in backtraces by Dr. Konqi we only get:<br>
#11 0x00007f1c85128b2a in KateLayoutCache::updateViewCache (this=0x54db630, startPos=..., newViewLineCount=35, viewLinesScrolled=<optimized out>)<br>
<br>
Here, startPos is a Cursor, but we cannot see its values.<br>
<br>
It would help tremendously sometimes to know the line/column values. So<br>
having "startPos=(4, 2)" instead of "startPos=...".<br>
<br>
Is there any way to provide this feature to get better backtraces by<br>
default in Dr. Konqi?<br></blockquote><div><br></div><div>It might work with gdb's pretty-printers, but dr. konqi needs to load them into gdb or the user needs to have a gdb script that loads them automatically.</div>
<div><br></div><div>Andreas</div></div>