Permite identificar se a execução atual está em modo de execução DEBUG ou PROFILE.
Sintaxe
LOG_isDebugMode( )
Exemplo
#---------------------------------------#
FUNCTION LOG_isDebugMode_test()
#---------------------------------------#
IF LOG_isDebugMode() THEN
CALL conout("MODO DEBUG ATIVO...")
ELSE
CALL conout("MODO DEBUG INATIVO...")
END IF
END FUNCTION
Informações
Fontes: funcoes_genericas.4gl
Veja também
LGX - Chaves de configuração no arquivo de Profile
Import HTML Content
Visão Geral
Conteúdo das Ferramentas