debugging `ShaderCompilerGLES3::_dump_node_code`

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lucypero

_dump_node_code() is a recursive function and it goes too deep in my platform so it crashes due to stack overflow. I’m trying to know what shader it’s trying to compile and where in the shader it is crashing. Is there a way to know? Thank you.