Whenever I need to debug a test and I step over an assertion, my script changes to util.js, I haven't needed to debug in a while and I remember this wasn't the case before. It's really frustrating having the script change to this when I need to step over fast or try and figure out which assertion is failing because when the failure happens It won't be showing my code in the debug console it'll be showing the util.js script. How do I stop it from switching to util.js if possible? I run the debugger by inputting $env:PWDEBUG=1 into the cmd prompt
