Replies: 1 comment 5 replies
-
Hi @cyraid,
There's no way to get the NOTE: If you're using JScript or VBScript, stack traces are only available when script debugging is enabled. Good luck! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a C# method, calling from Javascript, is there a way to get Module (Document) information? I have a Javascript Plugin System that works off of a single V8 Engine (so that plugins can import Modules from other plugins).
It would be nice if something like this existed:
In Javascript (let's say were are in a Module):
I have a logging system, and it would be nice having which plugin the debug information is coming from when it outputs to the logging view.
Beta Was this translation helpful? Give feedback.
All reactions