EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.14k stars 161 forks source link

Large Sized Disassembly in Watch View overflows the next Watch Row. #222

Open mistymntncop opened 1 month ago

mistymntncop commented 1 month ago

If you try to view a large sized disassembly (large byte size) in the watch view it will be displayed like this - visual overflowing into the next watch rows. disasm

ryanfleury commented 1 month ago

Yeah, needless to say really, the disassembly visualizer (and basically every complex visualizer) is still heavily "under construction". I'll update this thread when this is further along.