FStarLang / FStar

A Proof-oriented Programming Language
https://www.fstar-lang.org
Apache License 2.0
2.65k stars 232 forks source link

Debug/Options: make sure to restore debugging state after popping options #3298

Closed mtzguido closed 1 month ago

mtzguido commented 1 month ago

This was broken after the introduction of the new debug module, popping would retain the debug state.

Also, I'm adding --debug_all that enables every debug level.