Categorygithub.com/harshadptl/tug
modulepackage
0.3.2
Repository: https://github.com/harshadptl/tug.git
Documentation: pkg.go.dev

# README

tug

A redis based debugger to debug multi node applications in golang.

Basic Usage

import "github.com/harshadptl/tug"

...
// initialize in main func once in the project
tug.Init("appName", "localhost:1234", "password")

...
// pause with variables wherever you want a breakpoint
tug.Pause(var1, map1, obj1)

use the cli to fetch logs and

tug-cli localhost:1234 password

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author