Thanks to all who replied. >> Using 4D v15.2, I think I must be missing some new feature of 4D as I don’t >> understand how you can easily trace and/or debug an object when >> - only the first small part of the object is visible in the debugger? > > You can see all of the object. In the Debugger you just expand the variable.
So, there *is* a new feature. I obviously missed it in the upgrade notes for whatever version made this available. I’ll be checking it out today… >> - a Design search cannot show the methods flow that use a particular >> parameter? > > I’m not sure what you’re describing here. (really bad example) $The_Result_b:=The_Method($Table_p;$Section_t) I can find all instances where $Section_t is used by using Find in Design - text “contains” search. Whereas, $The_Result_b:=The_Method($Obj_o) This gives no indication of what parameters have been sent - you have to search the code in this method to see if it has been added to the object for passing-onwards. Cheers, Keith ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

