



I recently upgraded xampp to the most recent version and Komodo to 4.0.3 and have managed to experience a higher level of debugging weirdness than I though possible. When I set Komodo to listen for remote debugging connections and start a new debugging session in the browser, I can see Komodo start a new debug session (the Output tab in the bottom pane indicates a session has started), but the web page loads without breaking at any point (and yes, I have set up breakpoints that should have been triggered).
Has anyone else come across this? I've been trying to work around this with different versions of the xdebug dll for days, but have gotten nowhere.
If you go to
Preferences / Debugger
what is the setting for 'Initial Break Behavior' - by default this should be set to 'Break on first executable line'. If this is set, Komodo shoulod *always* break when a remote debugging session is started. Is this the case?
--
JeffG
No option for initial break behaviour under preferences / debugger, preferences / debugger / connection or preferences / debugger / connection / advanced. Even if I set a breakpoint on the first executable line of index.php and open it, Komodo won't break at that point.