﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4031	Calling _DebugArrayDisplay after calling _ArrayDisplay will disable the buttons of _DebugArrayDisplay	anonymous	Jpm	"{{{
#include <Array.au3>
#include <Debug.au3>
Local $array = [1, 2, 3]
_DebugArrayDisplay($array)		; With buttons
_ArrayDisplay($array)			; Without buttons
_DebugArrayDisplay($array)		; Without buttons

}}}

I think the reason is the _ArrayDisplay passes a ""0"" as the $hUser_Function parameter to _ArrayDisplay_Share, which causes $_g_ArrayDisplay_bUserFunc to True, then it causes the $bDebug to be False at the later call to _DebugArrayDisplay...

It must be that, unless it is not that 😆"	Bug	closed	3.3.17.0	AutoIt	3.3.16.1	None	Fixed	_DebugArrayDisplay _ArrayDisplay	
