PhpStorm 2018.2 Help

Configuring Debugger Options

Introduction

PhpStorm supports debugging for PHP applications, classes, and files. The debugging functionality is incorporated in PhpStorm, you only need to configure its settings.

Depending on the plugins enabled, PhpStorm can also support debugging for other languages, for example, JavaScript.

The JavaScript debugging functionality is incorporated in PhpStorm, you only need to configure its settings.

PhpStorm supports debugging applications running on the built-in or an external web server. Debugging can be performed only using Google Chrome and other browsers of the Chrome family.

To debug PHP applications, you need to configure a dedicated tool.

Last modified: 21 November 2018

See Also