Difference between revisions of "User:Kebap/Manual:debugc"

From Mudlet
Jump to navigation Jump to search
(Created page with ";debugc(content) :Again this will not send anything to anywhere. It will however print not to the main window, but only to the errors view. You need to open that window to see...")
 
m
 
Line 1: Line 1:
 +
==debugc==
 
;debugc(content)
 
;debugc(content)
 
:Again this will not send anything to anywhere. It will however print not to the main window, but only to the errors view. You need to open that window to see the message.
 
:Again this will not send anything to anywhere. It will however print not to the main window, but only to the errors view. You need to open that window to see the message.

Latest revision as of 19:14, 5 June 2018

debugc

debugc(content)
Again this will not send anything to anywhere. It will however print not to the main window, but only to the errors view. You need to open that window to see the message.
See also: Errors View

Note Note: Do not use this to display information to end-users. It will be hard to find. It is mainly useful for developing/debugging.

debugc(" Trigger successful!")
-- Text will be shown in errors view, not to main window.