-
Hello, Im running this with a docker setup. What I used to do was that I would put byebug in my application code, and run test inside docker to step through the test. However, as for the default behavior, when im running a test with byebug, it would just hang there until i stop it. I understand that theres a DAP option but that requires too much effort to setup for a remote debugger. Is there a simpler way to accomplish this like being able to attach to the thread thats executing the test? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
nvm, found the option for neotest.run.attach(), this is exactly what I needed. |
Beta Was this translation helpful? Give feedback.
nvm, found the option for neotest.run.attach(), this is exactly what I needed.