kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Stepping instructions in disassembly #135

Closed frxstrem closed 12 years ago

frxstrem commented 12 years ago

When I have the disassembly window open and I step an instruction in my program, the most obvious action in my opinion is that it would stay in disassembly view and just highlight the next step there, but as of 1.7.3 the behavior seems to be to switch to the source file of the current instruction instead (or crash if it can't find it). I would prefer this either to happen automatically when I am already in this view, or at least let there be a proper option to stay in disassembly view when stepping.

kierenj commented 12 years ago

I agree. Will certainly have it keep to the disasm view in that situation. As a workaround in the meantime you can drag the Disasm tab to another window/location and it won't disappear.

kierenj commented 12 years ago

Now implemented for the next release, thanks for the feedback :)