Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

The debugger should be able to gracefully shutdown. #387

Open Kuinox opened 5 months ago

Kuinox commented 5 months ago

Currently the debugger can't be cleaned up.
It will keeps a lock on the DLL for an unknown amount of time, etc.