i have installed wamp server and vsphp and my development environment is Visual Studio 2008. I was easily able to debug java script by turning on script debugging in IE, however now i have a java script which calls a php script and processes it's output, i want to know how in visual studio can i do that, so that it can execute php code behind (no need for debugging) and then continue processing the javascript code.
2 Answers
Not in VS, but with Firefox you can use Firebug, a Firefox's add-on which allow you to debug the JS, using breakpoints, spies, and so on. Hope it helps =)