gtg icon indicating copy to clipboard operation
gtg copied to clipboard

Developer console freezing when you type "help()"

Open kocio-pl opened this issue 2 years ago • 1 comments

When in developer console, it takes only to type:

help()

(as hinted after typing help) to freeze the program.

kocio-pl avatar Feb 27 '22 09:02 kocio-pl

That comes from the Python interpreter below the dev console. If you type Python in a terminal, and then help() you get an interactive help system. We should look for some way to cancel out of the help system (as Blender does) or prevent the user from running help without params.

diegogangl avatar Feb 27 '22 22:02 diegogangl