SublimeREPL icon indicating copy to clipboard operation
SublimeREPL copied to clipboard

sublimerepl同窗口调试

Open we1x4n opened this issue 5 years ago • 0 comments

`[ //f5呼出以python3运行 {"keys":["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": {"id": "repl_python_run", "file": "config/Python/Main.sublime-menu"}},

//f6呼出python3 shell
{"keys":["f6"],
"caption": "SublimeREPL: Python",
"command": "run_existing_window_command", "args":
{"id": "repl_python",
"file": "config/Python/Main.sublime-menu"}},

//f7呼出命令行
{"keys":["f7"],
"caption": "SublimeREPL: Shell",
"command": "run_existing_window_command", "args":
{"id": "repl_shell",
"file": "config/Shell/Main.sublime-menu"}}

] ` 我在运行sublimerepl的时候,他都会在一个新的标签页上运行,如何让他在同一个窗口进行调试

we1x4n avatar Oct 27 '19 12:10 we1x4n