User:Kebap/Manual:debugc

From Mudlet
Jump to navigation Jump to search

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.