golang/go
GitHub で見るx/tools/gopls: show message with link to debug server with -debug=:0
Open
#37,215 opened on 2020年2月13日
NeedsFixToolsgoplshelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
currently we ask users to supply flags such as -port and -rpc.trace and restart gopls when debugging is needed. Please consider turning on the debug port by default and make some traces available.
- Port number needs to be picked up randomly - so we will need a way for the client to ask gopls about the debug port location.
- May need too allow opt-out.