﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2833	macro @funcname	anonymous	Jon	"Please add a macro, variable or something else that will contain the name of the current function. 
This is useful for debugging
{{{
Func Test($param, $from_line = @ScriptLineNumber)
	ConsoleWrite('Executing function: ' @funcname & ' calling from ' & $from_line & ' line' & @CRLF)

EndFunc
}}}"	Feature Request	assigned		AutoIt		None			
