Re: This is a bug right?
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jul 29, 1999
- 667 views
On Thu, 29 Jul 1999, you wrote: > 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 Interesting. I tried your code, and it didn't trace into misc.e, just the test() Wonder what makes the difference? Irv

