Home

NetBeans &raquo How to stop the debugger from pausing on the first line

Published on 12/2/2010


If you try to debug your Yii application with Netbeans, it will pause on the first line for every request, which is incredibly annoying. Here’s how to turn that “feature” off:

In Netbeans (6.9.1 on Windows anyways):

Menu bar > Tools > Options > PHP > Debugging > Stop at First Line (uncheck)

... views