Jul 21, 2017 · 1 min read
During general development, I actually use the Visual Studio Code IDE.
I open two terminals via CTRL + [BACKTICK] and run npm start and dotnet watch run.
I can debug the Angular code by attaching to Chrome in developer mode and debug the backend using the .NET Core Attach profile and selecting the dotnet.exe which references your project’s *.dll

