Everytime I have heredocs in my code the debugger seems to loose track of the step lines. What I mean is if you go through the code step by step, the debugger doesn't follow the code. Just looking at the screenshot you can see that the step markers (blue) are misplaced. This happen only after the heredoc.
I'm using v4.01, build 4060 and php 5.1.2 with the correspondent dbg (php_dbg.dll-5.1.2). This happens no matter if I use 3rd party Web Server or SRV Local Web Server. I just upgraded php of my server. Using php 4.3.9, this doesn't happen.
PS.: The file was corretly saved before debugging.