Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
program_with_two_breakpoints
has exactly 2 breakpoints (#517)
This test case was introduced as a regression test of #274 in #406. The description of issues/274 says an exception will be raised if the byebug CLI is terminated when main program is sleeping. Before this commit there are 2 breakpoints (`byebug` method call) before `sleep 3` and `"cont"` is called once because the arugment of `remote_debug_connect_and_interrupt` is `"cont"`. I think this is not intended. And the method name of test case is `program_with_two_breakpoints`, on the other hand the program had 3 breakpoints (`byebug`).
- Loading branch information