Home arrow Support arrow Gurock Software Forum arrow General Discussion arrow Watch interaction with ProcessFlows

Subscribe to forum RSS Forum

Watch interaction with ProcessFlows

New Topic Post Reply

Page: 1

Author Post
Member
Registered: Aug 2008
Posts: 1
Giday,

I am currently using SmartInspect to instrument our in-house written interpreter... As far as I understand the watches are global in nature as the packets don't have process and thread information... Have you thought about about supporting something similar to Watches but being sensitive to the current process flow so that only the "Locals" within the current method are displayed?

Thanks.

Scott.
Administrator
Registered: Sep 2007
Posts: 132
Hello Scott,

You are right that watches currently do not have any process or thread information and are not directly related to the current view. There's the Selected tab in the Watches toolbox which shows the current watch values for the selected log entry but I think a better integration between watches and general log entries sounds like a good idea. I added it to our feature request list, thanks.

However, have you thought about using the standard LogValue methods instead of (or maybe in combination with) watches? This way the logged variable values would be shown directly in the context of the corresponding method.

New Topic Post Reply

Page: 1