1
I’ve been dealing with some very robust methods that alter or insert data into several tables. It is time consuming to debug and map all tables that are affected by routine.
Is there a window like 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!