Search code examples
pydev

How do I debug single unit test with pydev?


When using pydev, ctrl+f9 opens a convenient window that lets me choose which unit test to run in the current file. Is there a debug version of the same functionality?


Solution

  • Best one I've found is press f9, run test then immediately cancel and press f11 which launches last configuration in debug mode