0

Please or Register to create posts and topics.

VSC Debugging isn't working with new Angular6/.NET Core 2.1 template

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

trailblazer2006 has reacted to this post.
trailblazer2006

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...