lazarus/ide/packages/idedebugger
2025-08-04 10:35:39 +02:00
..
frames IDE: Debugger options, fixed layout of tool-buttons for display-format 2025-05-06 17:18:36 +02:00
languages IDEDebugger: regenerated translations and updated Russian translation 2025-07-04 16:49:45 +03:00
test IdeDebugger: remove some duplication from testcase 2025-06-03 11:01:16 +02:00
arraynavigationframe.lfm
arraynavigationframe.pas
assemblerdlg.lfm
assemblerdlg.pp SynEdit: Remove "published" from TextAttribute. Add to child-classes 2025-08-04 10:35:39 +02:00
basedebugmanager.pas
breakpointgroupframe.lfm
breakpointgroupframe.pas
breakpointsdlg.lfm IDE, Debugger: make toolbars in debug-dialogs wrap-able 2025-03-05 20:20:14 +01:00
breakpointsdlg.pp IDE/BreakPointsDlg: Add a hint for the button to display breakpoints by group 2025-07-04 16:16:15 +03:00
breakpropertydlg.lfm IdeDebugger: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
breakpropertydlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
breakpropertydlggroups.lfm
breakpropertydlggroups.pas
callstackdlg.lfm IDE, Debugger: Callstack, implement middle (double) click for "set as current" (and jump to source) 2025-06-18 16:36:20 +02:00
callstackdlg.pp IDE, Debugger: Fix selecting stackframe in History entries. 2025-07-19 17:37:48 +02:00
dbgtreeviewwatchdata.pas
debugattachdialog.lfm
debugattachdialog.pas
debugger.pp IDE, Debugger: fixed accessing freed watch (inspect, evel, mem-view might clear there Watch-collection, but the watch was still notified to all other windows / they will ignore it, as it isn't theirs, but the call GetTopWatch) 2025-07-19 09:10:40 +02:00
debuggerdlg.pp
debuggertreeview.pas
debugoutputform.lfm
debugoutputform.pp
envdebuggeroptions.pas
evaluatedlg.lfm
evaluatedlg.pp Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
exceptiondlg.lfm
exceptiondlg.pas
feedbackdlg.lfm
feedbackdlg.pp
fpmake.pp
historydlg.lfm IDE, Debugger: make toolbars in debug-dialogs wrap-able 2025-03-05 20:20:14 +01:00
historydlg.pp
idedbgvalueconvertersettingsframe.lfm
idedbgvalueconvertersettingsframe.pas
idedbgvalueformattersettingsframe.lfm
idedbgvalueformattersettingsframe.pas
idedebugger_displayformat_options.lfm
idedebugger_displayformat_options.pas
idedebugger.lpk minimized package dependencies 2025-07-08 08:54:58 +02:00
idedebuggerbackendvalueconv.pas Cleanup and formatting. 2025-07-08 13:01:10 +03:00
idedebuggerbase.pas
idedebuggerdisplayformats.pas
idedebuggeropts.pas Cleanup and formatting. 2025-07-08 13:01:10 +03:00
idedebuggerpackage.pas
idedebuggerstringconstants.pas IDE/BreakPointsDlg: Add a hint for the button to display breakpoints by group 2025-07-04 16:16:15 +03:00
idedebuggerutils.pas
idedebuggervalueformatter.pas
idedebuggervalueformatterarrayofchartostring.lfm
idedebuggervalueformatterarrayofchartostring.pas
idedebuggervalueformattercolor.lfm
idedebuggervalueformattercolor.pas
idedebuggervalueformattercurrency.pas
idedebuggervalueformatterdatetime.lfm
idedebuggervalueformatterdatetime.pas
idedebuggervalueformatterdisplayformat.lfm
idedebuggervalueformatterdisplayformat.pas
idedebuggervalueformatterordinaltoname.lfm
idedebuggervalueformatterordinaltoname.pas
idedebuggervalueformattersetup.pas
idedebuggerwatchresprinter.pas
idedebuggerwatchresult.pas IdeDebugger: fix watch-data storage. Some nested array or pointer values would hit an assertion if some (but not all) data produced errors. 2025-06-03 10:41:55 +02:00
idedebuggerwatchresultjson.pas
idedebuggerwatchresutils.pas IdeDebugger: Don't assert address of empty string. Exit early. 2025-03-16 21:58:09 +01:00
images.rc IdeDebugger: update icons, by Roland Hahn / Issue #41233 2024-11-08 20:31:48 +01:00
images.res IdeDebugger: update icons, by Roland Hahn / Issue #41233 2024-11-08 20:31:48 +01:00
inspectdlg.lfm
inspectdlg.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
localsdlg.lfm
localsdlg.pp
Makefile updated Makefiles 2025-07-07 16:12:04 +02:00
Makefile.compiled updated Makefiles 2025-07-07 16:12:04 +02:00
Makefile.fpc updated Makefiles 2025-07-07 16:12:04 +02:00
memviewerdlg.lfm
memviewerdlg.pas ide: commetns, clean up 2025-07-11 09:54:15 +02:00
processdebugger.pp
processlist.pas
projectdebuglink.pas IDE, Debugger: fixed dangling object. When project was changed then FCurrentDebuggerPropertiesConfig was freed as part of the list, but the field was left dangling. 2024-12-28 20:11:26 +01:00
pseudoterminaldlg.lfm
pseudoterminaldlg.pp
registersdlg.lfm
registersdlg.pp
threaddlg.lfm IDE, Debugger: make toolbars in debug-dialogs wrap-able 2025-03-05 20:20:14 +01:00
threaddlg.pp
watchesdlg.lfm
watchesdlg.pp IdeDebugger: fix crash in watches window. Issue #41530 / Disable "Format watch" if no watch selected. 2025-03-15 09:41:19 +01:00
watchpropertydlg.lfm IdeDebugger: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
watchpropertydlg.pp IdeDebugger: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00