index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
breakhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}
Friedemann Kleint
2010-09-13
1
-1
/
+1
*
debugger: fix editing of breakpoint conditions
hjk
2010-09-08
1
-0
/
+9
*
debugger: allow breakpoint removal also at the original position, not the "ac...
hjk
2010-09-08
1
-3
/
+6
*
debugger: remove unused code.
hjk
2010-09-08
1
-22
/
+0
*
debugger: synchronize breakpoints also at enable/disable operations
hjk
2010-09-08
1
-13
/
+10
*
debugger: show pending breakpoints using there original icon
hjk
2010-09-01
1
-1
/
+2
*
debugger: tell engine about removed breakpoints
hjk
2010-08-12
1
-1
/
+1
*
debugger: move BreakpointData into file of its own
hjk
2010-07-14
1
-313
/
+7
*
debugger: don't stop at disabled breakpoints in script engine
hjk
2010-07-07
1
-8
/
+8
*
Merge remote branch 'origin/2.0'
con
2010-06-30
1
-5
/
+5
|
\
|
*
Commented switch to avoid warning from MSVC.
Robert Loehning
2010-06-25
1
-3
/
+3
*
|
debugger: reenable disabling of breakpoints in editor context menu
hjk
2010-06-25
1
-46
/
+29
*
|
debugger: fix breakpoint toggling of "moved" breakpoints
hjk
2010-06-25
1
-26
/
+23
*
|
debugger: remove unused code
hjk
2010-06-25
1
-29
/
+0
*
|
debugger: adjust loading/saving of watched expressions to recent changes
hjk
2010-06-25
1
-0
/
+2
*
|
debugger: more breakpoint management related fixes
hjk
2010-06-22
1
-7
/
+18
*
|
debugger: restore session breakpoints if RunControl finishes
hjk
2010-06-22
1
-7
/
+4
*
|
debugger: properly clone breakpoints
hjk
2010-06-22
1
-19
/
+19
*
|
debugger: The DebuggerEngine refactoring.
hjk
2010-06-22
1
-101
/
+248
*
|
debugger: fix variable initialization
hjk
2010-06-11
1
-0
/
+1
*
|
Fix missing breaks which lead to invalid fallthroughs.
Bill King
2010-06-11
1
-0
/
+2
*
|
Debugger: Enabled removing watchpoints using context menu
Robert Loehning
2010-05-20
1
-4
/
+4
*
|
Debbuger: Checking menu action if watchpoint is set
Robert Loehning
2010-05-20
1
-0
/
+7
*
|
Debugger/WatchWindow: Add menu options to show pointed to addresses.
Friedemann Kleint
2010-05-19
1
-0
/
+10
*
|
debugger: refactor breakpoint handling
hjk
2010-05-17
1
-17
/
+11
*
|
debugger: fix scheduling of deletion of data watch points
hjk
2010-05-10
1
-16
/
+35
*
|
debugger: rename some breakpoint related functions
hjk
2010-05-10
1
-2
/
+2
*
|
debugger: first shot a implementing data watchpoints
hjk
2010-05-07
1
-40
/
+53
*
|
debugger: support for per-thread breakpoints
hjk
2010-04-30
1
-19
/
+85
|
/
*
debugger: more breakpoint refactoring
hjk
2010-04-12
1
-11
/
+0
*
debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPlugin
hjk
2010-04-09
1
-5
/
+0
*
debugger: refactoring of breakpoint creation
hjk
2010-04-09
1
-20
/
+1
*
debugger: basic support for address-based breakpoints
hjk
2010-04-09
1
-8
/
+26
*
debugger: move breakpoint marker to the line where the breakpoint will be
hjk
2010-03-26
1
-34
/
+51
*
debuggger: code cosmetics
hjk
2010-03-26
1
-42
/
+52
*
Avoid pulling in the svg plugin.
con
2010-03-05
1
-3
/
+3
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
debugger: remove accidentally checked-in debugging code
hjk
2010-02-11
1
-2
/
+0
*
debugger: some basic support for 'catch catch' and 'catch throw'
hjk
2010-02-11
1
-3
/
+5
*
debugger: re-introduce reminder
hjk
2010-02-11
1
-0
/
+6
*
Removed static QIcon instances.
Friedemann Kleint
2010-02-10
1
-23
/
+20
*
QmlDesigner.propertyEditor: renaming Clips to Clips content (Nigel)
Thomas Hartmann
2010-02-04
1
-1
/
+1
*
QmlDesigner: new resources (images)
Thomas Hartmann
2010-02-04
1
-1
/
+1
*
debugger: remove standalone option
hjk
2010-02-04
1
-1
/
+1
*
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2010-01-29
1
-5
/
+5
|
\
|
*
remove trailing whitespace
Oswald Buddenhagen
2010-01-29
1
-5
/
+5
*
|
debugger: add some helper function to debug breakpoints
hjk
2010-01-21
1
-0
/
+21
*
|
debugger: refactoring, use QByteArray instead of QString when appropriate
hjk
2010-01-05
1
-7
/
+7
|
/
*
Debugger: Ignore case of file name in breakpoint handling on Windows.
Friedemann Kleint
2009-12-15
1
-2
/
+14
*
debugger: make 'address column' in stack and breakpoint view optional
hjk
2009-10-01
1
-7
/
+9
[next]