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 , 8 years ago
comment:2 by , 8 years ago
Type: | enhancement → bug |
---|
comment:3 by , 8 years ago
Status: | new → in-progress |
---|
Note:
See TracTickets
for help on using tickets.
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.