Extremely slow debugging in VS Code

Hi MathMan, when you added ALL_MODULES_EXCEPT_MAIN, did you click “Apply default compiled modules/functions”? Found in the “Run and debug” tab in vscode:

This made things much better for me

edit: video for example of it not taking too long after adding ALL_MODULES_EXCEPT_MAIN. Also note I’m using @enter to debug a function, so I’ve put your code into a function.

8 Likes