lib_gc_debugger

package
v0.0.0-...-e28984d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DEBUG bool
View Source
var Dummy struct{}

Functions

This section is empty.

Types

type DebbugerFactory_I

type DebbugerFactory_I interface {
	GetDebuggerInstance(chan_length int, file_path string) (Debugger_I, error)
}
var DebuggerFactory DebbugerFactory_I

type Debugger_I

type Debugger_I interface {
	StartDebugger(chan_length int, file_path string) error
	Debug(msg string) error
	Shutdown()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL