masterinex Posted August 25, 2017 Share Posted August 25, 2017 whenever i create a new file, when i right click it, and the first time i run it , i get to choose from 2 options, JavaScript debug and php debug. when i choose JavaScript debug , it will open the php file in a browser , and when i choose php debug it will choose to open in the phpstorm console and also allow me to debug the file. why is that i only have these 2 option only for the first time when i run the file , after i have choosen an option , i can't go back and choose the other option ? Link to comment Share on other sites More sharing options...
kicken Posted August 26, 2017 Share Posted August 26, 2017 When you choose one PHPStorm creates a configuration for the script and then uses that by default. You can go to Run -> Edit Configurations... to remove it and then you'll be able to choose the other option. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.