This is sort of a niche thing, so if you don't know what I'm talking about, don't worry. However, people who write DXCore plugins (CodeRush/Refactor) sometimes need to do some action based on what context the user is currently in. For example, you may need to enable a function or hide a button or something if the user is in a designer screen. The problem is, it's hard to debug that sort of thing - there's nothing that says "here's the context(s) you're currently in" so when you're writing your plugin you can do the right thing. That's what...