You need to compile your program with Au3Stripper for this you need to download and to use SciTE4AutoIt package: https://www.autoitscript.com/site/autoit-script-editor/downloads/?new
#AutoIt3Wrapper_Run_Au3Stripper=Y
#Au3Stripper_Parameters=/MO /RSLN
dbug('hello', @ScriptLineNumber)
Func dbug($data, $lineNumber)
ConsoleWrite($lineNumber & ': ' & $data & @CRLF)
EndFunc