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