I am using Chutzpah to execute my JavaScript unit tests.
I reference paths to my source files and below have a series of tests. Text Explorer in Visual Studio lists my tests and I can execute them directly from the IDE, so everything seems to be working correctly.
However I would like to step into the source code that is being executed when my tests are run.
Is this possible?