Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Cryptic error message about "The selection cannot be launched..."
Cryptic error message about "The selection cannot be launched..." [message #1796521] Mon, 15 October 2018 16:45 Go to next message
Eclipse UserFriend
Hi:

When running the debugger for the very first time after setting it up (as
outlined in my tutorial at
http://robsnotebook.com/php_debugger_pdt_xdebug), I found that I got a
cryptic error message "The selection cannot be launched, and there are no
recent launches". See step 8.a.i of the tutorial.

I found that to get rid of it, for my very first debug session, instead of
using "Debug", I needed to open the debug dialog and click "Debug" in that
dialog to make this error go away.https://cleanmaster.me/ https://facebooklite.vip/ https://mathway.vip/


Can this be fixed?

Thanks,
Rob
Report message to a moderator

[Updated on: Mon, 15 October 2018 21:18] by Moderator

Report message to a moderator

Re: Cryptic error message about "The selection cannot be launched..." [message #1796568 is a reply to message #1796521] Tue, 16 October 2018 09:12 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 291
Registered: March 2013
Senior Member
Method described in this tutorial it's time-consuming and you might have problem with ajax requests. It make sens only if you want debug CLI script.

Easiest way.:
1. Configure xdebug as described in tutorial, rather than xdebug.remote_host you can use xdebug.remote_connect_back=On : https://xdebug.org/docs/all_settings#remote_connect_back
2. By default Xdebug in Eclipse is configured to accept JIT connection from localhost, you can change to any in Settings / PHP / Debugges / Xdebug
3. Install browser extension. Xdebug Helper for Chrome, Xdebug Helper for Firefox or similar
4. Open page, select on helper debug mode, prepare any request (click/refresh what ever)
5. Eclipse start debugging.

BTW I strongly suggest disable PHP / Debug -> "Break at First Line"


Re: Cryptic error message about "The selection cannot be launched..." [message #1830559 is a reply to message #1796521] Wed, 29 July 2020 07:52 Go to previous message
Johnson Clarke is currently offline Johnson ClarkeFriend
Messages: 1
Registered: July 2020
Junior Member
I had also faced such error while using. After reading this forum I will fix it. Thank you for this forum.
Previous Topic:Eclipse formats style code within {}
Next Topic:Is an update site archive available for PDT?
Goto Forum:
  


Current Time: Thu Apr 25 01:47:33 GMT 2024

Powered by FUDForum. Page generated in 0.03507 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top