Search found 5 matches

by yuyuki
Wed Oct 14, 2009 9:40 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [RapidPHP 10.0.0.118] Scroll to prompt cursor whe save
Replies: 1
Views: 1251

[RapidPHP 10.0.0.118] Scroll to prompt cursor whe save

Hi, For my php code I put in the header the tag Ā« <!--%TimeStamp%-->14/10/2009 09:37<!----> Ā». When I save my document, the time is update. I like this. The problem is when my page has more than 50 lines, when I save the document, rapidPHP scroll down until the prompt cursor reach the last visible ...
by yuyuki
Wed Jan 07, 2009 5:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Regular Expression Wizard
Replies: 2
Views: 2110

Regular Expression Wizard

Regular expression is powerful so I use as many time as possible without excess.

For my part I use http://www.regexbuddy.com/.

Because of Rapid PHP is a perfect all-in-one. I think this tool is better in internal.

And you?
by yuyuki
Wed Jan 07, 2009 4:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need Code Compare tool?
Replies: 45
Views: 74015

Re: Does anyone need Code Compare tool?

For this feature I use the excellent WinMerge at http://winmerge.org/
Try it it's the best...for me
by yuyuki
Tue Jan 06, 2009 5:52 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: A question about xdebug_break [Resolved]
Replies: 1
Views: 1800

Re: A question about xdebug_break

I've found not enough explanation at this url http://xdebug.org/docs/remote

Code: Select all

bool xdebug_break( )
Emits a breakpoint to the debug client.

This function makes the debugger break on the specific line as if a normal file/line breakpoint was set on this line. 
by yuyuki
Mon Jan 05, 2009 11:41 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: A question about xdebug_break [Resolved]
Replies: 1
Views: 1800

A question about xdebug_break [Resolved]

Hello everybody, I Use Rapid PHP 2008 (The last Version) I would like to debug a web site from a third part php server "Easy PHP" (last version) I've already confirgure php.ini with xdebug and I see it with php_info. My question is : how can I use Ā« xdebug_break() Ā» for call a debugger and ret ...