chundiliu / pyv8

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

SVN r343 - Bug #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

r343 introduces a bug in the code which splits JSDebug and JSDebugProtocol. 

179 class JSDebugProtocol(object):
       [..]

 253 class JSDebug(object):
       [..]
 501     def __init__(self):
 502         JSDebugProtocol.__init__(self)

This initialization is obviously wrong. Executing demos/jsdb.py with a js is a 
nice
way to observe and reproduce such error.

Original issue reported on code.google.com by angelo.d...@gmail.com on 8 Mar 2011 at 7:16

GoogleCodeExporter commented 9 years ago
Sorry, submitted a wrong code snipper, please check with r348, thanks :)

Original comment by flier...@gmail.com on 9 Mar 2011 at 2:41