Call stack or tracing available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2013 12:56 PM
I have a repeated warning in my logs about a function not being defined:
org.mozilla.javascript.EcmaError: "getAssignableMembers" is not defined.
Caused by error in at line 1
==> 1: getAssignableMembers()
Is there any way to get more debug information on the call? Like the call stack or a function trace?
I've searched for the call in various places, but am unable to find it. I think its a reference qualifier, but I don't believe there's a way to search for reference qualifiers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 08:09 AM
I forgot about the module queries - thanks for pointing that out I searched all the filters on sys_app_modules but nothing found. I'll keep looking.