Re: Euphoria's Future?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi Henri,

----------
> Îò: Henri.Goffin at sbs.be
> Êîìó: EUforum <EUforum at topica.com>
> Òåìà: RE: Euphoria's Future?
> Äàòà: Monday, November 19, 2001 16:29

<snip>

>my prog crashes before executing the first statement.
>Probably during the init phase 
>(heap allocation or something).

</snip>

Try please:

--- just the top of your prog
puts(1,"1\n")
while get_key()=-1 do end while
-- the first your old statement
include your_lib1.e -- just the first include
puts(1,"2\n")
while get_key()=-1 do end while
include your_lib2.e -- just the second include
---- and so on

If you see 1, push any key to go to the next statement,
if you see 2, push any key to go to the next statement.
and so on ...
If it crashes on the 1st include then place in the 1st 
include on the top:

puts(1,"1-1\n")
while get_key()=-1 do end while

and so on ....

This method is the most powerful debugger.

Try please, maybe the thing is not so sad ...

Regards,
Igor Kachan
kinz at peterlink.ru

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu