Opened 8 years ago

Closed 8 years ago

#12940 closed bug (fixed)

Debugger should step over instructions, not lines, in dissasembly mode

Reported by: KapiX Owned by: anevilyak
Priority: normal Milestone: Unscheduled
Component: Applications/Debugger Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

As in title, when showing disassembly Debugger still steps over C++ code lines, instead of instructions. In my opinion it should step through each assembly instruction. Current workaround is to use Run to cursor, but it is inconvenient.

Change History (4)

comment:1 by anevilyak, 8 years ago

That is indeed an oversight, will see what I can do. It may be a while though, as things are currently a bit busy at work.

comment:2 by anevilyak, 8 years ago

Type: enhancementbug

comment:3 by anevilyak, 8 years ago

Status: newin-progress

comment:4 by anevilyak, 8 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev50534.

Note: See TracTickets for help on using tickets.