I have never been able to get XDebug and KomodoIDE to have the browser complete the request while debugging. If I, say, set a breakpoint, the debugger comes up and I can step and continue to other breakpoints. When I continue past the last breakpoint (or if there are no breakpoints), Drupal seems to run to completion, but the browser never refreshes the window with the result. I then click the stop button in the browser, turn off debugging, and refresh, and the new page displays as expected -- including any redirection to a new page. This obviously slows down my debugging and ActiveState support doesn't know what's wrong.

I have searched drupal.org for a solution, as well as looked at the ActiveState forum.

My configuration is:
WampServer 2 with PHP 5.2.11 (Couldn't get XDebug to work with 5.3.0). Also happens with PHP5.2.9 on my other machine
KomodoIDE 5.2.4
XDebug 2.1.0RC1
Happens with both Firefox 3.6.3 and IE8.0
Happens both on Windows 7 and Vista

Any help or hints or links / search ideas would be greatly appreciated. I *think* this is the right forum, since XDebug is a tool for module development.