﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1597	Debug.au3, Message box mode.	anonymous	Jpm	"Message box case is setting a none existing function. -> used with Execute() later on.
Probably should be the MsgBox function itself. (as that works)
{{{
Func _DebugSetup(Const $sTitle = Default, Const $bBugReportInfos = False, $vReportType = 1, $sLogFile = """")
		Case 3
			; Message box
			$__gsReportCallBack_Debug = ""_Debug_MsgBox(266256, '"" & $__gsReportWindowTitle_Debug & ""',""
}}}
{{{
			$__gsReportCallBack_Debug = ""MsgBox(266256, '"" & $__gsReportWindowTitle_Debug & ""',""
}}}
"	Bug	closed	3.3.7.0	Standard UDFs	3.3.6.1	None	Fixed		
