如何在外部浏览器而不是内部浏览器中在 Eclipse 中调试 PHP?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9071411/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to debug PHP in eclipse in an external browser rather than internal?
提问by Petruza
How can I make eclipse launch and debug a site on the default browser instead of the interal browser?
如何在默认浏览器而不是内部浏览器上启动和调试 Eclipse 站点?
I'm using MacOSX, Eclipse PDT 3.0.2 with the Zend Debugger.
我正在使用 MacOSX、Eclipse PDT 3.0.2 和 Zend Debugger。
回答by cb1
Eclipse > Preferences > General > Web Browser.
Eclipse > 首选项 > 常规 > Web 浏览器。
Select the option for 'Use external web browser', and leave the 'Default system web browser' box ticked.
选择“使用外部网络浏览器”选项,并勾选“默认系统网络浏览器”框。