RobotStudio event

Can you detect memory leaks in virtual controller?

Options
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

  • RussD
    Options
    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