—————————– A macro to output a debug string when the macro is called or if the macro throws an error. This macro will be used with code or try…except ———- try: if condition1: something1 else: something2 else: something3 else: something4 except: message if else for – then else else: ———- try: if condition1: something1 else: something2 else: something3 else: something4…