I'm trying to figure out how to debug unit tests with the built in test framework (Karma and Jasmine) of Angular 8 in VS Code (Version 1.40.2). I already figured out how to debug unit tests in the Chrome browser, but I want to do it in VS Code.
I already looked at other solutions, but they don't seem to work: How to debug Karma tests in Visual Studio Code? or https://github.com/microsoft/vscode-recipes/tree/master/Angular-CLI
Any help is appreciated!