CodeLLDB v0.8.1 Release Notes

    • ➕ Added expressions ∈ { simple, python, native } launch configuration property, which selects the default [expression evaluator type](MANUAL.md#expressions).
    • 👻 Exception breakpoints are now language specific: "on throw" and "on catch" for C++, "on panic" for Rust. In order to implement this, the "sourceLanguages" setting had to be moved to workspace configuration level.
    • 🛠 Fixed watch panel bug, which, in rare circumstances, could cause display of incorrect evaluation results.