Running code against >1 interpreter simultaneously
Currently I can start a debug session using one interpreter, switch the project to use another (wait for the skeletons to regenerate) then start another debug session using the new interpreter and step through them in parallel.
When the debug session ends I need to repeat the process otherwise both debug tabs pick up the new interpreter.
Is there a way to pin an interpreter to a particular debug tab rather than the project as a whole? If not could this functionality be added? I think it would be a very useful/powerful feature!
Thanks,
Dave
When the debug session ends I need to repeat the process otherwise both debug tabs pick up the new interpreter.
Is there a way to pin an interpreter to a particular debug tab rather than the project as a whole? If not could this functionality be added? I think it would be a very useful/powerful feature!
Thanks,
Dave
请先登录再写评论。
you can create separate run/debug configurations for 2 debug sessions.
Just go to Run->Edit configurations, copy your existing configuration and change interpreter there.