These tests were spuriously failing on Windows due to path separators getting
flipped from / to \\ in various parts of dexter on Windows.
test_add_breakpoint_with_source_root_dir (debugger.DebuggerBase.TestDebuggerBase) ... FAIL test_get_step_info (debugger.DebuggerBase.TestDebuggerBase) ... FAIL test_get_step_info_no_source_root_dir (debugger.DebuggerBase.TestDebuggerBase) ... FAIL
Tested on Windows and Linux.
Patch written by @TWeaver.