I have deployed a flex aspcore app on GAE and now want to debug it. Unfortunately the stackdriver debugger page is not letting me go further with the following error
"The debugger could not find a debug target for the application MyApplication - MyVersion"
- I have enable debug on the instance (from the instance thumb).
- I have added source code.
- I have accessed the instance with the right url before trying to debug.
Any suggestions ? Thanks