Remote Debugging support (You're SO close!!)

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
garfly
Posts: 8
Joined: Thu May 11, 2017 6:02 am

Remote Debugging support (You're SO close!!)

Post by garfly »

2 Requests:

1) the ability to add breakpoints in FTP/SFTP php files.

2) Pass the mapped unix folder name (/home/myhomedir/public_html) to xDebug when I'm using a remote mapped drive (K:\public_html\myfile.php)

DISCUSSION
See http://forums.blumentals.net/viewtopic. ... ote#p25146 for details:

To remotely debug files where I map a remote drive location to my desktop (remote ftp server '/home/myhomedir/' mapped to my local "K:\" drive), can you NOT send the mapped drive letter (K:\) to xdebug and instead use and use the remote directory ("/home/myhomedir/") - OR (possibly easier?) give me a 3rd column in "mappings" that will be sent to the debugger ("/home/myhomedir/") instead of my mapped ("K:\")?

This is the only thing preventing me from debugging a real server site remotely! (This capability would be SO cool for Rapid PHP!). Not to be obnoxious, but I can quickly configure remote debugging with other IDEs (e.g. Codelobster 1.2), BUT your IDE is SO MUCH BETTER AT EVERYTHING ELSE I WANT/ NEED.

Thanks in advance,
Kevin
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Remote Debugging support (You're SO close!!)

Post by Aivars »

I'll add this to suggestions, but I'm not sure it's that simple. For this to work the server also has to be able to connect to the editor (and XDebug has to be configured accordingly).
Blumentals Software Programmer
ouzo
Posts: 7
Joined: Thu Aug 23, 2007 9:22 am

Re: Remote Debugging support (You're SO close!!)

Post by ouzo »

Hi,
Is there meanwhile a solution for this problem ? I didn't found anything here.
Miller90
Posts: 3
Joined: Tue Apr 20, 2021 5:32 pm

Re: Remote Debugging support (You're SO close!!)

Post by Miller90 »

Hello, 192.168.1.254
I had the same problem. Thanks for the valuable advice!
Post Reply