microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 218 forks source link

mark logger not initialized on close #1422

Closed paulmaybee closed 1 year ago

paulmaybee commented 1 year ago

Logging only gets marked as enabled once; after closing the log the first time it will never get opened again. This fixes the problem by marking the logger uninitialized when reset.