| View previous topic :: View next topic |
| Author |
Message |
skummy
Joined: 06 Jul 2009 Posts: 2
|
Posted: Mon Jul 06, 2009 10:58 am Post subject: PHP5 Debugger stops without breakpoint |
|
|
Hello all,
I use Netbeans 6.7 with XDebug, PHP 5.2 and XAMPP.
The debugging of a php project works perfectly, but with one little problem:
The debugger stops on every include_once('example_page.php') construct (beginning of the page) without setting a breakpoint on this line.
So I have to press F5 until I reach the breakpoint which I have really set.
How can I fix this? The debugger should only halt on this breakpoint.
Thanks for any help!
Best regards,
Sandro |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Tue Jul 07, 2009 10:48 am Post subject: PHP5 Debugger stops without breakpoint |
|
|
Hi,
Dne pondělí 06 července 2009 12:58:57 skummy napsal(a):
| Quote: | The debugging of a php project works perfectly, but with one little
problem:
The debugger stops on every include_once('example_page.php') construct
(beginning of the page) without setting a breakpoint on this line.
So I have to press F5 until I reach the breakpoint which I have really set.
How can I fix this? The debugger should only halt on this breakpoint.
|
maybe you don't want debugger to stop on the 1st line - see Tools > Options >
PHP.
HTH,
Tomas
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
fortruth
Joined: 26 Aug 2008 Posts: 26
|
Posted: Tue Jul 07, 2009 2:33 pm Post subject: PHP5 Debugger stops without breakpoint |
|
|
Yeah, Today When I use xdebug, I also have that the breakpoint will not work. every next step is to go next line.
2009/7/7 Tomas Mysik <address-removed ([email]address-removed[/email])>
|
| Back to top |
|
 |
skummy
Joined: 06 Jul 2009 Posts: 2
|
Posted: Wed Jul 08, 2009 7:30 am Post subject: Re: PHP5 Debugger stops without breakpoint |
|
|
Yeah, thanks Tomas. That was the problem. Now everything works fine .
Best Regards,
Sandro
Edit: Huch, is it normal, that my post appears in the post from fortruth? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|
|