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