Menu

#33 trace file

1.0
open
nobody
None
2019-05-04
2018-09-27
No

could a feature be added to write a trace of the instructions executed? Executing 1 step at a time is difficult to keep track of. it wwould be helpful if this could be written to a text file. It probably would be necessary to step over ROM instructions or else the file would be huge. and excluding ROM instructions would then only show the code the programmer has written.

Discussion

  • slajerek

    slajerek - 2019-03-22

    This is partially possible using profiler and export to profile file, however a kind of stack trace would be cool to have indeed.

     
  • Pontus Berg

    Pontus Berg - 2019-05-04

    Isn't this the same as logging the CHIS of the VICE monitor to a file? I would say that's rather kewl. For me it's a significant restriction that VICE cannot redirect monitor output. "CHIS 100 >>file.txt" would be a rather nice command, but it's not supported by VICE.

     

Log in to post a comment.