###User Defined Function###
_DebugReportVar

###Description###
Writes to debugging session the content of a variable

###Syntax###
#include <Debug.au3>
_DebugReportVar ( $sVarname, $vVar [, $bErrExt = False] )


###Parameters###
@@ParamTable@@
$sVarname
	string representing name of the variable or a comment
$vVar
	the variable to be reported
$bErrExt
	[optional] True if @error and @extended must also be displayed
@@End@@

###ReturnValue###
None.


###Remarks###
If no <a href="_DebugSetup.htm">_DebugSetup()</a> have been issued the function always returns.
@error and @extended of the caller are preserved.


###Related###
_DebugSetup


###Example###
@@IncludeExample@@
