Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26671

Why is my PyCharm debug button greyed out?

I use PyCharm for development for Google App Engine. Now I'm trying it with Ubuntu Linux and I installed it and run it but the buttons to the upper right are greyed out and I don't know what to do about it. What can be done to run the project?screenshot

Upvotes: 3

Views: 8852

Answers (2)

th3penguinwhisperer
th3penguinwhisperer

Reputation: 466

For completeness, you need: - a configuration (Run, Debug..., Edit Configurations...) - the indexing has to be finished

I had the latter in a big project and couldn't figure out why debugging was not possible :p Hope it helps someone else. This was the first result for me on google.

Upvotes: 0

yole
yole

Reputation: 97328

You need to go to Run | Edit Configurations... and create a Google App Engine run configuration for your project.

Upvotes: 6

Related Questions