参考自:
https://stackoverflow.com/questions/4526356/how-do-i-step-through-and-debug-a-scheme-program-using-dr-racket#:~:text=DrRacket%20includes%20a%20graphical%20debugging,options%20to%20set%20break%2Dpoints.
DrRacket includes a graphical debugging interface. Clicking on the Debug button will enable debugging mode. Now, hovering your mouse over any parenthesis will show a pink dot. Right-click on it and a context menu will appear with options to set break-points. Use Go, Step etc.. You can observe the stack and variables in the context in the side-pane.