Missing PHP Debug Persepective/Preferences with Eclipse Juno 4.2.1 and PDT 3.1.1 [message #1005506] |
Fri, 25 January 2013 18:17  |
Eclipse User |
|
|
|
0 down vote favorite
I just set up Eclipse 4.2.1 and PDT 3.1.1 on Ubuntu 12.0.4 this week and all is working well until I tried to configure debugging via xdebug.
If i go to "Window"->"Preferences" then uncollapse the PHP section I do not see a Debug section. Also, if i go look at my available perspectives I do not see PHP Debug.
I attached images showing my installed software, my list of available perspectives, and the PHP section of the list of Preferences.
Any idea why i'm not see the PHP Debug Prefrences or Perspectives?
[Updated on: Mon, 28 January 2013 17:08] by Moderator Report message to a moderator
|
|
|
|
Re: Missing PHP Debug Persepective/Preferences with Eclipse Juno 4.2.1 and PDT 3.1.1 [message #1005589 is a reply to message #1005528] |
Sat, 26 January 2013 20:24   |
Eclipse User |
|
|
|
Thanks for your reply
Quote:
'PHP Debug' perspective had been removed on PDT 3.0. PDT uses 'Debug' perspective now. So it is not a problem.
Good to know.
Quote:
Missing 'Debug' in Preferences is a problem indeed, it indicates that php debug plugin is not loaded.
Is there a specific name for this php debug plugin? Should it come bundled with PDT or does it need to be installed on its own?
Quote:
Are there something errors in {workspace}/.metadata/.log ?
I don't even see a .log file/directory in the {workspace}/.metadata, only .mylyn and .plugins directories.
This may not be related at all, but when i was configuring Subclipse, i had troubles getting my JavaHL to load so i ended up using SVNKit (Pure Java) instead. Could my JavaHL issues be related to this?
|
|
|
Re: Missing PHP Debug Persepective/Preferences with Eclipse Juno 4.2.1 and PDT 3.1.1 [message #1005728 is a reply to message #1005589] |
Mon, 28 January 2013 12:46   |
Eclipse User |
|
|
|
> Is there a specific name for this php debug plugin? Should it come bundled with PDT or does it need to be installed on its own?
org.eclipse.php.debug.core_3.1.1.201209101312.jar
org.eclipse.php.debug.daemon_3.1.1.201209101312.jar
org.eclipse.php.debug.ui_3.1.1.201209101312.jar
these are included in PDT, so no need to install separately.
If any of these files is lost(or failed in startup), you'll lose all php debugging feature. It is unlikely...
> I don't even see a .log file/directory in the {workspace}/.metadata, only .mylyn and .plugins directories.
{workspace}/.metadata/.log file must exist because eclipse is logging a lot of warnings such as "Keybinding conflicts occurred" even in the normal installation...
Window>Show View>Other>General>Error Log has no entries as well?
> This may not be related at all, but when i was configuring Subclipse, i had troubles getting my JavaHL to load so i ended up using SVNKit (Pure Java) instead. Could my JavaHL issues be related to this?
No, it has no relation.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07035 seconds