VSCode - CraTerIntroductionCraTer is a light-weight fault localization extension for Java programs. Quite simply, when a program crashed, CraTer takes the Java program and corresponding crash stack trace as inputs and outputs whether or not the root-cause-line of the crash resides in the stack trace. This extension is developed by Yongfeng Gu and Jifeng Xuan. UsagesWe first run the faulty program in VS Code then capture the stack trace from the Terminal. Finally, we predict the position of the crash root cause. Note that All the actions are selected from the right-click prompt. The main steps are as follows,
Extension SettingsThis extension contributes the following settings:
Known IssuesAt this time, it is known that CraTer has the following issues:
Release Notes0.0.3Fix some bugs and reconstruct the architecture of the extesion 0.0.2Fix some bugs and optimize the CraTer results. 0.0.1The initial release of CraTer which only focus on analyzing the Java crashes. |