martin
f49c02bfde
Merged revision(s) 65489 #76da38eb3a from trunk:
...
Debugger: Remove linefeeds for locals dialog. Issue #0039212
........
git-svn-id: branches/fixes_2_2@65493 -
2021-07-22 09:25:50 +00:00
martin
a3bd018a86
Debugger, IDE: Watches, add "Allow function calls" option to IDE / Add "Auto set class from instance"
...
git-svn-id: trunk@65152 -
2021-05-29 22:51:13 +00:00
juha
f76b3198f9
IDE: Reduce calls to UpperCase() and LowerCase(). Improves performance.
...
git-svn-id: trunk@64504 -
2021-02-08 19:09:20 +00:00
juha
20c5ac47c0
IDE: Use a faster compare method for case-insensitive strings and StringLists.
...
git-svn-id: trunk@64440 -
2021-01-29 19:59:04 +00:00
martin
5e1702e798
IDE, Debugger: prevent empty watches from being added.
...
git-svn-id: trunk@63650 -
2020-07-24 22:39:08 +00:00
martin
b208794e24
IDE, Debugger: reduce calls to Update when adding a watch.
...
git-svn-id: trunk@63649 -
2020-07-24 22:39:06 +00:00
ondrej
fa95a279f6
IDE: Locals Dialog: support special chars in extracting raw strings (fpDebug)
...
git-svn-id: trunk@62994 -
2020-04-16 06:27:33 +00:00
ondrej
f5c6dd57a4
IDE: Locals Dialog: support fpDebug for extracting values
...
git-svn-id: trunk@62993 -
2020-04-16 06:16:03 +00:00
ondrej
608c82904f
IDE: Locals Dialog: evaluate all: avoid searching items by caption
...
git-svn-id: trunk@62986 -
2020-04-15 10:54:21 +00:00
ondrej
e52c398bbc
IDE: Locals Dialog: add evaluate all menu item
...
git-svn-id: trunk@62983 -
2020-04-15 10:44:35 +00:00
ondrej
8050fccc64
IDE: Locals Dialog: evaluate on copy to clipboard
...
git-svn-id: trunk@62982 -
2020-04-15 10:14:07 +00:00
juha
e27232d4cc
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
...
git-svn-id: trunk@55211 -
2017-06-04 15:14:29 +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
ondrej
e2599966ce
DebuggerIntf, IDE: partially revert r53372 #ca66ef0c1c: don't format locals values, it slows down step-by-step debugging
...
git-svn-id: trunk@53374 -
2016-11-16 15:00:08 +00:00
ondrej
ca66ef0c1c
DebuggerIntf: Add interface to format debugger variable values.
...
IDE: Show formatted values in watches dialog, locals dialog and smart hint. Add default formatters for TDate/TDateTime/TTime variables.
git-svn-id: trunk@53372 -
2016-11-16 13:30:24 +00:00
ondrej
a6c38d0bdb
ide: fix FPC 3.0 compilation after r51375 #16c4777cbe
...
git-svn-id: trunk@51377 -
2016-01-22 13:17:18 +00:00
ondrej
16c4777cbe
debugger: add CopyRAWValue to locals dialog
...
git-svn-id: trunk@51375 -
2016-01-22 09:56:19 +00:00
ondrej
4b5db67a88
debugger: add CopyAll to locals dialog. Issue #29467 , patch by Cyrax
...
git-svn-id: trunk@51374 -
2016-01-22 08:35:11 +00:00
martin
3d8ea62914
Debugger: refactor
...
git-svn-id: trunk@44467 -
2014-03-18 19:26:04 +00:00
martin
9246646d0f
Debugger: refactor
...
git-svn-id: trunk@44465 -
2014-03-18 14:58:46 +00:00
martin
d1cb615281
Debugger: refactor locals
...
git-svn-id: trunk@44207 -
2014-02-23 00:47:43 +00:00
martin
7ebaadc7bd
Window Column, store pointer to resourcestring
...
git-svn-id: trunk@36509 -
2012-04-02 00:24:15 +00:00
martin
5a1360baf1
LazLogger, introduce base and dummy classes
...
git-svn-id: trunk@35778 -
2012-03-06 19:36:11 +00:00
martin
409ca1a915
DBG/IDE only store changed column widths
...
git-svn-id: trunk@35579 -
2012-02-24 13:38:01 +00:00
martin
369017a0c5
DBG: move same debugln to LazLogger cmd-line config
...
git-svn-id: trunk@35339 -
2012-02-12 22:59:28 +00:00
juha
4ef51619f5
IDE: collect common resource strings in one place, remove duplicates
...
git-svn-id: trunk@35321 -
2012-02-12 13:04:36 +00:00
martin
eb7d5b66c7
DBG re-added LCLProc to uses
...
git-svn-id: trunk@34119 -
2011-12-11 22:52:22 +00:00
martin
ce5c315627
DBG: Clean up (removed unused units)
...
git-svn-id: trunk@33797 -
2011-11-26 11:41:29 +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
066a27820b
DBG: more debugLN
...
git-svn-id: trunk@31160 -
2011-06-10 23:15:51 +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
a7170914a6
debugger: add popup menu to locals windows
...
git-svn-id: trunk@30754 -
2011-05-16 01:55:19 +00:00
martin
65b111ae79
DBG: History values: evaluate in background, if windows are closed
...
git-svn-id: trunk@30752 -
2011-05-16 00:45:19 +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
martin
99624b9b9a
DBG: Refactor Master/Slave class structure (locals)
...
git-svn-id: trunk@30721 -
2011-05-13 14:00:35 +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
13f948b3ca
* Fixed memleaks
...
git-svn-id: trunk@17452 -
2008-11-19 23:14:39 +00:00
marc
88ff1df906
+ Added Registers debug view
...
git-svn-id: trunk@17431 -
2008-11-19 01:35:01 +00:00
laurent
0b7a106fec
ResourceStrings for Locals Dialog
...
git-svn-id: trunk@14737 -
2008-04-02 20:44:09 +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
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
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
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