techl / MonoRemoteDebugger

Other
83 stars 18 forks source link

Watching complex objects #11

Open denis-ya opened 8 years ago

denis-ya commented 8 years ago

Hi, is it possible to watch all objects during step-by-step debug? In the screen below I can see only string variable 's', but I can not see 'serial' object. And the Local tab is empty. There are no 's' nor 'serial' at this tab.

watch

PapaMufflon commented 8 years ago

Same here. Without it, it makes so much less sense to debug. What has to be done to get it working?

techcap commented 8 years ago

For fixing it, I think it will take so much time. For workaround, use Console.WriteLine or Trace.WriteLine.

PapaMufflon commented 8 years ago

Haha, ok, but then I don't need a debugger ;)