(This appears to have started recently)
I need to add some functionality to a web site that is hosted on a BSD server, so I copied the entire site to my local machine. Since the content was initially developed by me on THIS machine, I did not expect any issues, but...
When running the debugger and stepping through the code, the DBG will stop at strange lines (comments or white space lines) and will skip entire chunks of code. I do not think that this is an uncommon scenario but I was not able to find any useful info when doing a forum search.
Here are some more details to ponder:
Using PHP 5.0-5.2
Host BSD
Debugging on WINTEL system (XP)
PhpEd version 5.9.21
Here is first break point
Next step (F7), comment line
Next step(F7), comment line
Next step(F7), missed whole chunk of code
Any help ia appreciated.