Modify ↓
Opened 96 minutes ago
#4059 new Bug
Left over Debugging ConsoleWrites
| Reported by: | donnyh13 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description
There are two Debugging ConsoleWrites left active in the following functions/files:
Clipboard.au3: _ClipBoard_GetData (when called with $CF_UNICODETEXT) Line: 182
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $iDataSize = ' & $iDataSize & @CRLF & '>Error code: ' & @error & ' Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console
GuiToolTip.au3: _GUIToolTip_GetToolInfo Line: 540
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $bResult = ' & $bResult & @CRLF & '>Error code: ' & @error & ' Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console
Attachments (0)
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
