Revision #14 has been created by Nashi on Mar 24, 2011, 10:12:22 PM with the memo:
simple correction
« previous (#13) next (#16) »
Changes
Title
unchanged
NetBeans IDE and Yii projects
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
IDE, Selenium, PHPUnit, XDebug, NetBeans
Content
changed
[...]
#### Usage:
- Debug project: Ctrl-F5
- Use breakpoints, walk through running code, and watch variables and objects in real-time. :)
- If you want to stop the debugger from pausing on the first line for every request, simply turn that "feature" off by clicking: Tools > Options > PHP > Debugging > Stop at First Line (uncheck)
In Netbeans (6.9.1 on Windows anyways):
Menu bar > Tools > Options > PHP > Debugging > Stop at First Line (uncheck)
# Test Driven Design with Netbeans
Check the forum here: <http://www.yiiframework.com/forum/index.php?/topic/11735-netbeans-ide-and-test-driven-development/>