刷LeetCode时需要的单文件调试 (1)打开Settings,在搜索框输入node debug,找到下图所示进行修改。 (2)在终端打开需要调试的js文件路径,输入命令 node --inspect <FILE NAME> 成功!