martin
58dbddba3e
DBG: Refactor, clean up
...
git-svn-id: trunk@31131 -
2011-06-08 00:46:39 +00:00
martin
6e46475a00
DBG: More Snapshots, Some optimizations/reduce watches refresh
...
git-svn-id: trunk@31107 -
2011-06-05 22:27:15 +00:00
paul
0373bf91fd
debugger: fix confirmation message for deletion of address breakpoint
...
git-svn-id: trunk@30824 -
2011-05-20 06:54:47 +00:00
paul
a3fbf4b67c
debugger: correct menu captions, assign captions to actions instead of menu items and toolbuttons
...
git-svn-id: trunk@30780 -
2011-05-17 01:49:52 +00:00
paul
57d9dcb331
ide: fix add source breakpoint string, + add address breakpoint menu item, implement those menu item clicks
...
git-svn-id: trunk@30755 -
2011-05-16 05:31:49 +00:00
martin
3dc186123d
DBG: Start History values (currently requires debug windows (locals, watches, stack) to be open and active, or nothing is recorded)
...
git-svn-id: trunk@30750 -
2011-05-15 21:16:16 +00:00
paul
53aafb3215
debugger: rename action to match the meaning
...
git-svn-id: trunk@30718 -
2011-05-13 09:26:45 +00:00
paul
364a8189ab
debugger: start breakpoint log call stack feature
...
git-svn-id: trunk@30689 -
2011-05-12 07:42:31 +00:00
maxim
48a8ca19ef
IDE: ellipsis cleanup and unification
...
git-svn-id: trunk@30684 -
2011-05-11 21:20:23 +00:00
paul
f1cd1cf62e
debugger: use actions in breakpoints dialog instead of key handler, use hints, add shortcuts
...
git-svn-id: trunk@30677 -
2011-05-11 06:37:57 +00:00
paul
f805a11b16
debugger: implement address breakpoints
...
git-svn-id: trunk@30673 -
2011-05-11 02:51:08 +00:00
paul
4ae562d3db
debugger: save/load breakpoint log messages, log message on breakpoint hit
...
git-svn-id: trunk@30653 -
2011-05-10 03:52:45 +00:00
martin
7e077f0e18
DBG: protect dialog actions against re-entrance
...
git-svn-id: trunk@28736 -
2010-12-17 01:46:36 +00:00
paul
dfb2151cf4
debugger: set border to some of windows to bsSizeToolWin
...
git-svn-id: trunk@28502 -
2010-11-26 15:39:03 +00:00
paul
4fa3fa60e0
ide: remove first portion of unneeded debugger images
...
git-svn-id: trunk@28491 -
2010-11-26 08:56:49 +00:00
martin
b78c74b844
DBG: added toolbars to some of the dbg dialogs
...
git-svn-id: trunk@28486 -
2010-11-25 23:26:53 +00:00
martin
71d957a779
DBG: process IDE commands in dialogs. Add step-over/into with automatic (windows context) asm/cmd switch
...
git-svn-id: trunk@28416 -
2010-11-22 18:46:25 +00:00
martin
e54dc2a373
Debugger: Removed SourceLine, since it was effectively a managed copy of Line
...
git-svn-id: trunk@24562 -
2010-04-10 18:27:27 +00:00
mattias
acbf15f1ab
IDE: clean up
...
git-svn-id: trunk@23667 -
2010-02-09 13:38:10 +00:00
paul
4b44711f54
debugger: convert forms to use fpc resources
...
git-svn-id: trunk@23459 -
2010-01-15 02:41:46 +00:00
marc
c569ccca33
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882 )
...
git-svn-id: trunk@18115 -
2009-01-04 19:57:56 +00:00
marc
435a07ac28
- Removed some unneeded indirections
...
git-svn-id: trunk@17527 -
2008-11-22 18:43:49 +00:00
vincents
95463a005e
IDE: fixed deleting multiple breakponts (bug #10236 )
...
git-svn-id: trunk@15386 -
2008-06-11 10:33:29 +00:00
vincents
eeec3262a6
IDE: improved the breakpoints dialog for keyboard usage (related to bug #9308 and #10244 )
...
git-svn-id: trunk@15132 -
2008-05-14 12:14:54 +00:00
laurent
38ae119989
Resourcestring for breakpoints dialog
...
git-svn-id: trunk@14706 -
2008-04-01 06:49:47 +00:00
marc
08595e6a3b
* patch #8301 (modified) from Flávio Etrusco:Make 'enable' and 'delete' commands act on muliple selection
...
git-svn-id: trunk@10752 -
2007-03-15 01:03:46 +00:00
vincents
a0311c2cba
removed cvs logs
...
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
7e441f98c9
remove ===-lines in cvs log comments, so removelog awk script does its work correctly
...
git-svn-id: trunk@7538 -
2005-08-22 10:05:31 +00:00
mattias
5673f4846e
fixed note about jpeg bug
...
git-svn-id: trunk@6803 -
2005-02-18 16:59:39 +00:00
marc
b8918ec656
* Restructured debugger view classes
...
* Fixed help
git-svn-id: trunk@5867 -
2004-08-26 23:50:05 +00:00
mattias
617948d9c8
removed unneeded units in uses sections
...
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
80d74a8fe7
implemented breakpoints hints for source editor
...
git-svn-id: trunk@4232 -
2003-06-04 13:34:58 +00:00
mattias
3a6822f197
implemented enable/disable/delete breakpoints in same source
...
git-svn-id: trunk@4229 -
2003-06-03 11:20:12 +00:00
mattias
4a8f4953a9
implemented showing source lines in breakpoints dialog
...
git-svn-id: trunk@4227 -
2003-06-03 08:02:33 +00:00
marc
134c587eef
MWE: = Splitted TDBGBreakpoint into TBaseBreakPoint, TIDEBreakpoint and
...
TDBGBreakPoint
git-svn-id: trunk@4226 -
2003-06-03 01:35:39 +00:00
mattias
c67f949ee8
implemented jump to code on double click for breakpoints and callstack dlg
...
git-svn-id: trunk@4214 -
2003-05-29 23:14:17 +00:00
mattias
7d3cacb432
implemented sourcemarks
...
git-svn-id: trunk@4206 -
2003-05-28 15:56:19 +00:00
mattias
6241f4822c
break;points dialog now gets the items without debugger
...
git-svn-id: trunk@4204 -
2003-05-28 08:46:24 +00:00
mattias
4e73760765
implemented enable and deleting breakpoint in breakpoint dlg
...
git-svn-id: trunk@4202 -
2003-05-27 20:58:12 +00:00
mattias
1cfa75bdb8
small fixes for debugger without file
...
git-svn-id: trunk@4200 -
2003-05-27 15:04:00 +00:00
mattias
4782526435
implemented restoring breakpoints
...
git-svn-id: trunk@4174 -
2003-05-23 14:12:51 +00:00
marc
b455d076da
MWE: = Moved and renamed debuggerforms so that they can be
...
modified by the ide
+ Added some parsing to evaluate complex expressions
not understood by the debugger
git-svn-id: trunk@4173 -
2003-05-22 23:08:19 +00:00
mattias
b125158c4b
implemented deleting empty submenus
...
git-svn-id: trunk@4159 -
2003-05-18 10:42:58 +00:00
mattias
b99e4f7796
added new ... dialog
...
git-svn-id: trunk@2028 -
2002-08-17 23:40:42 +00:00
lazarus
c5067609de
MWE:
...
- Removed menucreation from loaded since streaming works
git-svn-id: trunk@1721 -
2002-05-30 22:45:57 +00:00
lazarus
6c9464c470
MG: updated licenses
...
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
d894f24b93
MWE:
...
+ Added watches
* Updated watches and watchproperty dialog to load as resource
= renamed debugger resource files from *.lrc to *.lrs
* Temporary fixed language problems on GDB (bug #508 )
* Made Debugmanager dialog handling more generic
git-svn-id: trunk@1636 -
2002-04-24 20:42:29 +00:00
lazarus
975e5a1711
MWE:
...
* activated selection dependent popup
git-svn-id: trunk@1547 -
2002-03-27 00:31:02 +00:00
lazarus
d8a4f5d282
MWE:
...
+ Added invalidBreakpoint image
* Reorganized uniteditor so that breakpoints can be added erternal
* moved breakpoints events to notification object
git-svn-id: trunk@1546 -
2002-03-25 22:38:29 +00:00
lazarus
ecd33ba5b5
MWE:
...
+ Added locals dialog
* Modified breakpoints dialog (load as resource)
+ Added generic debuggerdlg class
= Reorganized main.pp, all debbugger relater routines are moved
to include/ide_debugger.inc
git-svn-id: trunk@1536 -
2002-03-23 15:54:30 +00:00