Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

hymkor/go-outputdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-outputdebug

We can view debug-log with debugger or viewer.(Recommend DebugView for Windows )

(This package is forked to another package: go-windows-dbg)

package main

import (
    "fmt"
    "github.com/zetamatta/go-outputdebug"
)

var dbg = outputdebug.Out

func main() {
    outputdebug.String("outputdebug.String()")
    fmt.Fprintf(dbg, "example.go: main() Call dbg.Print\n")
    fmt.Fprintf(dbg, "foo\nbar\ndddddd\n")
}

About

OutputDebugString for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages