tlaplus / vscode-tlaplus

TLA+ language support for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add GUI element to reevaluate ALIAS

JoshuaRowePhantom opened this issue · comments

When inspecting an error trace, it is frequently useful to update the ALIAS evaluation. The only GUI elements I see to do this are the "check again" button in the results pane. Having an easy-to-find button that just reevaluates ALIAS on the error trace would shorten the cycle of error exploration.

Workaround:

  • Have TLC generate a trace exploration spec (MySpec_TTrace_$timestamp.tla) by passing -generateSpecTE (not passing -noTE)
  • Manually add you Alias to the trace exploration spec
  • Repeatedly check the trace exploration spec