Debugger no longer hits breakpoints in VSC?

Thanks @pfitzseb, it works now. Removing ALL_EXCEPT_MAIN from Compiled does the trick. I am just wondering why setting ALL_EXCEPT_MAIN prevents from entering in a function despite being marked as interpreted.

It probably sets some higher order function in Base as compiled (and is just a bad default for that reason, as noted above already).

1 Like