debugment:调试注释->调试

时间:2024-03-30 22:21:20
【文件属性】:

文件名称:debugment:调试注释->调试

文件大小:3KB

文件格式:ZIP

更新时间:2024-03-30 22:21:20

JavaScript

调试 将调试代码嵌入// @debug可以从命令行切换的// @debug注释中 npm install debugment 调试注释->调试 用法 只需通过注释将调试代码添加到您的程序中 hello ( ) function hello ( ) { // @debug console.log('calling hello') return 42 } 在运行程序时,这些只是...注释,但是可以通过添加调试模块来启用它们。 npm install debugment node -r debugment example.js // will now print ' calling hello ' 该模块包括一个小的CLI帮助程序,它也可以为您完成上述操作 npm install -g debugment debugment example.js # same as node -r


【文件预览】:
debugment-master
----.gitignore(24B)
----package.json(529B)
----LICENSE(1KB)
----index.js(404B)
----test.js(441B)
----README.md(728B)
----example.js(97B)

网友评论