User283571144 posted
Hi amendoza29,
According to the vs 2019 release notes:
The ability to use the Legacy Chrome debugger in ASP.NET projects for debugging JavaScript has been removed. You can continue to use the current Chrome debugger built into Visual Studio.
The reason why
VS team remove the feature:
The legacy JavaScript language service is no longer available. Previously, users had the option of restoring the legacy JavaScript language service. Users will now have the new JavaScript language service out-of-the-box. The new
language service is based on the TypeScript language service, which is powered by static analysis. This enables better tooling, so your JavaScript code can benefit from richer IntelliSense based on type definitions. The new service is lightweight and consumes
less memory than the legacy service, providing users with better performance as their code scales.
As mgebhard says ,you could use chrome build-in debugger instead.
Best Regards,
Brando