Search found 5 matches
- Wed Oct 19, 2016 12:06 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints not working
- Replies: 6
- Views: 4496
Re: Breakpoints not working
You have to turn it on -> xdebug.remote_enable=1
- Tue Oct 18, 2016 2:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints not working
- Replies: 6
- Views: 4496
Re: Breakpoints not working
That means xdebug is not working correctly. Could you check the xdebug entry on the php_info() page?
- Mon Oct 17, 2016 7:00 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Mapping for xDebug
- Replies: 1
- Views: 2023
Mapping for xDebug
Hi, the xDebug integration is focused on the internal webserver but it sometimes happens that we are working with external servers. In this case the breakpoints are not set because the submitted path for breakpoints is wrong. A feature for remapping external path for xdebug would be really nice ...
- Sun Oct 16, 2016 3:43 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Breakpoints not working
- Replies: 6
- Views: 4496
Re: Breakpoints not working
Hi,
did you tried to enter a breakpoint manually in the code by inserting
"xdebug_break();" into your php file? Is it stopping there?
cya MC
did you tried to enter a breakpoint manually in the code by inserting
"xdebug_break();" into your php file? Is it stopping there?
cya MC
- Thu Oct 13, 2016 6:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPHP 2016 / xDebug / XAMPP on OSX
- Replies: 0
- Views: 2905
RapidPHP 2016 / xDebug / XAMPP on OSX
Hi all, I tried to setup RapidPHP 2016 together with xDebug on my Parallels Environment (Windows 10) on a MacBook. But I can't get RapidPHP 2016 to that point that it stops at the breakpoints. The apache / php is fine and the xDebug section is shown in php_info. If I whatch the network traffic I see ...