Community
Participate
Working Groups
When stepping into a bridge for a private role method, this bridge is beautified in the Debug view like a callin wrapper, so using Team1122lt8_2 (from TeamNesting tests), and using a BP on R2#k->k and then hitting F5 we see: Team1122lt8_1$R1.[R1.private<-k](int, Team1122lt8_1, Team1122lt8_1$R1) line: 7 Team1122lt8_1.[R1.private<-k]() line: 7 Team1122lt8_2$R2.k() line: 11 The first 2 frames are colored green. Instead they should be colored pale-purple and say something like "accessing private method k()" Also: how about using STEP-INTO linenumber for these?
Created attachment 178213 [details] implementation This patch beatifies a number of different access methods: - _OT$create$R : accessor for role constructor - _OT$InitFields: field initializations extracted from constructors - _OT$decaps$xy : decapsulation access - _OT$R$private$m: callout access to private role method
Patch has been committed as r759
Verified using I201009211735