Console log callstack

Hey,

I’m using really often the Debugger, and I often need to know where logs have been made.
When you play with alot of extensions and sheets, it’s a pain to look through all the code to find one console log lost somewhere.
So having a callstack -or at least the origin of it, like “Extension::Function” or “Sheet name”- would be really useful.

Thanks.

1 Like

It would indeed be a valuable enhancement for easier debugging in GDevelop.

1 Like

We can’t change how console works but there is a logger if you need it:

adding a callstack feature to debugger in the GDevelop, which display the origin of the logs such as “Extension::Function” or “Sheet name”, will improve the debugging experience for the GDeveloper user. This helps in find the source of logs, especially in project with multiple extension.