From kde-commits Thu Jul 28 19:57:43 2005 From: Linus McCabe Date: Thu, 28 Jul 2005 19:57:43 +0000 To: kde-commits Subject: branches/KDE/3.5/kdewebdev/quanta Message-Id: <1122580663.026384.11870.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112258067431380 SVN commit 439743 by linusmc: Fixed bug that crashed quanta if you set a breakpoint in iconborder without having a debugger enabled Fixed bug that quanta didnt care about breakpoint changes made in the icon border at the same line as the current line Added watches to DBGp implementation Restructured watch handling a bit and moved gubed specific stuff to gubed M +126 -6 components/debugger/dbgp/quantadebuggerdbgp.cpp M +4 -1 components/debugger/dbgp/quantadebuggerdbgp.h M +5 -2 components/debugger/debuggerbreakpointlist.cpp M +5 -4 components/debugger/debuggermanager.cpp M +1 -1 components/debugger/debuggermanager.h M +0 -5 components/debugger/debuggerui.cpp M +2 -0 components/debugger/debuggervariable.cpp M +170 -1 components/debugger/gubed/quantadebuggergubed.cpp M +7 -1 components/debugger/gubed/quantadebuggergubed.h M +4 -3 components/debugger/interfaces/debuggerinterface.h M +9 -9 components/debugger/quantadebuggerinterface.cpp M +3 -3 components/debugger/quantadebuggerinterface.h M +5 -166 components/debugger/variableslistview.cpp M +0 -2 components/debugger/variableslistview.h M +13 -69 src/document.cpp M +2 -3 src/document.h