I know this is a pretty broad question and maybe even non-emacs related.
However I don't know where to start but develop python using dap-mode
Usually I have two buffers: sometest.py and a terminal running the test $ pytest
.
Now if a test fails I have to read the line number from the terminal in order to manually jump to that line in the other buffer (sometest.py).
Isn't that something an IDE usually provides and how can I replicate it in emacs?