Hi, When I issue a "scripts" command to the debugger agent, I don't get a complete list of script that have been compiled. I guess this is because they have been garbage collected and that the "scriptCollected" event which accompanies the result is a reference to those collected scripts. My question is how to get the script name from the id number passed by the "scriptCollected" event:
{"seq":1,"type":"event","event":"scriptCollected","success":true,"body":{"script":{"id":19}},"refs":[],"running":true} Thanks. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---