Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 1006 by [email protected]: debugger statement is leaking memory http://code.google.com/p/v8/issues/detail?id=1006To see the problem run the following script in v8 shell with --trace-gc (without attached debugger):
while (true) debugger; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
