-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
Description
I'm running into a limitation with the way document name is implemented with the V8ScriptEngine. Currently if I pass in a document name with path it get's trimmed down to just the filename. This causes a problem as the document name is returned back through the debugging api as just the filename no path.
Could this behavior be changed or possibly overriden?