pal4life
pal4life

Reputation: 3378

Empty Eclipse Run Configuration File

While trying to setup Debug Configuration to debug my php project on Eclipse Java IDE for Web Developers, Eclipse Juno. There is no option to select the index.php. This is confusing because it is not even showing any files from the current workspace. Attached snapshot will explain further. Empty Debug Configuration Select File This is not letting me run the debugger, any clues here would be helpful. Thanks.

Upvotes: 1

Views: 2357

Answers (1)

pal4life
pal4life

Reputation: 3378

As Atlanto suggested "It looks like you don't have any 'PHP Project' since this dialog will show php projects only."

Thats the correct answer, Eclipse checks out projects directly and it may not check them out as Php projects. Hence make sure when checking out projects from Subversive to chose the 2nd option Find/Checkout as and then checkout them as a New Project using the wizard so they are checked out under the Php perspective and then can show under debug configuration.

Upvotes: 3

Related Questions