Julia VS code debugger gets stuck

So since the debugger is working at first and somewhere it’s getting held up, I’d suggest putting a break point at the top of the entry point function and then stepping line by line until it freezes up to find the actual culprit. Then back up and “step into” that line and step through the next function until it freezes again. Eventually, you should be able to hone in on what specifically is causing the issue. Then you can post a more specific issue here!