[plt-scheme] debugging DrScheme languages

From: Ryan Culpepper (ryan_sml at yahoo.com)
Date: Wed Jan 11 11:43:46 EST 2006

Did you re-run setup-plt? I believe you need to do that to rebuild
DrScheme's list of installed tools.

Ryan

--- Dave Herman <dherman at ccs.neu.edu> wrote:

> I'm trying to implement a unit-based DrScheme language and DrScheme
> 
> isn't picking it up. I've used the honu collection as my guiding 
> example, and I've got the tool.ss and info.ss modules set up
> similarly. 
> I've got my collect's directory corretclt setup in the PLTCOLLECTS
> path 
> (and I verified that (require (lib "foo.ss" "foo")) works).
> 
> Yet when I restart DrScheme, the icon I've given the collection
> doesn't 
> show up, and the language doesn't appear in the languages dialog. I
> 
> tried PLTDRDEBUG to see if that would give me any clues, but I got
> nothing.
> 
> Any suggestions on a) what I could be missing, and more generally
> b) how 
> to debug problems implementing DrScheme languages? E.g., other
> special 
> flags like PLTDRDEBUG..
> 
> Thanks,
> Dave
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Posted on the users mailing list.