If you build a PPL with a class and then probe the class wire, all you get is the name of the class, whereas probing a source class shows you its private data.
Currently the only way I'm aware of (hopefully I'm just ignorant on this matter) to see the private data is to create extra code to expose it in some form. This also often requires the PPL in question to be rebuilt which can be a huge pain when trying to debug. If the PPL is built with debugging enabled, wouldn't it make sense to show the private data contents in probes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.