Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug javascript in Visual Studio 2012 when using chrome or firefox

Is it possible to debug javascript code in visual studio when using chrome or firefox? With IE it works, but also when i enabled source maps in chrome it does not work.

In webstorm it works by the way so it is technically possible in general.

like image 497
daniel Avatar asked Jun 06 '13 11:06

daniel


People also ask

How do I debug JavaScript in Visual Studio code and Chrome?

To debug any project in either Chrome or Microsoft Edge, all you need to do is to start a session by pressing F5 or activating the debug icon in the menu bar and selecting “Run and debug”. Alternatively, you can also use the Visual Studio Code command palette and run the “Debug: Open Link” command.


1 Answers

The answer is: it is not possible

like image 133
daniel Avatar answered Sep 26 '22 02:09

daniel