Modify

Opened 3 months ago

Closed 2 months ago

#4059 closed Bug (Fixed)

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)

Change History (1)

comment:1 by J-Paul Mesnage, 2 months ago

Resolution: Fixed
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.