Is it possible to debug NUnit tests? #78
-
I tried to do so under Ubuntu with the following command:
I put a |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
It should work. The only way I can imagine the breakpoint is being lost is if NUnit runs the tests in a sub-process that isn't set up for debugging or something. |
Beta Was this translation helpful? Give feedback.
-
Would sdb show me if NUnit starts a sub-process? I can only see Btw, |
Beta Was this translation helpful? Give feedback.
-
No, I'd recommend checking something like |
Beta Was this translation helpful? Give feedback.
-
Uuuh, yes. A nunit-agent gets spawned. d'oh |
Beta Was this translation helpful? Give feedback.
It should work. The only way I can imagine the breakpoint is being lost is if NUnit runs the tests in a sub-process that isn't set up for debugging or something.