May 02, '03 10:00:00AM • Contributed by: TomAnthony
% setenv AEDebug 1 % setenv AEDebugSend 1 % setenv AEDebugReceives 1Then you need to open the application from the same terminal, using this command:
% open /Applications/Example/AppName.app &The & launches the program in the background; for a GUI application this makes no difference to use, but it allows you to close the terminal window. Next, you should open the Console (in /Applications -> Utilities), where you can see any AppleEvents being sent or received by that application.
