I'm debugging my code and I notice my 'Locals' window has 'Non-Public members':
I understand what non-public members are conceptually but what '_a' (or underscore any other member, for that matter) has a value of 1177541353 of type int escapes me.
More importantly how, specifically, does it help me debug my code? Under what circumstances is this useful?