Fork of DOSBox-staging to concentrate solely on the debugger.
Window can be re-sized, automatically adjusting the layout of sub-windows according to set ratios and fixed values.
Windows can be re-arranged, snapping to a grid of titlebar height and character width.
Code is disassembled recursively, so that data entries embedded within the code don't appear.
Unidentified code areas are handled well. With strings, aligns, jump lists, and other in-code data identified.
Labels and call labels are identified and shown, along with callers.
Disassembled code entries are added recursively when their address is referenced, either manually or via indirect jumps.
The whole code section is shown, split into segments.
Separate Data and Stack views.
Changes to Data and Stack are shown.