debugging with NetBeans [message #174718] |
Wed, 29 June 2011 14:17 |
Jivanmukta
Messages: 20 Registered: January 2011
Karma: 0
|
Junior Member |
|
|
I installed XDEBUG and NetBeans. I configured php.ini for XDEBUG. I
created and configured my project in NetBeans to debug with XDEBUG. As
a project folder I entered"C:\Program Files\wamp\www\ogloszenia-
nieruchomosci" and as a index file: "www\secure\list_problems.php",
because this file has path "C:\Program Files\wamp\www\ogloszenia-
nieruchomosci\www\secure\list_problems.php". The file has form
submitting to solve_problem.php in the same folder. I set breakpoin in
NetBeans in some line of solve_problem.php and I executed Debug main
project. NetBeans started debugging and I sew a browser with URL of
list_problems.php. I submitted form I and I saw result of
solve_problem.php. Unfortunately NetBeans didn't stop at breakpoint.
Please help. Thanks in advance.
|
|
|
Re: debugging with NetBeans [message #174721 is a reply to message #174718] |
Wed, 29 June 2011 15:10 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 6/29/2011 10:17 AM, RAM wrote:
> I installed XDEBUG and NetBeans. I configured php.ini for XDEBUG. I
> created and configured my project in NetBeans to debug with XDEBUG. As
> a project folder I entered"C:\Program Files\wamp\www\ogloszenia-
> nieruchomosci" and as a index file: "www\secure\list_problems.php",
> because this file has path "C:\Program Files\wamp\www\ogloszenia-
> nieruchomosci\www\secure\list_problems.php". The file has form
> submitting to solve_problem.php in the same folder. I set breakpoin in
> NetBeans in some line of solve_problem.php and I executed Debug main
> project. NetBeans started debugging and I sew a browser with URL of
> list_problems.php. I submitted form I and I saw result of
> solve_problem.php. Unfortunately NetBeans didn't stop at breakpoint.
> Please help. Thanks in advance.
As I told you when you asked this same question two days ago. Try
asking in the XDebug support email list.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: debugging with NetBeans [message #174744 is a reply to message #174718] |
Fri, 01 July 2011 17:44 |
Trevor
Messages: 11 Registered: February 2011
Karma: 0
|
Junior Member |
|
|
On 6/29/2011 8:17 AM, RAM wrote:
> I installed XDEBUG and NetBeans.
I've been playing with VS.PHP. It seems to work well for local
debugging, without any manual setup required. If you can't get Netbeans
to work to your liking, you might want to take a look.
- Trevor
|
|
|