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)
commit5f1b45fffaefb3b4cb7f87e110f8865675f5102c
treee50e428eb0e185671467453e17cc125f6c39adf0
parentdcc864a251cf3b40bda3fdb8b50dc031dfb58c8d
parentcb8e8a2d8187fa3ad80677bf5e075893bd7fd3bc
Merge: Delete the debugger from the interpreter

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>