1. stop trace ! :>)

Hi people;


	How do I keep the trace window results only in my program, and not 
"walking away" through the include files or win32lib ?



thanks

Rubens

new topic     » topic index » view message » categorize

2. Re: stop trace ! :>)

On 26 Aug 2002, at 19:11, rubis at fem.unicamp.br wrote:

> 
> Hi people;
> 
> 
>  How do I keep the trace window results only in my program, and not 
> "walking away" through the include files or win32lib ?

Put the "with trace" and "trace(1)" AFTER all the includes. Then in the 
includes, put "without trace".

Kat

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

3. Re: stop trace ! :>)

Hi Kat, Hi Andy;

         You mean this:


without trace
include Win32lib.ew
include database.e
without warning
with trace

procedure
trace(1)
...
trace(0)
end procedure.

Didn't work. If I had in this procedure some call to the database for 
example, the trace window will show all the routines for the database.e

Any ideas ?


Rubens



At 19:28 26/8/2002, you wrote:
>
>On 26 Aug 2002, at 19:11, rubis at fem.unicamp.br wrote:
>
> >
> > Hi people;
> >
> >
> >  How do I keep the trace window results only in my program, and not
> > "walking away" through the include files or win32lib ?
>
>Put the "with trace" and "trace(1)" AFTER all the includes. Then in the
>includes, put "without trace".
>
>Kat
>
>
>

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

4. Re: stop trace ! :>)

On 27 Aug 2002, at 10:52, rubis at fem.unicamp.br wrote:

> 
> Hi Kat, Hi Andy;
> 
>          You mean this:
> 
> 
> without trace
> include Win32lib.ew
> include database.e
> without warning
> with trace
> 
> procedure
> trace(1)
> ...
> trace(0)
> end procedure.
> 
> Didn't work. If I had in this procedure some call to the database for 
> example, the trace window will show all the routines for the database.e
> 
> Any ideas ?

1)  When you get to a line in the trace window, a line that makes a database 
call, press <down-arrow>, not <enter>. 

2) open the database code, (database.e) and put in it "without trace", at the 
top. 

Kat

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

Search



Quick Links

User menu

Not signed in.

Misc Menu