[racket-dev] Debuging Racket in Windows X64
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