Hi there, while embedding v8, I have two modes of loading code.
One is using a remote web server to serve the requests. Setting ScriptOrigin, makes on-demand map files loading to happen from the same script origin, and hence I get a nice debugging session. The problem comes from the second working mode. In this mode, I download a zip file, which is expanded, and then I load files from the application's private folder (android platform). In his case, setting the ScriptOrigin to be file://<full_path>, or any other combination, does not seem to work. Is there any way i could make map files load from a local file and not http ? Thanks a lot. Best, -- i -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
