github.com/sandwich-go/boost@v1.3.29/xdebug/README.md (about) 1 # xdebug 2 3 `debug` 相关信息 4 5 6 # 例子 7 8 ```go 9 SetEnabled(true) 10 fmt.Println("OK") 11 ``` 12 13 Output: 14 ```text 15 OK 16 ```