debug and vscode debug launch
This commit is contained in:
parent
ecddc2fe21
commit
d1df98ad3e
5 changed files with 33 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ var (
|
|||
)
|
||||
|
||||
func (a *Agent) RunRPC() {
|
||||
if rmm.DEBUG {
|
||||
a.Logger.Infoln("DEBUG MODE")
|
||||
}
|
||||
|
||||
a.Logger.Infoln("Agent service started")
|
||||
go a.RunAsService()
|
||||
var wg sync.WaitGroup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue