Re: This is a bug right?
- Posted by Terry Moriarty <terry at EDERNEY.IDPS.CO.UK> Jul 29, 1999
- 673 views
Check your version of misc.e If it has the statement "with trace" then your program *will* trace into it. Hope this helps Terry > Hy, > > If I use trace after include files (Linux version), it also > traces the include files, that can't be right, right? > > e.g. > ----------------------- > include misc.e > > with trace > trace(1) > > procedure test() > puts(1,sprint(1234)) > end procecedure

