Community
Participate
Working Groups
Build Identifier: Studio 7.2 based on Eclipse 3.6 Make sure there are no any breakpoints set. Debug some page with "Break at First Line" enabled. (Note: Debug as WEB page, not reproducible with PHP Script debug) When debugger hits first line, press "Resume"; button in "Debug"; view. Notice that debugger stop again in the next line. It shouldn't do so. When "break at first line"; is disabled, then debugger doesn't stop on first nor the second line. Reproducible: Always
According to Debugger protocol, 'debug_stop=1' in URL is enough for setting break point at first line. Studio was sending a redundant break point at first line. Disabling it solves the problem, but the break point at first line is needed for PHP Script mode. Currently, Studio defines break point at first line only in Script mode debugging.
Created attachment 174741 [details] Break at first line patch
Tested on 2.2.1 SR1 Verified - OK