Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sublimerepl同窗口调试 #580

Open
we1x4n opened this issue Oct 27, 2019 · 0 comments
Open

sublimerepl同窗口调试 #580

we1x4n opened this issue Oct 27, 2019 · 0 comments

Comments

@we1x4n
Copy link

we1x4n commented Oct 27, 2019

`[
//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的时候,他都会在一个新的标签页上运行,如何让他在同一个窗口进行调试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant