VDBDebuggerApplication.st
Sat, 21 Sep 2019 18:31:45 +0100 Jan Vrany Do not try to raise transcript window if `Transcript` is not graphical
Mon, 08 Jul 2019 12:37:49 +0100 Jan Vrany Load Python support code upon startup.
Fri, 21 Jun 2019 22:54:50 +0100 Jan Vrany UI: add "Scratch Pad" tool
Thu, 20 Jun 2019 13:51:41 +0100 Jan Vrany Refactor support for VDB customization scripts
Thu, 20 Jun 2019 10:36:20 +0100 Jan Vrany Avoid update cycle when handling `=thread-selected` event
Tue, 18 Jun 2019 11:14:38 +0100 Jan Vrany Clean up settings application and remove obsolete settings
Mon, 10 Jun 2019 14:36:46 +0100 Jan Vrany Generalize `VDBInstructionListView`
Tue, 23 Apr 2019 13:58:59 +0100 Jan Vrany UI: add a menu item to attach another debugger to cuurrent GDB
Mon, 18 Feb 2019 09:44:04 +0000 Jan Vrany UI: add status bar to debugger
Sat, 19 Jan 2019 23:28:30 +0000 Jan Vrany UI: in simple console use prompt defined by GDB parameter 'prompt'
Fri, 14 Dec 2018 10:31:13 +0000 Jan Vrany Fix: bug in simple console causing output being lost
Thu, 13 Dec 2018 14:56:29 +0000 Jan Vrany Fix: use `VDBUnixDebuggerConsoleApplication` only when GDB's process is a UNIX process
Wed, 12 Dec 2018 16:35:20 +0000 Jan Vrany Renamed `VDBWindowsDebuggerConole*` to `VDBSimpleDebuggerConsole*`
Fri, 05 Oct 2018 09:43:53 +0100 Jan Vrany UI: add Hex-Rays IDA Pro like debugger layout
Fri, 05 Oct 2018 09:11:56 +0100 Jan Vrany UI: add option to change debugger layout and preference to set the default layout
Thu, 04 Oct 2018 10:51:17 +0100 Jan Vrany UI: add GDB executable configuration to settings dialog
Wed, 03 Oct 2018 15:34:35 +0100 Jan Vrany UI: split *View* menu into *View* and *Window*
Mon, 01 Oct 2018 20:56:03 +0100 Jan Vrany UI: Show disassembly along with source code
Fri, 28 Sep 2018 10:09:50 +0100 Jan Vrany UI: add *View* -> *Disassembly* menu item to debugger menu
Thu, 27 Sep 2018 21:27:59 +0100 Jan Vrany UI: add register view
Thu, 27 Sep 2018 21:00:01 +0100 Jan Vrany UI: rename and fix debugger's *View* -> *Frame* to *View* -> *Variables*
Sat, 01 Sep 2018 00:26:02 +0100 Jan Vrany Workaround for `doExecReverse` when using RR
Mon, 20 Aug 2018 22:19:23 +0100 Jan Vrany Add support for use-specific init file (~/.vdbinit.st)
Mon, 30 Jul 2018 10:24:48 +0100 Jan Vrany UI: added `Reverse` exec menu item
Mon, 30 Jul 2018 07:44:40 +0100 Jan Vrany UX: always show selected (contextual) frame in stack view
Sun, 29 Jul 2018 18:55:01 +0100 Jan Vrany UI: fixed bug when clofing a tool window closed the whole debugger
Fri, 27 Jul 2018 07:58:24 +0100 Jan Vrany Initial support for Mozilla rr
Mon, 28 May 2018 23:19:53 +0100 Jan Vrany UX: inform user that GDB teminated abnormally (i.e., crashed) stx-8.0.0
Tue, 10 Apr 2018 20:23:08 +0100 Jan Vrany UX: added preferences to automatically enable frame filters and pretty printers
Tue, 27 Mar 2018 09:02:52 +0100 Jan Vrany Disable restart, terminate and suspend actions if target does not support async mode
Wed, 14 Mar 2018 10:22:11 +0000 Jan Vrany Added commands for reverse debugging
Wed, 14 Mar 2018 10:07:45 +0000 Jan Vrany UI: add support to "pin" menus, i.e., turn them into a floating toolboxes
Tue, 13 Mar 2018 00:08:25 +0000 Jan Vrany Fixed handling of log events in `VDBDebuggerApplication`
Sat, 03 Feb 2018 21:18:50 +0000 Jan Vrany Variable objects: splitted `VDBFrameApplication`
Fri, 26 Jan 2018 12:06:19 +0000 Jan Vrany UI: added "memory view" to display memory dumps
Mon, 08 Jan 2018 19:48:11 +0000 Jan Vrany Win32: initial support for Windows.
Sun, 17 Dec 2017 20:33:20 +0000 Jan Vrany Renamed `VDBAbstractConsoleApplication` to `VDBAbstractUnixConsoleApplication`
Thu, 23 Nov 2017 22:45:57 +0000 Jan Vrany License this package under 'Creative Commons Attribution-NonCommercial 4.0 International License'
Tue, 11 Jul 2017 09:07:35 +0200 Jan Vrany Initial support for breakpoints
Thu, 08 Jun 2017 13:43:34 +0100 Jan Vrany Debugger UI improvements
Fri, 02 Jun 2017 07:42:04 +0100 Jan Vrany Display variable values in frame view
Thu, 01 Jun 2017 22:33:18 +0100 Jan Vrany Close debugger window when debugger quits.
Thu, 01 Jun 2017 12:23:04 +0100 Jan Vrany Cleanup in debugger and inferior console applications to catch up changes in `jv:libgdbs`
Sun, 08 Mar 2015 15:50:52 +0000 Jan Vrany Catch up after API changes in GDBDebugger command API.
Fri, 27 Feb 2015 16:50:43 +0100 Jan Vrany Initial support for variables
Fri, 27 Feb 2015 13:39:32 +0100 Jan Vrany Update "selected frame" when frame selection changes.
Tue, 30 Sep 2014 00:32:42 +0100 Jan Vrany Minor fixes in the UI - redraw stack list when execution state changes.
Mon, 29 Sep 2014 23:59:11 +0100 Jan Vrany When issuing CLI commands, make sure they're run in background mode.
Tue, 23 Sep 2014 17:02:53 +0100 Jan Vrany Start gdb process when opened from browser (via VDBDebuggerApplication class>>open)
Tue, 23 Sep 2014 15:49:55 +0100 Jan Vrany Added enablement holders to exec menu items.
Mon, 22 Sep 2014 22:50:28 +0100 Jan Vrany Added icons from Eclipse.
Mon, 22 Sep 2014 09:57:54 +0100 Jan Vrany Added toolbar and icons. Show all thread groups and threads in stack view.
Sun, 21 Sep 2014 23:46:10 +0100 Jan Vrany Temporary commit: reworking VDBStackApplication to support multiple threads and inferiors
Sun, 21 Sep 2014 00:48:39 +0100 Jan Vrany Some more work on source displaying
Fri, 19 Sep 2014 10:05:54 +0100 Jan Vrany Temporary commit: some more work on displaying source code.
Thu, 18 Sep 2014 09:34:50 +0100 Jan Vrany Minor fixes in UI - allow to open stack window as floating tool window.
Tue, 09 Sep 2014 12:47:13 +0100 Jan Vrany Added debug menu to VDBDebuggerApplication
Thu, 12 Jun 2014 08:45:26 +0100 Jan Vrany Added window menu to main window.
Tue, 10 Jun 2014 17:46:14 +0100 Jan Vrany Implemented VDBTabbingContainer.
Mon, 09 Jun 2014 10:57:26 +0100 Jan Vrany Added VDBInferiorConsoleApplication to display debugee's input/output.
less more (0) tip