Index: TODO =================================================================== diff -u -r2d42793f08679804e6251326fd2a03217b68aa4f -r7da6935c42353b2c30c05619eeb958f5701186b7 --- TODO (.../TODO) (revision 2d42793f08679804e6251326fd2a03217b68aa4f) +++ TODO (.../TODO) (revision 7da6935c42353b2c30c05619eeb958f5701186b7) @@ -5627,6 +5627,16 @@ - don't swallow errors triggered from variable write traces in configure - handle result of Tcl_ObjSetVar2() in all cases + +- Use standard logging for + nsf::__profile_trace ... -verbose true ... + By using the standard logging mechanism, we can redefining + ::nsf::log to output e.g. trace in a GUI. +- Add argument "-dontsave" to nsf::__profile_trace + to avoid saving trace in memory +- Refactor trace and debug output to deliver lists. + This makes it easier to postprocess the results from Tcl. + ======================================================================== TODO: - maybe use as well "$obj eval $cmd" for valuechangedcmd