Revision #13 has been created by Nashi on Mar 24, 2011, 10:06:03 PM with the memo:
useful debugging information added
« previous (#12) next (#14) »
Changes
Title
unchanged
NetBeans IDE and Yii projects
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
IDE, Selenium, PHPUnit, XDebug, NetBeans
Content
changed
[...]
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000</pre>
#### 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/>