Re: [racket] Debugging multiple modules in DrRacket

2012-06-03 Thread Robby Findler
This problem is not windows-specific. Robby On Sunday, June 3, 2012, Harry Spier wrote: > Is this just a Racket on Windows problem or in all implementations. > > On Sat, Jun 2, 2012 at 2:46 PM, Robby Findler > > wrote: > > I've just pushed a change that seems to fix this, but reading over the >

Re: [racket] Debugging multiple modules in DrRacket

2012-06-03 Thread Harry Spier
Is this just a Racket on Windows problem or in all implementations. On Sat, Jun 2, 2012 at 2:46 PM, Robby Findler wrote: > I've just pushed a change that seems to fix this, but reading over the > code and experimenting with it a bit, I'm not sure why it is seeing > the callbacks into the eval-han

Re: [racket] Debugging multiple modules in DrRacket

2012-06-02 Thread Robby Findler
On Sat, Jun 2, 2012 at 4:12 PM, Harry Spier wrote: > On Sat, Jun 2, 2012 at 2:46 PM, Robby Findler > wrote: > >> But I think that this means that you should probably turn off the >> automatic zo file creation option in the module language, or else you >> still won't be able to debug those files.

Re: [racket] Debugging multiple modules in DrRacket

2012-06-02 Thread Harry Spier
On Sat, Jun 2, 2012 at 2:46 PM, Robby Findler wrote: > But I think that this means that you should probably turn off the > automatic zo file creation option in the module language, or else you > still won't be able to debug those files. > Thanks Robby. Do you mean the ---"Populate "compiled" dir

Re: [racket] Debugging multiple modules in DrRacket

2012-06-02 Thread Robby Findler
I've just pushed a change that seems to fix this, but reading over the code and experimenting with it a bit, I'm not sure why it is seeing the callbacks into the eval-handler in the order that it is seeing them so I'm not sure that my fix is the right one. Also, one thing to note: if there are com