JanetDocsPlaygroundI'm feeling luckyGitHub sign in

debug/break



    cfunction
    src/core/debug.c on line 221, column 1

    (debug/break source line col)

    Sets a breakpoint in `source` at a given line and column. Will 
    throw an error if the breakpoint location cannot be found. For 
    example

    	(debug/break "core.janet" 10 4)

    will set a breakpoint at line 10, 4th column of the file 
    core.janet.


0 examplesSign in to add an example
Loading...