Windows 64-bit binaries
Fixed
- when your app sends one of the various debug...() messages, if BazDebugWindow.exe isn't already running it will be launched
- this could result in the new process setting its Working Directory to the folder your app is currently working on
- consequently, BazDebugWindow will have a handle to that folder/directory while it remains running
- Windows will prevent you from deleting that folder until BazDebugWindow is shutdown
- this fix (in _debugWindow.pas) sets the current working directory of the BazDebugWindow.exe process to the .exe's own folder
- a similar fix has been made in BazDebugWindow.exe because the same thing could happen if you saved the log file
- BazDebugWindow could gain a handle to the folder into which you saved the log which wouldn't be released until BazDebugWindow was shutdown