Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This isn't going to work either, because Windows doesn't the name=
portion. God I really hate these tests that do substring matching.
I guess there's no easy way to guarantee that the main.cpp:<line-number> is
on the same frame as the breakpoint. Can you change it to:
substrs = ['stopped',
'main.cpp:{}'.format(self.mark3), 'stop reason = breakpoint 1'
]
Comment Actions
If this passes on your side, go ahead. Just from looking, I think it should pass on Windows.