1
When running the system it does not respect breakpoint and displays this message as shown in the image.
According to this microsoft documentation should work like this.
https://docs.microsoft.com/pt-br/visualstudio/javascript/debug-nodejs?view=vs-2019
Hello, I have never tried debugging by Visual studio, if I’m not mistaken only possible if you run the site by IE, you can do this more easily by Console (F12) in Chrome or Firefox
– PauloHDSousa
I tried by IE but it didn’t work either. How do you debug?
– Pedro Mapelli
Open the Localhost URL with Chrome and press F12.
– PauloHDSousa
@Pedromapelli Managed to solve your problem?
– Leandro Angelo
By Visual Studio no, actually in a way yes, I start debugging through the browser console, I put breakpoints through the browser, and then I can continue through Visual Studio...
– Pedro Mapelli