User:Kebap/Manual:debugc

From Mudlet
< User:Kebap
Revision as of 16:17, 29 May 2018 by Kebap (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.