I've been dealing with some very robust methods that change or insert data into multiple tables. It takes time to debug and map all the tables that are affected by the routine.
Is there a window Immediate Window or Quick Watch in Visual Studio that shows all the entities that are being affected during debugging?
If anyone knows anything that can help me, I'll be very grateful!