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
debug("This is a custom debug message with configured options.")
122
+
}
123
+
```
124
+
74
125
## Comparison to `debug-js`
75
126
76
127
While `debugo` is inspired by `debug-js`, it is a simplified version tailored for Go. It does not implement all features of `debug-js`, focusing on core debugging functionality for Go developers.
0 commit comments