Re: [racket] Debug button unavailable when is should not be

2012-03-02 Thread Dmitry Pavlov
Roby, Sam, Thanks for your help, I did not know about raco link. Everything is working fine now. Best regards, Dmitry On Thu, Mar 1, 2012 at 4:42 PM, Robby Findler wrote: > The second approach only controls what happens for programs that run > in DrRacket. So I think that if you set the colle

Re: [racket] Debug button unavailable when is should not be

2012-03-01 Thread Robby Findler
The second approach only controls what happens for programs that run in DrRacket. So I think that if you set the collection path and then started up a DrRacket inside that DrRacket, you'd see the buttons as you expect. But in any case, I think raco link is probably the best approach. Robby On Th

Re: [racket] Debug button unavailable when is should not be

2012-03-01 Thread Sam Tobin-Hochstadt
On Thu, Mar 1, 2012 at 3:22 AM, Dmitry Pavlov wrote: > > I once implemented a DSL called "slon" in Racket. > My programs start with "#lang slon", and I open > them in DrRacket, edit, run, and debug them. > > To make Racket aware of the DSL, I can either put a symbolic > link to my code into the st

[racket] Debug button unavailable when is should not be

2012-03-01 Thread Dmitry Pavlov
Hello, I once implemented a DSL called "slon" in Racket. My programs start with "#lang slon", and I open them in DrRacket, edit, run, and debug them. To make Racket aware of the DSL, I can either put a symbolic link to my code into the standard collects directory: ln -s /home/dpavlov/work/slon