koa-await-breakpoint 在await表达式周围添加断点,尤其是对于koa @ 2。 安装 $ npm i koa-await-breakpoint --save 例 $ DEBUG=koa-await-breakpoint node example/app $ curl -XPOST localhost:3000/users 用法 // Generally, on top of the main file const koaAwaitBreakpoint = require ( 'koa-await-breakpoint' ) ( { name : 'api' ,