HELP determining which macro has just run

When I resume my machine I find the following popup window shown at the bottom of this message. Since I don't know which macro is generating this message, I have no way of debugging this.

I have disabled any macros that are not trigged by keystroke. Is there any way to see a log of triggered macros? Is there any 'debug' mode I can set in order to learn more?

I dont know what else to try!?
Thanks,
Dan

=== ERROR SCREEN ===

Keyboard Maestro - Shell Script Results
2022-04-30 11:26:07.040 xcodebuild[1773:80457] Requested but did
not find extension point with identifier
Xcode. IDEKit. ExtensionSentinelHostApplications for extension
Xcode. DebuggerFoundation. AppExtensionHosts.watchOS of plug-in
com.apple.dt.IDEWatchSupportCore
2022-04-30 11:26:07.040 xcodebuild[1773:80457] Requested but did
not find extension point with identifier
Xcode. IDEKit. ExtensionPointIdentifierToBundleIdentifier for
extension
Xcode. DebuggerFoundation.AppExtensionToBundleIdentifierMap-watchos
of plug-in com. apple.dt.IDEWatchSupportCore

The forum is a goldmine.

You can look in the Engine.log file (Help menu ➤ Open Logs Folder) to see recently executed macros.

You can also select the All Macros smart group, and then sort the macros by Date Used, and the most recently used macro will sort to the top.

2 Likes

I did look, next time I will look harder! Thanks!