Changeset 0cdc1e in git


Ignore:
Timestamp:
Feb 1, 2024, 3:29:47 PM (3 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ff05302c6a9c49aa0f2c34e7d0b9146f12ec8214
Parents:
a07151f56b75d18749b71c2409486d1f149ba5cf
Message:
debug: add line number to backtrace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fevoices.cc

    ra07151 r0cdc1e  
    8585      PrintS("-- called from ? --\n");
    8686    else
    87       Print("-- called from %s --\n",s);
     87      Print("-- called from %s:%d --\n",s, p->curr_lineno);
    8888  }
    8989}
Note: See TracChangeset for help on using the changeset viewer.