You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi;
I run this program for testing debuger; by the way I install "go get github.com/mailgun/godebug" , but I did'n know how to use this debuger in to my program,plz help me ,
Thank'a alot.
Samira;
(Test debuger)
package main
import (
"bufio"
"fmt"
"os"
)
func main() {
_ = "breakpoint"
fmt.Println(-> fmt.Println("Hello, world!"))
bufio.NewScanner(os.Stdin).Scan()
fmt.Println("Hello, world!")
}
For run my program
testGo # go build
testGo # godebug run testGo
(after run i have this error)
No command 'godebug' found, did you mean:
godebug: command not found
The text was updated successfully, but these errors were encountered:
On Sat, Feb 18, 2017 at 4:53 AM samirakhalili ***@***.***> wrote:
Hi;
I run this program for testing debuger; by he way i install go get
github.com/mailgun/godebug , but I did'n know how to use this debuger
,plz help me ,
Thank'a alot.
Samira
package main
import "fmt"
func main() {
_ = "breakpoint"
fmt.Println(-> fmt.Println("Hello, world!"))
bufio.NewScanner(os.Stdin).Scan()
fmt.Println("Hello, world!")
}
For run my program
testGo # go build
testGo # godebug run testGo
(after run i have this error)
No command 'godebug' found, did you mean:
godebug: command not found
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#92>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD5VrE1aPU3ufgMmT0edC5Ev5gL0R0Sks5rdunkgaJpZM4MFHXw>
.
Hi;
I run this program for testing debuger; by the way I install "go get github.com/mailgun/godebug" , but I did'n know how to use this debuger in to my program,plz help me ,
Thank'a alot.
Samira;
(Test debuger)
package main
import (
"bufio"
"fmt"
"os"
)
func main() {
_ = "breakpoint"
fmt.Println(
-> fmt.Println("Hello, world!")
)bufio.NewScanner(os.Stdin).Scan()
fmt.Println("Hello, world!")
}
For run my program
testGo # go build
testGo # godebug run testGo
(after run i have this error)
No command 'godebug' found, did you mean:
godebug: command not found
The text was updated successfully, but these errors were encountered: