osx-mavericks,swi-prolog,eclipse-pdt
Likely the PDT plug-in cannot find where SWI-Prolog is installed. Note that Mac OS X GUI applications don't run on top of the BSD layer and, as such, don't see any environment variables that you define there. The workaround is to define the necessary environment variables (e.g. pointing to the...
eclipse,eclipse-plugin,eclipse-pdt
Finally!! The problem was that is were actually two problems. First one was that Eclipse wasn't saving the username and password for the proxy settings. After finally finding the eclipse error log in "{eclipse-workspace}/.metadata/.log" (there seems to be no way to view the file in zend-eclipse itself) I found out...
php,eclipse,debugging,eclipse-pdt
Of course you can use PDT without a debugger. Due to this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=462020, you have to configure executable with xdebug. You can also create official bug on bugs.eclipse.org to add "none" in php cli configuration. EDIT: In PDT 3.5 (Eclipse 4.5 - Mars release), we added "NONE" as possible...
javascript,php,eclipse,eclipse-pdt
i have deducted from your use of plugins_dir_url() that you are using WordPress. in WordPress, after using wp_enqueue_script() to register a script handle, you can "localize" data to be accessible globally on the client side. with WordPress/PHP: <?php $args = array( 'var1' => 'value 1', 'var2' => 'value 2' );...
php,eclipse,plugins,eclipse-pdt,eclipse-luna
I Figured out what was the problem. The problem was the ISP Network not good of firewalled . i changed to another ISP and got stuff installed!
This is a duplicate of: Eclipse PDT + xdebug: step through code broken Please install PDT 3.3.2 (for example from Eclipse Marketplace [Help -> Eclipse MarketPlace] or wait 2 weeks for Eclipse Luna SR2 ;) ...
php,eclipse,debugging,xdebug,eclipse-pdt
This is currently not possible. But the Xdebug author (me) is working on something like this. It is in a very early state though! The git branch is at https://github.com/derickr/triceratops
You can't have both (state in PDT 3.5 Mars). Array formatting settings is global for both, classic and associative arrays. Please create enhance request on PDT bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDT...
You need to install a server package, something like MAMP. Then you need to configure it in order to be driven by Eclipse, using Xdebug, which is a module for Apache. In order to set up your configuration with Xdebug, take a look here: http://wiki.eclipse.org/Debugging_using_XDebug