[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Using Zend debugger across multiple PHP pages
|
Hi All,
My "Hello World" project consists of 2 PHP files. The first file is an
HTML form that calls my 2nd file upon the user pressing a submit button.
The problem is that the debugger will not stop at the breakpoint I
added to the 2nd file. The output in the browswer window shows the
name of my 2nd file, action.php, but I cannot break in it.
This has got to be an easy one to fix...what am I doing wrong?
Thanks,
Norm
--