Hi all. I'm testing V8 debugger in Android. I received response when I requested "version", "setbreakpoint", "countinue", etc... ex> {"seq":0,"type":"request","command":"version"} {"seq":1,"type":"request","command":"setbreakpoint","arguments":{"enabled":true,"target":"file:\/\/sdcard/test.js","line":6,"type":"script"}} {"seq":2,"type":"request","command":"continue"} ... in above request, I received right response, and android emulator work normally.
but browser in android emulator is forced terminated when I request "script" request.(and some other request like "frame", "scope"...) {"seq":11,"type":"request","command":"scripts"} or {"seq":1,"type":"request","command":"scripts","arguments":{"includeSource":true,"types":4}} I want to get response including source file(like .js or .htm). Is there need any other request or environment? or is there need some other process? thanks -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users