friendsofgo / killgrave

Simple way to generate mock servers written in Go

Home Page:https://friendsofgo.github.io/killgrave/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the Debug?

felipemarinho97 opened this issue · comments

The docs says:

debugger:
   enabled: false
   address: localhost:3030

but i can't find any option to enable debugging via CLI

Hey @felipemarinho97,

Apologies, I guess that has been leaked by mistake.

The debugger is still under development: https://github.com/friendsofgo/killgrave/tree/debugger

We hope to be able to ship that feature sooner rather than later.

Thanks for pointing it out.

PS: Leaving it open until we either ship that feature or fix the docs.