Merge: Delete the debugger from the interpreter
authorJean Privat <jean@pryen.org>
Fri, 11 Nov 2016 18:46:05 +0000 (13:46 -0500)
committerJean Privat <jean@pryen.org>
Fri, 11 Nov 2016 18:46:05 +0000 (13:46 -0500)
This PR removes the entire debugger from the interpreter including the client/server debugger. The debugger is not maintained and was never fully completed in the first place. There is a consensus that it should be rewritten from scratch if needed.

As discussed with @R4PaSs and @privat.

Pull-Request: #2329
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean-Christophe Beaupré <jcbrinfo.public@gmail.com>


Trivial merge