eramirem / virtualagc

Automatically exported from code.google.com/p/virtualagc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

(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.

Original issue reported on code.google.com by ohommes@gmail.com on 28 May 2009 at 1:44

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

Original comment by ohommes@gmail.com on 8 Jun 2009 at 11:26

  • Changed state: Fixed