Hello,
I know this topic could be treated as Eclipse issue, but I'll take my chances.
First, let me introduce my configuration:
- Eclipse SDK Version: 3.1.2
- PHPEclipse plugin v1.1.8
- XAMPP voor Windows Version 1.5.3a
- PHP Version 4.4.2-pl1
- Apache 2.2.2
- php_dbg.dll-4.4.2
Of course, I have a problem. It happens that while stepping through the code, Eclipse just hangs.
This happens on some specific statements in my code (some function calls). I know that I'm using right
source path because few hundred lines of code work perfectly.
I also found some additional symptoms.
While hanging, process javaw.exe consumes ~95% of my processor (AMD Athlon 64 3200+) until debugged thread is stopped.
Also, if in that state, it takes ~10 secs for Apache to shut down.
Is there a way to localize the problem to some component - DBG, Eclipse, Apache, PHP? Or a version incompatibility?
Is there a DBG log file somewhere?
Could you help me?
Oz