0

I'm using Komodo IDE to debug PHP. It always stop at the beginning of a script although there is no breakpoint. Is there anyway to disable it? Thanks.

leon
  • 435
  • 1
  • 4
  • 12

1 Answers1

0

go to menu Edit/Preferences/Debugger/, change the 'initial break behaviour' to 'Run to first breakpoint'

leon
  • 435
  • 1
  • 4
  • 12