Trace suggestion
- Posted by Alan Oxley <fizzpop at icon.co.za> May 31, 2004
- 617 views
Hi Rob and group, I know the "nice to have's" list is closed for v2.5, but how about this for v2.6: When you are in the trace(1) interactive screen, the source line numbers are displayed. How about displaying the full path/filename of the file being traced too? In the yellow line that prompts for a variable. Ideally, Id like to have tracing on in my source, and exclude tracing all (trusted) includes but be able to easily override this as required. eg: a) a new trace variable "with trace_include on/off" and "with trace_include_nesting_level n" b) or, 'with trace_exclude="c:\euphoria\include' and I put my include source in another directory My reason for wanting this, is that its a pain to add the trace(1) and trace(0) in included files, Id like to keep them untouched , so that the contributor knows they are vanilla and I don't pick up traces while working on a different program. Its easier to edit ONE file only. Further, this will disable leftover trace on in included files. Regards Alan