[resolved] position of "debug" cursor is not accur |
Site Admin
|
This is not a problem of PhpED or debugger.
It may happen for various undepended reasons. Among them: a) you debug on remote site and your local copy is not in-sync with remote one. IDE shows local copy. b) you have HEREDOC constructs in your script. Php has known bugs that lead to incorrect line numbering. c) your file has 0xD (Mac style) of line endings. It's not supported by PHP. To check b) and c) you can easily call trigger_error() somewhere in your file and compare actual line number where you added the call with reported one. |
||||||||||||
_________________ The PHP IDE team |
[resolved] position of "debug" cursor is not accur |
|
||
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