Debuggin in Delphi XE2 drops me into frxclass
Hi -
I have Fastreports 4 professional installed on Delphi XE2. For some reason, ever since I have been using Fast reports, when I try debugging my project (using F7 or F8) the trace sends me into the frxClass unit. Even though I am not referencing any forms that contain fast report components (the only components that use or reference Fast reports are craeted dynamically at run time so are not be active)
In particular, I end up in the TParentForm.WndProc procedure in frxClass. I read a post somewhere that suggested that I make sure "use debug DCU's" should be set to false. But this is set to false and I am still having to step through the WndProc (and other) methods in the frxclass unit.
Its as if, the fact that I have ANY components in my project, they have sub-classed the default WndProc procedure of ALL my forms. Can anyone please tell me how to prevent this behaviour, not only is it incredibly annoying when you are trying to dedug, I also worry if its impacting my applications performance.
Any help would be much appreciated.
Thanks.
I have Fastreports 4 professional installed on Delphi XE2. For some reason, ever since I have been using Fast reports, when I try debugging my project (using F7 or F8) the trace sends me into the frxClass unit. Even though I am not referencing any forms that contain fast report components (the only components that use or reference Fast reports are craeted dynamically at run time so are not be active)
In particular, I end up in the TParentForm.WndProc procedure in frxClass. I read a post somewhere that suggested that I make sure "use debug DCU's" should be set to false. But this is set to false and I am still having to step through the WndProc (and other) methods in the frxclass unit.
Its as if, the fact that I have ANY components in my project, they have sub-classed the default WndProc procedure of ALL my forms. Can anyone please tell me how to prevent this behaviour, not only is it incredibly annoying when you are trying to dedug, I also worry if its impacting my applications performance.
Any help would be much appreciated.
Thanks.