delve/service/rpccommon
Fata Nugraha 15a9f9d353
cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632)
* Print out message and dump stack on pause

* Fix test

* Move the logic to debugger layer

* Remove unused fields

* Do not use defer to get state

* move channel to connection

* remove lock on isClosed

* Use mutex

* Remove unwanted changes
2024-06-12 12:31:46 -07:00
..
server.go cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00