Export to GitHub

virtualagc - issue #21

Display actual source line when not using --fullname like gdb and not the disassembly


Posted on May 28, 2009 by Quick Giraffe

(Re)introduce the display of the next source line to be executed when stepping through code (just like gdb) when not using --fullname. The current implementation shows the actual assembly without labels even. So in the default mode it feels a little you are debugging without symbols but you are not it is just the display of the inner stack frame is awkward and not gdb style.

Comment #1

Posted on Jun 8, 2009 by Quick Giraffe

Now shows source line and when source file changes it also displays the file info just like the gdb.

Status: Fixed

Labels:
Type-Defect Priority-High