martin
|
cf8b7f94fe
|
IDE, Debugger: Set break/watchpoint after properties are confirmed. This used to set the watchpoint before the user confirmed, and then updated it.
git-svn-id: trunk@61964 -
|
2019-10-03 18:38:05 +00:00 |
|
maxim
|
44ad65c4ea
|
Debugger: fixed i18n of breakpoint description both in popup hint and dialog
git-svn-id: trunk@57223 -
|
2018-02-02 23:13:20 +00:00 |
|
maxim
|
0d9ef66105
|
Debugger: improved i18n
git-svn-id: trunk@57194 -
|
2018-01-30 22:53:33 +00:00 |
|
martin
|
c7fe5d1822
|
IDE, Debugger: Implemented symbol for pending breakpoint (used for code in libraries(dll/so), before it is loaded)
git-svn-id: trunk@57193 -
|
2018-01-30 19:44:26 +00:00 |
|
ondrej
|
dc0a33652f
|
IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
|
2017-05-22 07:52:37 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
juha
|
1a2964b382
|
IDE: 'Add' button for BreakpointDlg toolbar. Issue #31209, patch from Flávio Etrusco.
git-svn-id: trunk@53923 -
|
2017-01-11 10:16:57 +00:00 |
|
martin
|
d0a5c5a338
|
breakpoint dlg: select next item after delete
git-svn-id: trunk@49795 -
|
2015-09-09 11:02:48 +00:00 |
|
juha
|
06ac76f560
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
|
2015-07-04 23:08:00 +00:00 |
|
juha
|
708afdf966
|
Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
|
2015-03-22 10:17:35 +00:00 |
|
mattias
|
f3f0866921
|
IDE: checked compiler warnings, clean up
git-svn-id: trunk@48218 -
|
2015-03-10 14:51:21 +00:00 |
|
juha
|
4fbeea1dfd
|
IDE: ... and more hard-coded quotations in resourcestrings.
git-svn-id: trunk@45521 -
|
2014-06-15 11:52:27 +00:00 |
|
martin
|
e38b958e04
|
Debugger/DbgIntf: Moved code to DebuggerIntf package
git-svn-id: trunk@44097 -
|
2014-02-16 14:29:53 +00:00 |
|
juha
|
672f5bd862
|
Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
|
2012-09-13 06:39:56 +00:00 |
|
juha
|
8297ee1f08
|
Sort ListViews by column click around in many places.
git-svn-id: trunk@38289 -
|
2012-08-20 18:05:46 +00:00 |
|
martin
|
7ebaadc7bd
|
Window Column, store pointer to resourcestring
git-svn-id: trunk@36509 -
|
2012-04-02 00:24:15 +00:00 |
|
martin
|
409ca1a915
|
DBG/IDE only store changed column widths
git-svn-id: trunk@35579 -
|
2012-02-24 13:38:01 +00:00 |
|
juha
|
a0fb17b27e
|
IDE: Unite duplicate (single word) resourcestrings and name them consistently.
git-svn-id: trunk@35486 -
|
2012-02-19 15:50:48 +00:00 |
|
juha
|
c82d1b544d
|
IDE: use resource lisAdd instead of lisCodeTemplAdd in many places.
git-svn-id: trunk@35320 -
|
2012-02-12 13:03:15 +00:00 |
|
martin
|
24b800d7f0
|
DBG: fixed problem, when removing breakpoint at the wrong moment
git-svn-id: trunk@34973 -
|
2012-01-27 11:48:04 +00:00 |
|
martin
|
ce5c315627
|
DBG: Clean up (removed unused units)
git-svn-id: trunk@33797 -
|
2011-11-26 11:41:29 +00:00 |
|
martin
|
38e322bc0f
|
DBG: Jump to breakpoint: focus+highlight
git-svn-id: trunk@33396 -
|
2011-11-07 13:31:08 +00:00 |
|
martin
|
2642e6a579
|
DBG: moved window-names from IDE to debugger
git-svn-id: trunk@33336 -
|
2011-11-05 13:32:32 +00:00 |
|
martin
|
ed780f4ced
|
DBG: Store/Restore column size (debug dialogs). issue #0018035
git-svn-id: trunk@33270 -
|
2011-11-03 17:53:46 +00:00 |
|
martin
|
91818313c5
|
DBG: Setting groups to multiply selected breakpoints. Issue #0020478 / patch by Flávio Etrusco
git-svn-id: trunk@33160 -
|
2011-10-30 01:49:55 +00:00 |
|
martin
|
03120971cf
|
DBG: refactor GetBreakpointImage / Add images to breakpoint-dlg
git-svn-id: trunk@32827 -
|
2011-10-11 21:46:29 +00:00 |
|
martin
|
5fd3a7a645
|
DBG: do not open virtual unit twice.
git-svn-id: trunk@32724 -
|
2011-10-06 20:29:58 +00:00 |
|
martin
|
ce6ac1c77c
|
DBG:: implement log expression-eval in breakpoint
git-svn-id: trunk@32431 -
|
2011-09-19 23:19:19 +00:00 |
|
martin
|
37fa512845
|
DBG: Watchpoints
git-svn-id: trunk@32423 -
|
2011-09-19 17:47:27 +00:00 |
|
martin
|
c963680079
|
DBG: (alpha) Initial support for watchpoints ($DEFINE DBG_WITH_WATCHPOINT)
git-svn-id: trunk@32415 -
|
2011-09-19 01:20:08 +00:00 |
|
maxim
|
49c2dbf336
|
IDE: improved localization
git-svn-id: trunk@32177 -
|
2011-09-04 20:21:53 +00:00 |
|
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 |
|