Setting breakpoint in the file with line no is not working with pytest

40 Views Asked by At

I am trying to debug pytest with pytest --trace,it is entering in to the debug mode where i have installed pdbpp,once entered when i set the break point to a different file using b file:name: it is not stopping at the breakpoint which i have set on a different file at specific line number.

Can any body let me how to resolve this?

0

There are 0 best solutions below