mdelfede Messages: 1308 Registered: September 2007
Ultimate Contributor
Attached patched core files (Vcont.h, Map.h and Index.h) helps a lot adding a PickBreak(bool) method.
In order to activate Pick detection, is enough to do
MyContainer.PickBreak(true);
then each time the container gets picked a debugger breakpoint is triggered, making easy to backtrace the pick event.