add an interface into the main pscript library to create a simple debugger. This debugger should be able to: - execute code step by step (preferably separated by statements). - inspect variables - inspect current context state (loaded functions, etc).