branches/KDE/3.5/kdevelop/languages/cpp/debugger
Vladimir Prus
ghost at cs.msu.su
Tue Aug 23 16:25:08 UTC 2005
SVN commit 452468 by vprus:
Implement "tracepoints" -- breakpoints that don't stop execution,
but rather print values of some expressions and continue. Essentially
the same as "printf debugging", but does not requires changing code
and rebuilding.
CCMAIL: kdevelop-devel at kdevelop.org
M +7 -1 Makefile.am
M +49 -1 breakpoint.cpp
M +39 -6 breakpoint.h
M +6 -0 debuggerpart.cpp
A debuggertracingdialog.cpp [License: no copyright]
A debuggertracingdialog.h [License: GPL (v2+)]
A debuggertracingdialogbase.ui
M +154 -2 gdbbreakpointwidget.cpp
M +36 -0 gdbbreakpointwidget.h
M +3 -2 gdbcommand.cpp
M +5 -3 gdbcommand.h
M +57 -10 gdbcontroller.cpp
M +9 -1 gdbcontroller.h
More information about the KDevelop-devel
mailing list