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.
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.
Share Improve this question asked Jun 6, 2013 at 11:59 danieldaniel 35.7k40 gold badges107 silver badges162 bronze badges 3- 3 Why don't you debug with devtools in chrome or firebug in FF? – t.niese Commented Jun 6, 2013 at 12:04
- 10 it is easier to debug the code where i write it IMO – daniel Commented Jun 6, 2013 at 12:05
- It is also possible in NetBeans (at least with Chrome). – RhinoDevel Commented Jul 9, 2015 at 7:17
1 Answer
Reset to default 14The answer is: it is not possible