1. This is a bug right?

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
-----------------------
Here is the function sprint also traced.

Bye,
PQ
QC


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » topic index » view message » categorize

2. Re: This is a bug right?

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: This is a bug right?

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu