View Single Post
Old 25 March 2018, 23:16   #28
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,343
Not specifically related to recent debugger improvements, but...

Pressing Shift-F12 when in D3D11 full-screen mode isn't handled well.

The GUI debugger window can be maximised but not resized. There's a resizing handle at the bottom right, but you can't adjust window size.

It would be nice if the disassembly could be a little closer to "proper" M68K assembler syntax. So for example:
- JSR (-$19E,A6) instead of JSR (A6, -$019e)
- MOVEQ #0,D6 instead of MOVE.L #$00,D6 (same for ADDQ/SUBQ)
- BRA.B instead of BT .B
mark_k is offline  
 
Page generated in 0.04520 seconds with 11 queries