Hi David,
I just created a quick test project in Delphi 11 and created the following event handler:
procedure TForm13.RzButton1Click(Sender: TObject);
begin
CodeSite.TraceMethod( 'RzButton1Click' );
CodeSite.Send( 'Test Message' );
CodeSite.Send( 'Test Message #2' );
end;
I ran the program and the output showed the two test messages within an EnterMethod message and an ExitMethod message.
Are you able to duplicate the problem in a test project? If so, please send the source (no executables) to support@raize.com and I’ll take a look.
Ray