[racket-dev] Debuging Racket in Windows X64

From: Ben Goetter (goetter at mazama.net)
Date: Wed Nov 30 02:13:31 EST 2011

On 11/29/2011 4:10 PM, Antonio Menezes Leitao wrote:
> Is this the correct configuration? What
> do you usually do when you need to debug Racket internals (particularly,
> mysterx)?
>
Personally, I debug it in optimized no-symbols no-debugging mode, 
because I've had little success any other way.  Fortunately mflatt can 
usually fix a bug faster than I can report it, let alone trace it to its 
source.

(This is why I don't use visual studio "projects" in my own projects.)

Ben



Posted on the dev mailing list.