I just tried this simple script:

break on

$var = myfunc()

exit 1

function myfunc()

 dim $x,$y

 $x = 1 + 2

 $y = 2 + 3

endfunction


and got this in my blue debug bar:

break on
$var = myfunc()
dim $x,$y
$x = 1 + 2
$y = 2 + 3
exit 1


This is strange indeed.

-Shawn

[ 25 April 2002, 14:35: Message edited by: Shawn ]