[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Xdebug stopped breaking breakpoints

Couple of things to check

1. have a look at the FAQ on http://www.xdebug.org. There is a specific entry for XAMPP which may be applicable

2. If you have any watch expressions, try deleting them. A Script can be terminated abnormally if you have a watch expression enabled that does something like invoke an undefined function.

Dave Kelsey