question a bout debuger
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files or tests. Start by checking the project's documented installation and command entry point for godebug, then compare them with the reported `godebug: command not found`; done means providing verified usage guidance or updating the relevant documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devtools
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100