用Run Current File调试py文件的时候,每次都要在新建一个REPL窗口。
有什么办法能在同一个窗口调试么。
快捷键我已经写成这样了:
{"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}},
有什么办法能在同一个窗口调试么。
快捷键我已经写成这样了:
{"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}},