goblint / GobPie

Goblint IDE integration via MagpieBridge
MIT License
5 stars 3 forks source link

Show CFGs for functions in the IDE #36

Closed karoliineh closed 2 years ago

karoliineh commented 2 years ago

A functionality that adds a show cfg code lens to each function for an option to see the CFG of that function. GobPie generates the code lenses for each function during the analysis and asks for the CFG from the server (to be generated) only when the code lens is clicked.

Relates to goblint/analyzer#763.