Critical bug when debugging
Jens Dagerbo
jens.dagerbo at swipnet.se
Tue Jan 9 17:56:40 UTC 2007
Hi,
I can't reproduce it, even though I think I understand what you mean and
follow that..
Can you try commenting out the focus-restore fix? It's in
languages/cpp/debugger/debugger.cpp, line 175:
m_partController->activatePart(m_partController->partForURL( doc->url() ));
(hmm.. seeing it now.. why isn't that simply
m_partController->activatePart(doc) ?)
// jens
On Tuesday 09 January 2007 18:08, Andras Mantia wrote:
> Hi,
>
> I experience a very annoying bug with svn version. It might be related
> to the fix of losing the focus. To see the bug, I did:
> - set a breakpoint in a source file
> - step into a function which is in another file: the frame stack shows
> that you are in a new function, there is quick switch to the new file
> and back to the one where the breakpoint was
> - now switch manually to the second file and step to the next file: the
> current file is changed back to the first one after the operation :-(
>
> Andras
More information about the KDevelop-devel
mailing list