Reply To: TraceMethod not working as expected

Home Forums CodeSite TraceMethod not working as expected Reply To: TraceMethod not working as expected

#2891
Ray Konopka
Keymaster

    Hi,

    No, you are not using it incorrectly. Unfortunately, there was a change in C++Builder (I do not remember the precise version), but it broke the TraceMethod functionality. It’s on our list of things to fix for the next major release. In the meantime, you can use the EnterMethod/ExitMethod approach to group your CodeSite messages by method.

    Ray