1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 21:13:30 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Waleed Gadelkareem
6cf0b46497 Fix go-delve/delve lib 2020-04-18 20:23:25 +02:00
Tavee Khunbida
df31f04b26 Fix accidently removed time.Sleep 2019-01-08 22:21:19 +07:00
Tavee Khunbida
79d6746aa2 Fix staticcheck failed - should use time.Until instead of t.Sub(time.Now()) (S1024) 2019-01-08 01:02:14 +07:00
Faissal Elamraoui
d9306e9fcf Fixes #406
Adds support for darwin/amd64 platforms but requires cgo
for cross compilation.
2017-04-07 15:56:47 +02:00
Faissal Elamraoui
1e478bb32e Resolves #393
When new changes are introduced, re-build the debug binary and restart
the Delve Debugger client. It also adds a verbose mode for dlv command
which notifies the user if enabled.
2017-04-02 23:37:02 +02:00
Faissal Elamraoui
5600cb1c36 Fixes #389
This makes sure dlv is used for amd64 architecture. The current release
has a few problems with darwin architecture hence the conditional build
tag.
2017-03-26 16:57:19 +02:00