IMPORTANT!
This forum is now archived. Click here for the New Support Forum
VSC Debugging isn't working with new Angular6/.NET Core 2.1 template
Quote from dannyg on July 29, 2018, 6:34 pmI have no problems debugging the QuickApp Pro using the old Angular 5/.NET Core 2.0 template, but since I've installed the new Angular 6/.NET Core 2.1 template, the debugging of the QuickApp typescript all from Visual Studio Code is no longer an option for me. I've tried varies options of configuring my launch.json file, but none of them helped. The VSC breakpoints do not hit and their stay in "unverified breakpoint" state. Does anyone else have the same issue?
Just on a side note, I installed a brand new Angular 6 website outside of the QuickApp to check if there's something wrong with my environment, but had no problems debugging it from VSC. I admit the QuickApp has a dependency on the IdentityServer and .NET Core 2.1 Web APIs to be running at the time of the client session, so it must be something with the QuickApp settings that prevent me from successfully launching the debug session from VSC.
Any suggestions?
Thanks
I have no problems debugging the QuickApp Pro using the old Angular 5/.NET Core 2.0 template, but since I've installed the new Angular 6/.NET Core 2.1 template, the debugging of the QuickApp typescript all from Visual Studio Code is no longer an option for me. I've tried varies options of configuring my launch.json file, but none of them helped. The VSC breakpoints do not hit and their stay in "unverified breakpoint" state. Does anyone else have the same issue?
Just on a side note, I installed a brand new Angular 6 website outside of the QuickApp to check if there's something wrong with my environment, but had no problems debugging it from VSC. I admit the QuickApp has a dependency on the IdentityServer and .NET Core 2.1 Web APIs to be running at the time of the client session, so it must be something with the QuickApp settings that prevent me from successfully launching the debug session from VSC.
Any suggestions?
Thanks
Quote from paa kwasi on August 20, 2018, 6:36 pmHi,
Please follow this link to re-configure your VS code debugger.
you may delete existing configurations before proceeding.
https://www.dotnetcurry.com/aspnet/1373/debugging-aspnet-core-using-visual-studio-code.
Please let me know if this helps...
Hi,
Please follow this link to re-configure your VS code debugger.
you may delete existing configurations before proceeding.
https://www.dotnetcurry.com/aspnet/1373/debugging-aspnet-core-using-visual-studio-code.
Please let me know if this helps...
IMPORTANT!
This forum is now archived. Click here for the New Support Forum