When debuggin and running into a break point all split views are centered on break point, while should be usefull just to put one splitview centered on break point.
I think somesort of round robin for split views will be great.
let's assume you have 3 split views
View1
View2
View3
Actually all 3 Views will be centered on any breakpoint found so
View1= View2 = view3 = breakpoint
would be nice to have
View1 = breakpoint1
view2 = breakpoint2
view3 = breakpoint3
view1 = breakpoint4
and so on, and maybe give also a "per-view" option that disable showing breakpoints in that view so
assume we set that option in view3
view1 = breakpoint1
view 2 = breakpoin2
view 1 = break point3
view 2 = break point 4