Sat, 16 Oct 2021 09:06:13 +0200 Jan Vrany UI: add theme support to instruction list
Thu, 14 Oct 2021 14:25:12 +0200 Jan Vrany UX: remember last working (range) expression in disassembly view
Thu, 14 Oct 2021 13:58:22 +0200 Jan Vrany UI: autogically select contrasting foreground in lists
Thu, 14 Oct 2021 13:57:06 +0200 Jan Vrany UI: always use `GDBRegisterWithValue >> #valueString` in register presenter
Thu, 05 Aug 2021 22:30:35 +0100 Jan Vrany UX: do not update window's contents when window is too small
Thu, 05 Aug 2021 13:54:13 +0100 Jan Vrany UI: properly initialize message view background
Thu, 05 Aug 2021 13:49:06 +0100 Jan Vrany UX: oops, do not use recursiveDetect: on thread / stack tree
Tue, 01 Jun 2021 10:55:41 +0100 Jan Vrany UI: display breakpoints in instruction list
Tue, 01 Jun 2021 10:51:50 +0100 Jan Vrany Overrided `displayOn:aGC ...` instead of `displayLabelOn:aGC ...`
Thu, 20 May 2021 14:51:00 +0100 Jan Vrany python: add `pr` ("Python reload") command
Thu, 20 May 2021 14:48:25 +0100 Jan Vrany python: fix `CxxCollectionPrettyPrinter` when registered printer is `None`
Thu, 20 May 2021 14:43:40 +0100 Jan Vrany python: move VDB variable object implementation to `vdb.mi` module
Mon, 17 May 2021 21:49:08 +0100 Jan Vrany UI: add "Copy Address" item to instruction context menu.
Tue, 18 May 2021 11:21:13 +0100 Jan Vrany UX: selectively update stack tree to minimize changes
Wed, 17 Mar 2021 12:22:55 +0000 Jan Vrany Link debugger application's selected frame/thread/inferior holder to debugger's user context
Wed, 10 Mar 2021 15:13:00 +0000 Jan Vrany Use convenience API to select contextual frame
Mon, 17 May 2021 12:41:11 +0100 Jan Vrany python: set custom prompt only for from VDB UI
Mon, 17 May 2021 12:07:28 +0100 Jan Vrany python: add `python` target to build files
Mon, 17 May 2021 11:45:10 +0100 Jan Vrany python: add new module `vdb.printing`
Wed, 20 Jan 2021 08:16:34 +0000 Jan Vrany python: preparation to split vdb.py into multiple (and reusable) components
Mon, 17 May 2021 13:31:59 +0100 Jan Vrany Add `#printOn:` to thread group, thread and frame presenters
Fri, 12 Mar 2021 17:58:59 +0000 Jan Vrany UI: avoid regenerating register list if possible to avoid flickering
Tue, 09 Mar 2021 11:45:17 +0000 Jan Vrany UI: display thread id (and frame) in standalone register window
Tue, 09 Mar 2021 11:41:55 +0000 Jan Vrany Add `VDBAbstractApplication >> #titleHolder:`
Thu, 10 Dec 2020 20:28:06 +0000 Jan Vrany UX: avoid round trip to GDB until thread node is expanded
Thu, 10 Dec 2020 20:14:03 +0000 Jan Vrany UI: show thread name (instead of id) in stack view
Tue, 17 Nov 2020 22:02:29 +0000 Jan Vrany UX: reimplement variable "Inspect" in more generic way
Wed, 18 Nov 2020 07:08:41 +0000 Jan Vrany UX: improve memory view
Tue, 17 Nov 2020 20:04:06 +0000 Jan Vrany Fix `Step Into` in assembly view
Tue, 17 Nov 2020 15:18:37 +0000 Jan Vrany Refactored preferences opening to make it work on standalone debuggers
Mon, 16 Nov 2020 22:21:57 +0000 Jan Vrany Fix `.gdbinit` and `.vdbinit.st` editing in settings
Tue, 17 Nov 2020 15:24:47 +0000 Jan Vrany Re-add lost `vdbinit.st`
Mon, 16 Nov 2020 22:10:04 +0000 Jan Vrany Fix "Window" menu items to work when no inferior is executing
Mon, 16 Nov 2020 21:51:00 +0000 Jan Vrany Make sure width / height parameters are non-negative when informing GDB about console size
Wed, 28 Oct 2020 10:49:52 +0000 Jan Vrany `import vdb` early on using `-ie` rather than after an inferior is loaded
Sun, 09 Aug 2020 07:18:09 +0100 Jan Vrany UI: add "Copy Backtrace to Clipboard" menu item
Sat, 08 Aug 2020 22:45:10 +0100 Jan Vrany Oops, add missing `super initialize` to `VDBAbstractContainer >> #initialize`
Wed, 05 Aug 2020 13:55:34 +0100 Jan Vrany Automatically reload source when source directories change
Tue, 23 Jun 2020 14:06:31 +0100 Jan Vrany Make application-level shortcuts to work when debugger console is fucused
Mon, 22 Jun 2020 10:41:59 +0100 Jan Vrany Make container "application" a kind of "contents" application
Fri, 22 May 2020 14:43:33 +0100 Jan Vrany Fix `VDBAddressRange >> disassemble` w.r.t empty range
Fri, 22 May 2020 14:42:47 +0100 Jan Vrany Fix typo in `VDBFrameApplication >> #delayedUpdateRegisterList`
Sun, 01 Dec 2019 23:43:00 +0000 Jan Vrany UX: various little improvements in simple debugger console
Sun, 01 Dec 2019 08:42:59 +0000 Jan Vrany Synchronization fix in `VDBStackApplication`
Sun, 10 Nov 2019 23:57:47 +0000 Jan Vrany UI: add `VDBDisassemblyApplication`
Fri, 27 Sep 2019 20:52:14 +0100 Jan Vrany Fix `VDBVariableListApplication` w.r.t. `GDBVariable` that has no var-obj associated
Tue, 24 Sep 2019 00:43:53 +0100 Jan Vrany Always inspect varobj when double-clicking on a variable
Sat, 21 Sep 2019 18:31:45 +0100 Jan Vrany Do not try to raise transcript window if `Transcript` is not graphical
Fri, 20 Sep 2019 21:10:36 +0100 Jan Vrany Fix finalization of `VDBVariableObject`
Fri, 06 Sep 2019 02:30:16 +0100 Jan Vrany Fix `VDBStackApplication >> delayedUpdateAfterThreadStopped:`
Wed, 21 Aug 2019 22:53:15 +0100 Jan Vrany Fix `VDBBariableObjectPresenter >> doDoubleClick:`
Tue, 23 Jul 2019 14:53:07 +0100 Jan Vrany Remove launcher script on UNIX
Tue, 23 Jul 2019 12:32:01 +0100 Jan Vrany Add `VDBStartupA` into `jv:vdb/application`
Mon, 08 Jul 2019 23:12:19 +0100 Jan Vrany UX: perform 'inspect' when variable is double-clicked
Mon, 08 Jul 2019 13:31:11 +0100 Jan Vrany Initial support for VDB python-based variable objects
Mon, 08 Jul 2019 12:37:49 +0100 Jan Vrany Load Python support code upon startup.
Tue, 25 Jun 2019 15:26:33 +0100 Jan Vrany UX: flash console when there's more to complete
Fri, 21 Jun 2019 22:54:50 +0100 Jan Vrany UI: add "Scratch Pad" tool
Thu, 20 Jun 2019 16:11:12 +0100 Jan Vrany UI: add "Edit" button to settings application to edit GDB and VDB init scripts
Thu, 20 Jun 2019 13:51:41 +0100 Jan Vrany Refactor support for VDB customization scripts
(0) -100 -60 tip