Search found 8 matches
- Thu Sep 27, 2018 2:31 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Remote Debugging support (You're SO close!!)
- Replies: 3
- Views: 10164
Remote Debugging support (You're SO close!!)
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.php?f=4&t=7221&p=25146&hilit=remote ...
- Mon Sep 17, 2018 11:31 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints in FTP files? (for REMOTE server debugging)
- Replies: 1
- Views: 2398
Re: Breakpoints in FTP files? (for REMOTE server debugging)
No word for a week; My simple question: Why can't I add breakpoints to FTP files in the editor? Better question (and re-request from http://forums.blumentals.net/viewtopic.php?f=4&t=7221&p=25146&hilit=remote#p25146 ): To remotely debug files where I map a remote drive location to my desktop (remote ...
- Tue Sep 11, 2018 8:16 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints in FTP files? (for REMOTE server debugging)
- Replies: 1
- Views: 2398
Breakpoints in FTP files? (for REMOTE server debugging)
I still have a dream of using Rapid PHP to debug files sitting on a remote web server using xdebug . NOW you allow MAPPINGS for remote web servers to FTP folders (YEA! THANK YOU!) Works great for previewing remote files! MY CURRENT ISSUE: I can't seem to set a break point in the PHP files when I ...
- Fri May 12, 2017 7:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints using REMOTE Server w/ xdebug not working
- Replies: 7
- Views: 8892
Re: Breakpoints using REMOTE Server w/ xdebug not working
My 2 cents (idea from a guy who has no idea if this would work nor how hard it is to produce and support an IDE): Options->Preferences->Mappings allows me to map a http:// address to a remote FTP/SFTP folder. I can take my MAPPED DRIVE (K) drive completely out of play if project properties allowed ...
- Fri May 12, 2017 3:46 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints using REMOTE Server w/ xdebug not working
- Replies: 7
- Views: 8892
Re: Breakpoints using REMOTE Server w/ xdebug not working
I'm getting farther (a little); If i set up my tunnel as above, IDE settings as above, and minimal xdebug settings like this: zend_extension ="/path/to/xdebug-2.5.3.so" xdebug.remote_log="xdebug.log" xdebug.idekey=webuilder xdebug.remote_enable=1 xdebug.remote_port=9000 xdebug.remote_host=localhost ...
- Thu May 11, 2017 7:46 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints using REMOTE Server w/ xdebug not working
- Replies: 7
- Views: 8892
Re: Breakpoints using REMOTE Server w/ xdebug not working
Good question, and Yep, "Listen to external sessions" is checked. So - I have connected from client to server (using Putty not telnet), & I've forwarded port 9000 - I think that is what you mean; Is there a way to test the success of the "server to IDE ... while PHP debugging is active ... just to ...
- Thu May 11, 2017 6:19 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints using REMOTE Server w/ xdebug not working
- Replies: 7
- Views: 8892
Re: Breakpoints using REMOTE Server w/ xdebug not working
Great id - inserting my ip takes the tunnel & and other network stuff out of play;
Unfortunately, it didn't seem to help. Same outcome. Any other ideas?
If not, is this a fair request for a "new feature"?
Thanks for looking at this.
Unfortunately, it didn't seem to help. Same outcome. Any other ideas?
If not, is this a fair request for a "new feature"?
Thanks for looking at this.
- Thu May 11, 2017 7:48 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints using REMOTE Server w/ xdebug not working
- Replies: 7
- Views: 8892
Breakpoints using REMOTE Server w/ xdebug not working
I hit the green debug "Run" triangle, file code runs on remote sever, DOES NOT STOP AT ANY OF MY BREAK POINTS. The blue "Stop" debug square lights up, the entire script output (just a bunch of echo statements, every other one has a breakpoint) shows up in web browser window (https://subdom.domain ...