Setup PHPStorm to debug symlinked WordPress plugin

I’m using Herbert framework to develop a WordPress plugin. It recommends to set up a separate folder on a disk and symlink it to the “/wp-content/plugins/” directory.

I created a project in PHPStorm with a original plugin directory. Then I added “wp-includes” folder as external library to get all the WordPress.

Read More

enter image description here

I also brought up a wordpress integration this way:
enter image description here

Now this is how I tried to configure the server to get this plugin debugged. That isn’t working.
enter image description here

Can you guys please help me to debug it?

Related posts

Leave a Reply