You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just thought I switched to the fifth dimension today because fetchFromDatabase() fetches stack-traces from all sessions and thus can report non-existing stack-traces involving removed add-ons...
This can make debugging very difficult or even impossible if one doesn't come to suspect a bug in BugGrabber itself...
Changing fetchFromDatabase() to the following in BugGrabber.lua fixes the problem:
Just thought I switched to the fifth dimension today because fetchFromDatabase() fetches stack-traces from all sessions and thus can report non-existing stack-traces involving removed add-ons...
This can make debugging very difficult or even impossible if one doesn't come to suspect a bug in BugGrabber itself...
Changing fetchFromDatabase() to the following in
BugGrabber.lua
fixes the problem:The text was updated successfully, but these errors were encountered: