Debugging local: DBG steps into wrong lines |
Site Admin
|
It looks like your file got an extra 0xD character at the line end. It would explain why PhpED and PHP calculated the line numbers differently.
I'd recommend you to check line endings with any hex editors. You'd see either 0x0A followed by 0x0D, or just singlye 0x0A and at the all line ends. IF you see something like 0x0A, 0x0D, 0x0D, this is not correct and you have to fix it. (btw many old FTP servers corrupt the files this way if ASCII transfer mode is used. I'd highly recommend to use BINARY transfer for ALL the files) |
||||||||||||
_________________ The PHP IDE team |
Debugging local: DBG steps into wrong lines |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by