Is your feature request related to a problem? Please describe.
At the moment, the user has to use get_console_message and look at the stack.
Describe the solution you'd like
It would be neat if console messages/uncaught errors include the source-mapped location of where they come from. Its the same as the top-most frame in the stack trace.
Describe alternatives you've considered
See above.
Additional context
No response
Is your feature request related to a problem? Please describe.
At the moment, the user has to use
get_console_messageand look at the stack.Describe the solution you'd like
It would be neat if console messages/uncaught errors include the source-mapped location of where they come from. Its the same as the top-most frame in the stack trace.
Describe alternatives you've considered
See above.
Additional context
No response