beremiz

fix bug with unfinished debug thread

2017-08-28, Surkov Sergey
c2f48d791d9f
fix bug with unfinished debug thread
this bug occurs when user doesn't stop debugging process in current project, and opens another project
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param