Commit Graph

1388 Commits

Author SHA1 Message Date
mattias
6756799c39 IDE: less hints
git-svn-id: trunk@62603 -
2020-01-31 14:10:12 +00:00
martin
12f9283b78 IDE, debug registers: Windows, reduce flicker
git-svn-id: trunk@62593 -
2020-01-26 20:15:02 +00:00
martin
84ac7fd966 IDE, debug registers: avoid extra updates
git-svn-id: trunk@62592 -
2020-01-26 20:15:00 +00:00
martin
7e1fb75015 Make register view entry format settings persist through debug session / Patch by ccrause
git-svn-id: trunk@62591 -
2020-01-26 20:14:59 +00:00
juha
6a5bdbd4f8 IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak.
git-svn-id: trunk@62571 -
2020-01-18 09:37:59 +00:00
martin
1ac14d37b8 IDE, debugger: Reduce unnecessary watches updates
git-svn-id: trunk@62556 -
2020-01-14 20:37:34 +00:00
martin
dee73b2218 IDE, Debugger: Fix inspect dialog. Allow double clicking members of old style objects.
git-svn-id: trunk@62555 -
2020-01-14 17:44:23 +00:00
martin
44c48aaf97 IDE, DebuggerOptions: Workaround for ONE occurrence of issue #0036306 / Crash in gtk with combination of TFrame, TToolbar dropdown menu and TPopupMenu and dynamic menu item creation
git-svn-id: trunk@62313 -
2019-11-29 02:54:48 +00:00
martin
06affdbb7a Debugger: Inspect Dlg, handle skObject, skInterface
git-svn-id: trunk@62305 -
2019-11-27 01:52:42 +00:00
juha
0c7fee62f3 IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak.
git-svn-id: trunk@62278 -
2019-11-22 00:14:36 +00:00
ondrej
922e731fd5 IDE: Project: LPI&LPS debugging info - write new lists. Issue #22752
git-svn-id: trunk@62247 -
2019-11-16 18:23:54 +00:00
martin
d9115c54aa IDE, Callstack: Do not request updates (on brkpoint change), if there are no items to update.
git-svn-id: trunk@62140 -
2019-10-28 17:07:08 +00:00
martin
51b18e32f4 IDE, Debugger-conf: Make sure debugger path history is saved
git-svn-id: trunk@62024 -
2019-10-10 13:37:46 +00:00
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
martin
6516a8c105 EnvironmentOptions: fix deleting debugger backend config
git-svn-id: trunk@61894 -
2019-09-17 12:47:11 +00:00
martin
0aa50e2f0f Env-Options, Debugger: Always update XML nodes, as the can get re-read.
git-svn-id: trunk@61631 -
2019-07-27 13:11:23 +00:00
martin
2b676c1372 Ide/Debugger Options: Move "Language Exceptions" from Environment to Project. They already were stored with the project. (No build mode support)
git-svn-id: trunk@61608 -
2019-07-20 15:22:18 +00:00
martin
31c1cc7cfa Debugger-Config: fix assert for file history list
git-svn-id: trunk@61556 -
2019-07-10 12:41:25 +00:00
martin
7db25535c4 Debugger-Config: Disable path input, if debugger class does not need it
git-svn-id: trunk@61555 -
2019-07-09 19:20:09 +00:00
martin
ff1657deea Debugger-Config: Allow individual LRU list for gdb vs lldb
git-svn-id: trunk@61554 -
2019-07-09 19:20:08 +00:00
martin
358ce23913 Debugger-Config: Allow "named" configs for the debugger.
git-svn-id: trunk@61548 -
2019-07-08 23:01:18 +00:00
martin
c40bffbdee ProcessDebugger: Fixed crash, due to debugger destroying inside SetState
git-svn-id: trunk@61544 -
2019-07-08 19:11:16 +00:00
martin
9f1b5ca3f2 Debugger: introduce watch type skFunctionRef
git-svn-id: trunk@61520 -
2019-07-03 18:26:31 +00:00
juha
3df7d8afe5 LCL, LazUtils: Move string manipulation functions from LCLProc to LazStringUtils.
git-svn-id: trunk@61038 -
2019-04-22 09:00:32 +00:00
martin
d3130df900 Debugger: PseudoTerminal, do not close the handle while app is still debugged.
git-svn-id: trunk@60469 -
2019-02-20 15:45:45 +00:00
martin
f0856e5ac3 Debugger: Callstack-Dlg, hide captions, small buttons, new image. Issue #0035044
git-svn-id: trunk@60401 -
2019-02-10 20:26:15 +00:00
martin
554f0e1095 Debugger: Register Window, fix updating register values. Broken in some cases since r60049 #52e85d555e
git-svn-id: trunk@60342 -
2019-02-05 23:14:03 +00:00
michl
b98f61cd23 EvaluateDlg: Prevent hanging of IDE with opened dialog by a exception.
git-svn-id: trunk@60094 -
2019-01-16 17:26:52 +00:00
martin
4014c0f4fd Debugger: fix compile after r60049 #52e85d555e "keep register-names in register window, while debugger is running" Issue #0034844
git-svn-id: trunk@60052 -
2019-01-10 12:29:18 +00:00
martin
77c5aa5d93 Debugger: fix compile after r60049 #52e85d555e "keep register-names in register window, while debugger is running" Issue #0034844
git-svn-id: trunk@60050 -
2019-01-10 11:02:15 +00:00
martin
52e85d555e Debugger: keep register-names in register window, while debugger is running (show <unavailable>). This way scroll pos is preserved. Issue #0032654
git-svn-id: trunk@60049 -
2019-01-09 23:58:14 +00:00
michl
5f6279e73e EvaluateDlg: Evaluate a entry when it is selected with mouse in cmbExpression
git-svn-id: trunk@60047 -
2019-01-09 15:59:57 +00:00
michl
9bfc86dedf Evaluate a expression automatically when EvaluateDlg is already shown
git-svn-id: trunk@60046 -
2019-01-09 15:16:09 +00:00
michl
25cba76789 Evaluate a expression when EvaluateDlg is already shown
git-svn-id: trunk@60045 -
2019-01-09 14:55:35 +00:00
michl
ef57dae24f Don't close EvaluateDialog and Debug Inspector when docked
git-svn-id: trunk@60043 -
2019-01-09 14:25:58 +00:00
martin
8070c320ce Debugger: Limit size of exception message/window
git-svn-id: trunk@59743 -
2018-12-06 21:19:38 +00:00
martin
0fe63f78e1 Debugger: assert
git-svn-id: trunk@59694 -
2018-11-29 13:48:47 +00:00
martin
dbcc66dfa2 Debugger: Fix wrong class for threads.
git-svn-id: trunk@59693 -
2018-11-29 13:48:09 +00:00
mattias
5b20825a23 IDE: debugger: fixed output console
git-svn-id: trunk@59612 -
2018-11-20 21:11:01 +00:00
mattias
faeb5f30ec IDE: debugger: fixed reversed output
git-svn-id: trunk@59611 -
2018-11-20 16:43:23 +00:00
mattias
64c01fbbd8 IDE: debugger: fixed warnings about implicit widestring conversions
git-svn-id: trunk@59589 -
2018-11-18 10:52:07 +00:00
mattias
22fcdce19c IDE: debugger: less hints
git-svn-id: trunk@59588 -
2018-11-18 10:51:27 +00:00
maxim
25edeec0d3 Debugger: removed duplicate caption assignments
git-svn-id: trunk@59530 -
2018-11-12 22:51:21 +00:00
martin
f6896bbbb2 Debugger: Register Window, add "Copy name and value", "Copy All". Patch by silvioprog, Issue #34544
git-svn-id: trunk@59529 -
2018-11-12 19:45:15 +00:00
martin
3018fb2880 Fix compilation with debug define
git-svn-id: trunk@59510 -
2018-11-11 17:50:46 +00:00
martin
fdd25c4c9c Debugger, asm dialog: fix mouse wheel scrolling
git-svn-id: trunk@59439 -
2018-11-03 18:49:33 +00:00
martin
567b28866b debugger: fix pseudo terminal, only memo needs monospace. Issue #0034192
git-svn-id: trunk@59376 -
2018-10-27 14:53:26 +00:00
martin
58bd48455a Debugger: Fix DebugInspector stopped working after window was open with empty input. Issue #0034452
git-svn-id: trunk@59350 -
2018-10-25 18:18:25 +00:00
juha
c9e4614e17 Delete old deprecated methods.
git-svn-id: trunk@59175 -
2018-09-28 11:06:40 +00:00
mattias
cbb8898c25 IDE: fixed abstract method
git-svn-id: trunk@59077 -
2018-09-19 09:22:46 +00:00