eclipse-pdt

Zend Debugger breaks at every Zend Framework class

☆樱花仙子☆ 提交于 2019-12-11 19:47:12
问题 I recently installed PDT Helios and now when using the debugger, it will break everytime a new class is referenced in the stack for all of Zend Framework classes. As far as I can tell, it is only done with ZF classes, and not my application's own classes. If I have no breakpoints set, it will run continuously until completion but when I set a breakpoint, it stops at every Zend Class along the way. I never had this problem before. Any workaround for it? 回答1: This was fixed in an update. See

Paypal PDT AutoReturn

北战南征 提交于 2019-12-11 17:59:31
问题 I've been successful setting up php + paypal + paypal PDT. It works perfectly. After payment from paypal it auto return to my website and my php script get $_GET['tx'] variable and successfully posting back to paypal for validation. However, if my buyer don't wait for auto return from the paypal successful payment page, and they click the "Click Here to go back if it don't auto redirect" button to go back my website, I am not getting the $_GET['tx'] variable. What should I do? 回答1: After the

Is it possible to use PDT to debug through a tunnel with XDebug?

不羁的心 提交于 2019-12-11 15:40:52
问题 I'm trying to debug using PDT and Xdebug over a tunnel and haven't been able to get PDT to connect properly. I do not have PHP installed on the machine I am developing on and would like to connect to the XDebug instance that is running on my development machine that is not able to talk directly with my machine. 回答1: The xdebug instance on your dev machine has to connect to the eclipse instance on your machine if you want to debug, so I guess the answer to your question is "no". 来源: https:/

Eclipse PDT does not propose all php functions

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 05:48:56
问题 Eclipse PDT Neon doesn't offer all of PHP functions. for example if i type "is", it just offering me isset: This my .buildpath: <?xml version="1.0" encoding="UTF-8"?> <buildpath> <buildpathentry kind="src" path=""/> <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> </buildpath> Also these are my .project natures: <nature>org.eclipse.php.core.PHPNature</nature> <nature>org.eclipse.wst.jsdt.core.jsNature</nature> <nature>org.eclipse.wst.common.project.facet.core.nature</nature>

Zend Debugger Eclipse Startup Error: eclipse.php.debug.core was unable to load class debug.core.model.PHPConditionalBreakpoint

拥有回忆 提交于 2019-12-11 03:29:52
问题 I work on Mac OSX Lion and ever since I've installed the Zend Debugger and gotten it to be able to debug php web applications, I often encounter this Eclipse startup error: Error creation extension for extension-point org.eclipse.php.internal.debug.daemon.communication Plug-in org.eclipse.php.debug.core was unable to load class org.eclipse.php.internal.debug.core.zend.communication.DebuggerCommunicationDaemon. An error occurred while automatically activating bundle org.eclipse.php.debug.core

Why can't I create PHP project using Eclipse Juno?

时光毁灭记忆、已成空白 提交于 2019-12-11 00:32:12
问题 I have Eclipse Juno installed in Fedora 17 from the standard Fedora repositories. I've added PDT from the Eclipse repository using the help->install new software interface. However, when I go to create a new project I don't get the option to create a PHP project, only plain 'General' projects. Why doesn't Eclipse let me create a PHP project and how can I fix this? 回答1: I closed Eclipse and deleted ~/.eclipse/*, restarted Eclipse and the PHP plugins (and others) seem to have woken up. Still

Can not make PHP PDT xDebug to stop at breakpoints in Eclipse

ぐ巨炮叔叔 提交于 2019-12-10 22:36:49
问题 By choosing Break at First line, the debugger gets active when entering each file, allowing me to step in and out of the code. But it is a bit cumbersome having to tab your way through half a million steps to get to the point where it starts to get interesting. My setup is WIMP Window 7, PHP 5.3 ; xDebug config zend_extension = "C:\Program Files (x86)\PHP\v5.3\ext\php_xdebug-2.2.1-5.3-vc9-nts.dll" xdebug.remote_autostart=0; xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote

How to manually trigger DLTK indexing in Eclipse PDT for a PHP project

三世轮回 提交于 2019-12-10 14:48:36
问题 While developing in Eclipse with PDT (or Zend Studio), I frequently switch between different large branches using git--typically on the command line, not via a git plugin for eclipse. Within seconds, Eclipse detects the branch switch and updates itself to reflect any file changes, then refreshes the project explorer and other views. However, the libraries on the different branches in the same project can be significantly different. Frequently when switching branches, a class is used in the

Cannot see PHP Content Type in Eclipse preferences?

随声附和 提交于 2019-12-10 08:47:56
问题 I have a new eclipse Juno installation with PDT. I imported my preferences and everything seems to be working normal except the in the content type section I do not see PHP Content Type. I see "%content-typ.name0" for the php content type; as seen in the screen shot. What is wrong with it? 回答1: ? It is a bug of pdt. "%content-type.name.0" is a variable name for a label, and the label consists in plugin.properties in eclipse/plugins/org.eclipse.php.core_3.1.1.201209101312.jar >content-type

When synchronizing in eclipse pdt - getting a blank gray window when comparing versions of a php file

…衆ロ難τιáo~ 提交于 2019-12-08 18:06:11
问题 I've installed Eclipse PDT Helios SR1 GTK for 64bit Linux (Ubuntu Maverick clean install). I added the Subversive plugin for using Subversion, and installed the SVNKit 1.3.2 connector. I'm using Sun's java and not the OpenJDK version. When I synchronize a php project, and double click a php file for comparing the differences I made compared to the base revision - it opens a window of a compared file, but the window is empty - I see the gray background as if no file is opened. When I open