x13pixels / remedybg-issues

Public repository for tracking issues (bugs and features) for the RemedyBG debugger
85 stars 0 forks source link

[Feature suggestion] Add arrows on the left side of the disassembly code to show jump source and destination #277

Open Scr3amer opened 2 years ago

Scr3amer commented 2 years ago

Hello kind sir !

I love your debugger. I am trying to do everything without VS and I wanted some fresh new UI to replace GDB and found that debugger. Amazing stuff !

I doubled checked the stack of issues to be sure it is not a duplicate so sorry if it ends up still being one.

I have a suggestion since I use a lot the disassembly view. It would be to display on the left side of the panel arrows that show jumps. As an inspiration you could look at x64dbg way of doing it. With 2 colors depending on if the jump is forward or backward.

Good luck for the probably huge amount of work you have on your todo list for that awesome project. Cheers !