Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable breakpoints across all functors (#1060)
- Old behavior - Line BP in operation only effects the body functor - Line BP on line with multiple statements puts BP on every statement in that line - Inline BP in operation will trigger on body functor for selected statement - New behavior - Line BP in operation only effects all functors generated from body with BP - Line BP on line with multiple statements puts BP on every statement in that line - Inline BP in operation will trigger on all functors generated from the body BP
- Loading branch information