vim-repl icon indicating copy to clipboard operation
vim-repl copied to clipboard

Debug large projects

Open Jerzy97 opened this issue 4 years ago • 0 comments

Assume we have a project, where multiple classes are distributed over different files. Let's say we have one run.py file, which creates a bunch of instances of these classes and now we want to debug a specific class method.

Normally I would place a breakpoint() within the method and then simply call the run.py file. Is there a way to achieve this with vim-repl?

When using :REPLDebugStopAtCurrentLine - can we maybe specify a different file than the current one to be run?

Thanks in advance & I like your project!

Jerzy97 avatar Jun 17 '21 07:06 Jerzy97