Debugger functions are prefixed by periods.
Add .break and .step.
Very useful for implementing debuggers.
doc macro can take no arguments and print out all bindings. Fix an issues with the vm skipping over a breakpoint in some situations. Add examples/debugger.janet for proof of concept debugger.