Search found 4 matches

by jjbongio
Thu Oct 20, 2016 12:55 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Breakpoints not working
Replies: 6
Views: 4499

Re: Breakpoints not working

Thanks so much for your help. After solving some configuration problems, I figured I was missing some detail.
It's all working now.
by jjbongio
Tue Oct 18, 2016 5:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Breakpoints not working
Replies: 6
Views: 4499

Re: Breakpoints not working

This is php_info xdebug section: xdebug xdebug support enabled Version 2.4.1 IDE Key webuilder Supported protocols Revision DBGp - Common DeBuGger Protocol $Revision: 1.145 $ Directive Local Value Master Value xdebug.auto_trace Off Off xdebug.cli_color 0 0 xdebug.collect_assignments Off Off xdebug ...
by jjbongio
Tue Oct 18, 2016 2:05 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Breakpoints not working
Replies: 6
Views: 4499

Re: Breakpoints not working

xdebug_break(); is not working. It does not stop there.
by jjbongio
Sat Oct 15, 2016 3:42 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Breakpoints not working
Replies: 6
Views: 4499

Breakpoints not working

RapidPHP 2016 v14.1 Running under WAMP 3.0.6 Apache 2.4.23 PHP 5.6.25 WAMP comes with built-in XDebug. I followed and double checked the instructions for installation. I am able to run a PHP program from RapidPHP using the debugging controls, but breakpoints don't work. I set the breakpoints, and ...