How to Exclude WordPress Core Functions From Debugging?

Hi All,

I'm working on a WP plugin, and as expected it makes frequent calls to the WP core code.

I want to consider the WP core code "correct" and only focus on my custom code. Right now I'm stepping through and issue and it is painful to step through (or even out of) every function call in WP core to see what is going on with my plugin.

Is there a simple way to do this?

Thanks,

Dave

0
1 comment

Actually, I was wondering if you have already tried "Skipped paths" option in "Languages & Frameworks | PHP | Debug | Skipped Paths":

https://www.jetbrains.com/help/phpstorm/skipped-paths.html

0

Please sign in to leave a comment.