DisposaBoy / GoSublime

A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
MIT License
3.42k stars 302 forks source link

Question: Any support to debug? #975

Closed amarjeetanandsingh closed 3 years ago

amarjeetanandsingh commented 3 years ago

Do we have support to debug? It would be better if we can have support to debug without depending other plugin.

DisposaBoy commented 3 years ago

I don't have any plans to add support. I'm willing to add whatever UI (GoSublime) or RPC (margo) feature is necessary to support it, but I've always found printf (and tools like profilers) to be sufficient, so I've never actually used a debugger beyond the very basics like getting a backtrace and that was for C/C++ so I'm not really the best person to add such support.

amarjeetanandsingh commented 3 years ago

Thanks for the response @DisposaBoy