cfunction
(debug/break source byte-offset)
Sets a breakpoint with source a key at a given line and column. Will
throw an error if the breakpoint location cannot be found. For
example
(debug/break "core.janet" 1000)
wil set a breakpoint at the 1000th byte of the file core.janet.