1、打开notepad++,找到菜单栏的run菜单。

2、子菜单选中run

3、弹出的小窗口中,输入cmd /k python "$(FULL_CURRE鲍伊酷雪NT_PATH)" & PAUSE & EXIT ,点击保存

4、给新建脚本命令,懒蛇命名为run python,快捷键设置为ctrl+shift+P

5、返回notepad++,run子菜单中选中run python,即可直接调试python。

时间:2024-10-17 11:01:16
1、打开notepad++,找到菜单栏的run菜单。
2、子菜单选中run
3、弹出的小窗口中,输入cmd /k python "$(FULL_CURRE鲍伊酷雪NT_PATH)" & PAUSE & EXIT ,点击保存
4、给新建脚本命令,懒蛇命名为run python,快捷键设置为ctrl+shift+P
5、返回notepad++,run子菜单中选中run python,即可直接调试python。