Page MenuHomePhabricator

Unload bundle DLLs when view is closed
Closed, DuplicatePublic

Description

It would be nice, if all filehandles to a dll are closed, when a view is closed. This would allow to recompile the dll and use the new one without closing and restarting the application.

For intensive debugging work, this would save a lot of time.

Is this possible and feasible?