View Single Post
11-12-17, 10:13 PM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
It prints to the error output.

If you have BugGrabber and BugSack intalled

Code:
/run local function debugPlay()
	assert( nil, "function terminated.")
end
 debugPlay()

BugSack will display:
1x [string "local function debugPlay() assert( nil, ..."]:1: function terminated.
Edit: Oops too late
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote