Suggested addition to Debugger

I would like to see an indication in the debugger of when a method is executed. I try to re-use as much code as possible, therefore I have the same methods executed on various different events. I would like the debugger to tell me that the method it is executing at the moment was initiated by a datachange in a specific form field, or a form onShow event or an onAction of a specific form button, or whatever… I think this would save me a lot of time, false assumptions and experimentation while debugging.