AW: [plt-scheme] Debugging library code

From: Ballnat, Stefan (Stefan.Ballnat at fokus.fraunhofer.de)
Date: Wed Nov 18 05:05:02 EST 2009

I had this problem while profiling my code. You must delete the
"compiled" folder in order to make DrScheme debug/profile the scheme
code.

 

- Stefan

 

Von: plt-scheme-bounces at list.cs.brown.edu
[mailto:plt-scheme-bounces at list.cs.brown.edu] Im Auftrag von N N
Gesendet: Montag, 16. November 2009 20:57
An: plt-scheme at list.cs.brown.edu
Betreff: [plt-scheme] Debugging library code

 

Is there a way to debug library code sanely?  I tried doing it in
DrScheme (which I don't generally use) but found that opening files from
the collects directory under the install and setting breakpoints in them
doesn't work: it seems DrScheme won't hit breakpoints in a .ss file if
it's actually reading from a compiled library file.  How can I do this?

 

Thanks,

~NT

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091118/ce77275d/attachment.html>

Posted on the users mailing list.