VSCode调试器在节点模块文件中意外暂停

时间:2018-01-16 08:24:14

标签: node.js visual-studio-code vscode-settings

在通过VSCode调试器运行我的nodejs服务器代码时,它在多个节点模块库文件中暂停。然后,我只需要按一百次播放按钮,最后运行整个代码。这太烦人了。我不知道如何解决它。我甚至尝试在launch.json文件中跳过节点模块文件和文件夹,但它似乎没有用。下面是我的launch.json文件。

df=pd.DataFrame({"area_id":[1,1,1,2,2,2,3,3,3],
                 "reading_date":["13/1/2017","15/1/2017"
                                 ,"16/1/2017","22/3/2017","26/3/2017"
                                 ,"28/3/2017","15/5/2017"
                                 ,"16/5/2017","18/5/2017"],
                 "temp":[12,15,22,6,14,8,30,25,33]})

1 个答案:

答案 0 :(得分:1)

enter image description here

取消选中它们,它会顺利运作