I'm trying my hand at pysimplegui to build my first UI. However, I keep getting an error but in a flash a stack trace appears before the screen, the program ends and unable to read it. Is there anyway to print the stack trace from pysimplegui to the console in PyCharm to use as a way of debugging?
Had a look at the docs but sadly nothing I can see and the docs are not as simple as the library.
Cheers