Cannot run debugging on App Engine application.

I'm using GoLand.
I configured for google app engine.

I executing 「Run」 will work fine.
But executing 「Debug」 will work dead.

It's result.

Why????????

0
正式评论

Hi Fumihiko,

 

Currently, the IDE does not support Go AppEngine debugging due to a limitation in Go AppEngine itself, please see: https://youtrack.jetbrains.com/issue/GO-1897
You can try and use the "Attach to local process" feature once the run configuration is started, which should help you get started, but this has the limitation that it cannot debug some workflows such as using the "init()" calls.
You can vote on the issue mentioned above in order to receive updates about it.
I'm sorry for the inconvenience caused.

 

Kind regards,
Florin

请先登录再写评论。