Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Can you detect memory leaks in virtual controller?

Hello all,
 

Can you detect the memory leaks of your RAB program when working on a virtual controller in robotstudio like you can do on a real robot using the console window?

 

Comments

  • No, the console commands are not supported on the VC. You might try the Diagnostics.FlexPendant.GetMemoryInfo method as a resource, but I'm not sure if this will work on the VC or how accurate it might be. In general, a thorough code review plus actual testing on the real device are your best bets, because its truly a different software platform (Compact Framework vs Full Framework) as well as the obvious physical differences.
    Russell Drown