import { debugbreak } from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";
Specifically used to interrupt a program being debugged. It
will cause process {pid} to get a SIGTRAP. Behavior for other
processes is undefined. See terminal-debugger
.
only available on MS-Windows
Returns TRUE
if successfully interrupted the program.
Otherwise returns FALSE
.
Can also be used as a method
:
GetPid()->debugbreak()
Parameters
denops: Denops