This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Tracing problem in 1.9.3


Hello All,
The following expressions produce a trace in 1.9.1:
#|kawa:1|# (define (x a) (display a))
#|kawa:2|# (trace x)
#|kawa:3|# (x 1)
call to x (1)
return from x =>
1
#|kawa:4|#
However the same expressions using the current svn do not:
#|kawa:1|# (define (x a) (display a))
#|kawa:2|# (trace x)
#|kawa:3|# (x 1)
1
#|kawa:4|#
Is there a configure switch to enable tracing?
This is compiled with JDK 1.6.0.

Dan Stanger
Eaton Vance Management
Two International Place 
Boston, MA 02110
Mobile: 617 646 9682
Office: 617 672 8261


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]