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]

Re: GSOC | Extending Common Lisp support


On 07/01/2012 11:12 AM, Charles Turner wrote:
This is exactly what I'd expect. I've placed a breakpoint in the
valueOfNoCreate method (shown below for completeness), but the
debugger is not stopping in it, it's almost like the method doesn't
exist to the debugger. ....
Even print statements in the method are not being output, despite the
file being picked up by make.

Which to me suggests a classpath problem - i.e. the java runtime is finding some other version of the valueOfNoCreate method. -- --Per Bothner per@bothner.com http://per.bothner.com/



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