Using a Debugger to Inspect Variables and Write Tests
Are you a chronic user of dpm() or print_r() to dump your variables to the screen? Come learn how to use an IDE and debugger to improve efficiency when inspecting variables. Using a debugger can also dramatically help inspect variables in places where printing variables to the screen is challenging, such as when writing automated tests or non-HTML pages like AJAX requests or file uploads.
- Read more about Using a Debugger to Inspect Variables and Write Tests
- Log in or register to post comments