llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
54 stars 15 forks source link

Add list view to display SPP output #253

Closed Gabau closed 1 year ago

Gabau commented 1 year ago

Implements a VIewPart which grabs the results in the handler and displays it. Tested on tregression only, linked correct trace view and buggy trace view by routing two calls to buggyTraceView via two jumpToNode functions. (which do very different things)