minor changes
This commit is contained in:
parent
4284fd65bf
commit
fa541b64a6
4 changed files with 13 additions and 7 deletions
|
|
@ -48,11 +48,8 @@ function testChrome() {
|
|||
console.log("V8 version:", version.V8Version);
|
||||
});
|
||||
|
||||
v8debugger.scripts(4, null, false, function(scripts) {
|
||||
v8debugger.scripts(4, null, true, function(scripts) {
|
||||
console.log("scripts (short)", scripts);
|
||||
v8debugger.scripts(4, [scripts[0].id], true, function(scripts) {
|
||||
console.log("scripts (full)", scripts);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue