You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all know remote debugging is possible with Delve. But in our team most of us use Mac OS systems and we use Monkey Patch massively. To use monkey patch inside Mac OS we should use Go monkey that currently has open issues on debugging. And we should use AMD64 Golang version (yes it is possible and works :) ). But by using that we can not debug.
Anyway, I was thinking that if there is possible to develop an cloud native Delve sever that enables multiple developers to debug using that. It should be able to be used using HTTP, GRPC, etc so that it can be accessible in any system. This tool should manage code files uploaded for each project by each developer and should be integrated with most used IDEs.
Do you think this is possible ? If currently there is any tool like this Idea what is it ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As we all know remote debugging is possible with Delve. But in our team most of us use Mac OS systems and we use Monkey Patch massively. To use monkey patch inside Mac OS we should use Go monkey that currently has open issues on debugging. And we should use AMD64 Golang version (yes it is possible and works :) ). But by using that we can not debug.
Anyway, I was thinking that if there is possible to develop an cloud native Delve sever that enables multiple developers to debug using that. It should be able to be used using HTTP, GRPC, etc so that it can be accessible in any system. This tool should manage code files uploaded for each project by each developer and should be integrated with most used IDEs.
Do you think this is possible ? If currently there is any tool like this Idea what is it ?
Beta Was this translation helpful? Give feedback.
All reactions