Use debug dcus option in Delphi 2009? -
To use the "Use the debug.dcus" option in the project options, the method call in my app is relatively similar
For example,
I call a method func (a, b, c);
In the definition of "func", the value of c is assigned to "a" and the value of A is assigned to "c" and everything goes crazy.
I tried to make it in the sample app, but with no luck, this is happening in my live project.
Anyone experiencing the same problem?
From Delphi Docs I see that Debug Decks option creates information using Stack frames.
If you have a sample application, then this clearly should be something in your live project that you do Can not expect.
I can only suggest that you can solve this problem by making a copy of your live project, and then systematically remove one. At one point, this problem, which removes the problem, You will help in reducing the problem.
Comments
Post a Comment