Commit Graph

53 Commits

Author SHA1 Message Date
hjk
6594529f3b Fixes: debugger: easy access to source files and modules from the
context menu
2009-03-10 19:35:17 +01:00
hjk
c37e4426ed Fixes: debugger: write current settings to log file 2009-03-10 18:38:14 +01:00
hjk
341de778ef Fixes: debugger: make loading list of source files optional 2009-03-10 17:30:11 +01:00
hjk
5d38fc44ae Fixes: debugger: surround the function name "main" in the menu with double quotes
Details:  more consistent with the File menu
2009-03-05 12:44:59 +01:00
Friedemann Kleint
58c4cd8b27 Fixes: Make Attach External Dialog play nicely (exclude self)
Details: MinGW compilation
2009-03-04 16:48:13 +01:00
Friedemann Kleint
86b6c44e4e Process Listing Windows 2009-03-04 16:00:43 +01:00
Friedemann Kleint
a26d745c79 m.txt 2009-03-03 14:08:32 +01:00
hjk
85adf63551 Fixes: debugger: attaching to core files works now 2009-03-03 09:31:13 +01:00
hjk
07d51d0c14 Fixes: debugger: worlk on core file loading 2009-03-02 15:14:12 +01:00
hjk
3059046a48 Fixes: debugger: start work on core file loading 2009-03-02 13:08:30 +01:00
hjk
aa81df02ff Fixes: debugger: easier access to debugger properties from watchers window 2009-02-27 11:41:19 +01:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Friedemann Kleint
7959460ffb Start experimental VS debugger support 2009-02-20 14:56:36 +01:00
Thorbjørn Lindeijer
403e77972a This line shouldn't be necessary
Enabled state of the action is managed by QDockWidget.
2009-02-17 15:30:03 +01:00
hjk
2c0c96abfe Fixes: debugger: simplify state logic 2009-02-17 15:12:46 +01:00
hjk
599b2438b9 Fixes: debugger: enable debugger view actions even if "locked" 2009-02-17 14:35:32 +01:00
hjk
d0e991dfa9 Fixes: add a view to see current source file mapping 2009-02-17 14:08:49 +01:00
Thorbjørn Lindeijer
b15dec9de1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-16 18:47:35 +01:00
Thorbjørn Lindeijer
3230017eaf Merge branch '1.0.0'
Conflicts:
	src/libs/cplusplus/Overview.h
	src/libs/cplusplus/TypePrettyPrinter.cpp
	src/plugins/cpptools/cppcodecompletion.cpp
2009-02-16 18:42:22 +01:00
hjk
79a428f480 Fixes: debugger: work on process logic 2009-02-16 18:28:15 +01:00
hjk
9bb43992cd Fixes: debugger: enum naming cosmetics 2009-02-16 13:58:43 +01:00
hjk
e4a9d85c00 Fixes: debugger: work on shutdown 2009-02-16 13:29:57 +01:00
hjk
f90706fa01 Fixes: debugger: make shutdown a bit more robust 2009-02-16 09:59:12 +01:00
Thorbjørn Lindeijer
a0f521c7b6 Allow opening/closing debugger mode dockwidgets in locked mode
There is no particular reason to disallow changing the visiblity of the
dockwidgets in the debug mode in locked mode.
2009-02-13 17:35:39 +01:00
Thorbjørn Lindeijer
581dae100a Fixed dock widget features on startup in locked state
In locked state the dock widgets shouldn't have AllDockWidgetFeatures
set, but rather NoDockWidgetFeatures. Otherwise a hidden one-pixel wide
area exists that allows people to move/float a dockwidget, which can be
confusing.

Task: 244531

(cherry picked from commit ba9ade6d0c)
2009-02-13 13:02:42 +01:00
Thorbjørn Lindeijer
ba9ade6d0c Fixed dock widget features on startup in locked state
In locked state the dock widgets shouldn't have AllDockWidgetFeatures
set, but rather NoDockWidgetFeatures. Otherwise a hidden one-pixel wide
area exists that allows people to move/float a dockwidget, which can be
confusing.

Task: 244531
2009-02-13 13:00:50 +01:00
hjk
dee68a29c1 Fixes: debugger: work on breakpoints in plugins 2009-02-12 13:31:19 +01:00
hjk
6f64b19ebf Fixes: debugger: work on plugin breakpoints 2009-02-12 13:04:01 +01:00
hjk
d5dc6d10d7 Fixes: debugger: introduce early break after application
initialization
2009-02-12 09:55:59 +01:00
Oswald Buddenhagen
2a2e3b1417 Revert "debugger: add configuariton to start the debugged process in a separate"
This reverts commit 44add9f0bd.
This option is meant to be in "Run Settings" per run configuration.
2009-01-29 11:58:28 +01:00
hjk
b06502387b Fixes: debugger: fix custom dumpers
Details:  again...
2009-01-28 10:57:23 +01:00
hjk
08e17e6e6b Fixes: debugger: more quote fixes 2009-01-27 17:41:31 +01:00
hjk
75aaeff2c4 Fixes: immediately rebuild view if custom dumpers are selected in
optiosn
2009-01-27 15:53:50 +01:00
hjk
44add9f0bd debugger: add configuariton to start the debugged process in a separate
terminal
2009-01-15 15:57:18 +01:00
Oswald Buddenhagen
72b6a105b7 app output window reorga
- drop prefix magic
- avoid inserting stray newlines

this also fixes the overquoting of app output.
2009-01-15 14:58:54 +01:00
hjk
7f8473f469 move debugger options to configuration dialog 2009-01-14 18:09:02 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
1bb1589225 debugger: some code reorganization 2009-01-13 18:15:24 +01:00
hjk
6705bc7e60 Fixes: simplify "Attach to Running Process" code
Details: also sorts by process name by default
2009-01-05 14:38:51 +01:00
hjk
b7fe1e7937 some refactoring: make watchExpression/removeWatchExpression symmetric
wrt arguments
2008-12-17 18:02:08 +01:00
hjk
5285379f18 make watchers persistent in the session 2008-12-17 17:43:01 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
154121279e add to watchwindow was missing an update. 2008-12-10 16:53:18 +01:00
hjk
d3a97147dd make tooltip use while debugging configurable 2008-12-08 19:26:00 +01:00
hjk
8d3a774fc2 new status widget for debugger output. needs a bit more polishing... 2008-12-08 14:26:11 +01:00
hjk
c5a261b1f8 setText + setToolTip works better than setText + setText... 2008-12-04 16:26:44 +01:00
hjk
6e2b066187 add a few explanations to some obscure actions 2008-12-04 16:16:50 +01:00
Oswald Buddenhagen
e9f5b6ab21 add emit "keyword". 2008-12-03 22:03:07 +01:00
hjk
58d89c4625 issue a warning when trying to attaching to "wrong" pids 2008-12-03 12:03:46 +01:00
dt
6bf4095db5 Fixes: Mem leak in debugger.
Task:     -
RevBy:    -
AutoTest: -
Details:  -
2008-12-02 18:09:53 +01:00