使用visual studio在php应用程序中调试javascript

时间:2022-01-16 02:56:30

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.

我已经安装了wamp服务器和vsphp,我的开发环境是Visual Studio 2008.我很容易通过启用IE中的脚本调试来调试java脚本,但是现在我有一个java脚本调用php脚本并处理它的输出,我我想知道如何在visual studio中这样做,以便它可以执行PHP代码(不需要调试),然后继续处理javascript代码。

2 个解决方案

#1


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 =)

不在VS中,但是使用Firefox,你可以使用Firebug,这是一个Firefox的附加组件,允许你使用断点,间谍等来调试JS。希望它有帮助=)

#2


I am one of the developers of VS.Php :) Since this is very product specific if might be better to talk via E-Mail or via customer support forums.

我是VS.Php的开发人员之一:)因为这是非常特定于产品的,如果通过电子邮件或通过客户支持论坛进行讨论可能会更好。

Greetings

Thomas Schaaf
schaaf|at|komola.de

#1


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 =)

不在VS中,但是使用Firefox,你可以使用Firebug,这是一个Firefox的附加组件,允许你使用断点,间谍等来调试JS。希望它有帮助=)

#2


I am one of the developers of VS.Php :) Since this is very product specific if might be better to talk via E-Mail or via customer support forums.

我是VS.Php的开发人员之一:)因为这是非常特定于产品的,如果通过电子邮件或通过客户支持论坛进行讨论可能会更好。

Greetings

Thomas Schaaf
schaaf|at|komola.de