<br><br><div class="gmail_quote">2010/5/10 Niko Sams <span dir="ltr"><<a href="mailto:niko.sams@gmail.com">niko.sams@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Mon, May 10, 2010 at 20:00, Victor Vicente de Carvalho<br>
<div class="im"><<a href="mailto:victor.v.carvalho@gmail.com">victor.v.carvalho@gmail.com</a>> wrote:<br>
> 2010/5/10 Niko Sams <<a href="mailto:niko.sams@gmail.com">niko.sams@gmail.com</a>><br>
>><br>
>> On Mon, May 10, 2010 at 00:24, Victor Vicente de Carvalho<br>
>> <<a href="mailto:victor.v.carvalho@gmail.com">victor.v.carvalho@gmail.com</a>> wrote:<br>
>> > Hi folks,<br>
>> > hi do I enable the debug window when hitting over a variable? I've<br>
>> > managed<br>
>> > to show my variables on "locals" window, but haven't figured how to show<br>
>> > the<br>
>> > window when hovering the mouse over it.<br>
>> you mean the tooltip? Just hover the variable. If it doesn't work<br>
>> check the console output (gdb activated<br>
>> in kdebugdialog)<br>
><br>
> Sorry Niko, I wasn't specific. I'm trying to do this (show the tooltip) on<br>
> my plugin :)<br>
> I know that variableUnderCursor is getting called and the expression is<br>
> returned correctly, but the tooltip doesn't show up.<br>
</div>ah, I see.<br>
<br>
do you call invoke the callback function that get passed to<br>
Variable::attachMaybe(QObject *callback, const char *callbackMethod)?<br>
<br>
(this is needed to decide if/when the tooltip should be shown or not)<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>Humm, understood. The problem is that the erlang debugger sends all variables on current context, so I didn't implemented a callback for each message. I'll se what I can do.</div>
<div><br></div><div>Thanks,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">
Niko<br>
<br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</div></div></blockquote></div><br>