Debugging a test case with space in path
Brought to you by:
devx_edg,
edgarespina
When clicking Debug(Java) from the interpreter tab, if the test case you have selected has a space in its path, the path gets split into different arguments, which later causes an ArrayIndexOutOfBounds exception (as there is now an odd number of arguments).