Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.87 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.87 KB

Zelos CrasHD Visualizer

The Zelos CrasHD Visualizer VS Code extension enhances crash analysis by visualizing output from the Zelos CrasHD plugin.

Features

  • Contextual source code highlighting:
    • Crash site
    • Dataflow to crash site
    • All other executed lines
  • Interactive graph visualization of data flow
    • Clickable graph node to open source file & line
    • Draggable slider to visualize dataflow over time

  • Editor decorations
    • Inline comments denoting values at runtime
    • Hover for instructions corresponding to source lines

Getting started

Install VS Code or VS Code Insiders and install this extension from the Extensions Marketplace.

Available Commands

Command Description
CrasHD: Show Show editor decorations & and open the graph view by loading a crashd.zcov file generated by Zelos.
CrasHD: Hide Hide editor decorations.
CrasHD: Reload Reload the crashd.zcov file in the workspace. Useful when updating or replacing crashd.zcov.