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
Original issue reported on code.google.com by
angelo.d...@gmail.com
on 8 Mar 2011 at 7:16