Using Dbux
Using Dbux in three steps:
- Install Dbux
- Make sure to run an Application with Dbux enabled.
- Use the Dbux VSCode Extension for inspection + analysis.
All recorded applications show up in the Application View. Once the application shows up, you can use the following tools for analysis:
- Use the Application View to overview and toggle all recorded applications.
- From here you can also go to the entry point.
- Get a high-level overview with:
- The Global View.
- The Call Graph or Asynchronous Call Graph.
- Get down into the nitty-gritty:
- โ Select a Trace.
- Investigate individual traces using the Trace Details View.
- โ Navigate between traces.
- Understand where data came from and where it went using the Data Flow View.
- Search for traces, contexts, modules or data/variable/expression values.
tip
All buttons in the Dbux VSCode Extension have corresponding commands which in turn (are not by default but) can be key-bound.