0
votes
0answers
58 views

DrRacket error while debugging scheme

During playing with scheme in drracket (5.3.2 on win7), quite big problem occured. After few days I started to use debuggin tool, it was splendid while finding errors, but it doesn't work anymore on ...
1
vote
1answer
186 views

Debugging multiple files in DrRacket

I am using DrRacket to debug scheme code using the R5RS language. I am trying to debug over multiple files imported using the load function. I opened both files as the instructions on the Dr Racket ...