Altera_Forum
Honored Contributor
13 years agoDisplaying debug messages in System Console
Hello everyone,
In System Console, the send_message command can be used to print informative messages in the "Messages" panel. The help for the function says:% help send_message
Sends a message of the given level to the message window. Available levels are info, warning, error, and debug.
Arguments:
<level>
<message> This works fine the the info, warning and error levels, but each time I use the debug level, nothing happens. I probably have to enable the debug level somewhere to see the messages, but I can't find anything in the documentation about this, nor any global level procedure or variable whose name would suggest it could be used to enable debug messages. Does anyone know how to do this? Right now I'm using the info level, but I'd like to be able to enable/disable the display of some debug messages. I could do my own wrapper around send_message and use a global variable to enable or disable those messages, but if the functionality is there already why not use it... Thanks!