使用node 自带的 debug模式, 进入debug模式以后
watch(expr) 把表达式 expr 加入监视列表 unwatch(expr) 把表达式 expr 从监视列表移除
这个是用来干什么的呢, 怎么用呢?