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
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
Debugging via GDB is problematic for a number of well documented reasons. In particular (for me), stepping within GDB is so slow as to be unusable within the IDE.
Unfortunately it's too much work to write a custom debugger integration in Eclipse for Delve. However, if Delve emulates the GDB/MI interface (pretents to be GDB, more or less), then there is hope Delve could be used in Eclipse (and other IDEs too). Someone is working on that: https://github.com/debedb/kabuta but I don't know what will come out of it.
This is a feature request.
Debugging via GDB is problematic for a number of well documented reasons. In particular (for me), stepping within GDB is so slow as to be unusable within the IDE.
Intellij's go plugin is using the Delve debugger for Go.
It would be great to have this integrated with Eclipse.
The text was updated successfully, but these errors were encountered: