ui.messageBox kills print ability

message = ui.messageBox(“Test”, “Test”, buttons=types)
print(“SOMETHING”)

makes it trickey to debug! Work around is to push data to storage and read it through an examine.

Ok might be because im calling it inside a delayed function inside my extension. Will post more deets soon but before the statement i can print. After i can’t.

Does it print after you’ve clicked you click a button and dismiss your messageBox?

There is a non-engine alternative to messageBox in the palette called “popDialog”. If you keep having trouble, try that.