friendsofgo / killgrave

Simple way to generate mock servers written in Go
https://friendsofgo.github.io/killgrave/
MIT License
511 stars 96 forks source link

Where is the Debug? #158

Open felipemarinho97 opened 8 months ago

felipemarinho97 commented 8 months ago

The docs says:

debugger:
   enabled: false
   address: localhost:3030

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

joanlopez commented 8 months ago

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.