NetBeans IDE and Yii projects

Comparing #13 with #14

Revision #14 was created by Nashi Nashi on Mar 24, 2011, 10:12:22 PM.

simple correction

Content

[...]
#### 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/>