user1048175
user1048175

Reputation: 1130

Webstorm and Meteor - Run and Debug in Webstorm greyed out?

When I follow this video exactly, the debug and run buttons in the Webstorm toolbar are greyed out which means I can't use the new debug features of Webstorm 9 - does anyone have any ideas where I am going wrong? I did the exact same setup on another Mac and it works fine. This Mac did run Webstorm EAP 9 but I deleted it and fresh installed 9.0.1.

Upvotes: 1

Views: 411

Answers (1)

lena
lena

Reputation: 93868

You need to create a run configuration to get these buttons enabled. Your screenshot shows that no run configurations have beed added - you modified the default configuration instead of creating a new one. Default configuration is just a template for creating new configurations. To add configuration, open Run Configurations dialog, hit Alt+Ins (or press '+' button), select the desired configuration from the list

Upvotes: 3

Related Questions