I am working with Borland C++Builder 2010, and we have a big problem for debugging.
We have more than 200 TDS files to load due to a big project, and we can't load every .tds of the project in debug mode.
In result we can't have any break point or visu on what our project do in some part. So we are suppressing some useless .tds to load parts that we want but i am at the point that I need a good number of tds and i can't load them all because of that limit and I am totaly blocked for the debug.
Is there any way to suppress this limit of loading .tds for the debug?