打开notepad++,找到菜单栏的run菜单。
子菜单选中run
弹出的小窗口中,输入cmd /k python "$(FULL_CURRENT_PATH)" & PAUSE & EXIT ,点击保存
给新建脚本命令,命名为run python,快捷键设置为ctrl+shift+P, 好记。
返回notepad++,run子菜单中选中run python,即可直接调试python。