Netbeans debug action opens PHPStorm

I recently got a co-worker to install PHPStorm Trial. He needs to continue to use NetBeans for his major tasks as he transitions to PHPStorm. Any attempts to start the debugger from NetBeans results in opening PHPStorm. We have attempted to change the PORT listened to by PHPStorm but that did not work. Any ideas?

0
3 comments
Avatar
Permanently deleted user

Hello,

Did you try to disable listening for incoming connections in PhpStorm?

Where exactly did you try to change the port? Correct place for changing PHP debugger port is Settings/Preferences | Languages & Frameworks | PHP | Debug.

0
Avatar
Permanently deleted user

Listen for Incoming Connections is disabled (via the toolbar)

Changed the port via Languages & Frameworks -> PHP -> Debug -> Xdebug

We have closed PHPStorm, restarted Windows (figured OS might some how have the PORT mapped to the PHPStorm), opened Netbeans, click Netbean's debug button and PHPStorm opens then complains about not being able to find the file.

0

Kinda esoteric issue. I am not sure how debugging works in Netbeans, but maybe it invokes opening a PHP file, and PHP files are associated with PhpStorm?
Try removing this file association if it's there.

0

Please sign in to leave a comment.