vscode单步调试不进入库代码

在这里插入图片描述

Frame skipped from debugging during step-in.
Note: may have been skipped because of "justMyCode" option (default == true). 
Try setting "justMyCode": false in the debug configuration (e.g., launch.json).

点开 .vscode/launch.json 看看,改成 false 即可

在这里插入图片描述