This extension provides a user interface for EGO, a Golang non-stop debugging library.
Purpose
Ego is a dynamic debugging library designed to help developers troubleshoot production issues with minimal performance impact.
It enables real-time monitoring and logging of function arguments and return values with only the library imported.
Features
Non-stop LogPoint: Set breakpoints without stopping the application.
Function level Tracing: Trace specific functions to monitor their execution. (Under Construction)
Package Tracing: Trace entire packages to get a comprehensive view of the application's behavior.
Dynamic Log View: View logs dynamically in a webview.
Trace Backend Connection: Connect to a trace backend to visualize and analyze traces.