When I play the project (by pressing F5), Godot always run all the GDScripts from all Nodes.
Is it possible to run only a specific GDscript I am interested to test run?
I am asking this because when I just want to test run specific GDScript, I do need the entire project to run. I ended up having to wait till all other scripts (which I am not interested to test) to run finish before the script I am testing get its chance to run.