clkao / plv8js-migrated

Automatically exported from code.google.com/p/plv8js
Other
0 stars 0 forks source link

Add V8 debugger support #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting the V8 debugger will make it listen on a specified TCP port. Hence the 
PG server process will continue to talk to the PG client on it's own port, but 
additionally talk on the V8 debug port to a V8 debugger that attached.

http://code.google.com/p/v8/wiki/AddDebuggerSupport

Original issue reported on code.google.com by umi.tan...@gmail.com on 26 Sep 2012 at 9:47

GoogleCodeExporter commented 9 years ago
Implemented in a9c0580.

Original comment by umi.tan...@gmail.com on 2 Dec 2012 at 10:47