#2112 closed Bug (Fixed)
Running debugger window and clicking close script window makes this window inresponsive
| Reported by: | Owned by: | guinness | |
|---|---|---|---|
| Milestone: | 3.3.9.0 | Component: | Standard UDFs |
| Version: | 3.3.8.0 | Severity: | None |
| Keywords: | Cc: |
Description
Running GUI created from your "Example GUI" works ok, but if debugger window is runned with :
#include <Debug.au3>
_DebugSetup("Scribe debuger", True)
After clicking the window close button script is getting unresponsive
Attachments (2)
Change History (7)
by , 14 years ago
comment:1 by , 14 years ago
It seems that this was first reported and fixed here http://www.autoitscript.com/trac/autoit/ticket/1588 but has now reappeared.
M23
comment:2 by , 14 years ago
In fact it is working as intended from my point of view.
When you click close the script is waiting you close the output "report Log" windows to allow you to visualize what occurs instead of closing the "report Log" debug windows.
Perhaps a last message could have been out saying that the script will quit only when the output "report Log" window will be closed.
comment:3 by , 14 years ago
| Milestone: | → 3.3.9.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [6713] in version: 3.3.9.0
comment:5 by , 14 years ago
| Component: | AutoIt → Standard UDFs |
|---|

Script working correctly