We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479fc10 commit 220c384Copy full SHA for 220c384
pkg/demoinfocs/debug_on.go
@@ -18,6 +18,7 @@ const (
18
)
19
20
// Can be overridden via -ldflags="-X 'github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs.debugServerClasses=YES'"
21
+// e.g. `go run -tags debugdemoinfocs -ldflags="-X 'github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs.debugDemoCommands=YES'" examples/print-events/print_events.go -demo example.dem`
22
// Oh and btw we cant use bools for this, Go says 'cannot use -X with non-string symbol'
23
var (
24
debugGameEvents = yes
0 commit comments