PHP Debugging

CodeLobster IDE provides a built-in PHP debugger to interact with running your scripts. It is possible to debug both scripts and web pages, and web pages can be debugged either locally or remotely.

For start debugging PHP script you need to:

  1. Install a web server that supports PHP - Apache, WAMP, etc.

  2. Configure your debugger.

See how to debug with CodeLobster IDE for a single PHP file or project. Debugging tools let you handle the debugging process, see variable values on the fly and more. If you want to debug code on a remote web server read how to Configure for remote PHP debugging.

CodeLobster IDE enables the following features for PHP debugger: