mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
* 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