Skip to content
Commit 52e921da authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

GError: add stack, fileName and lineNumber

Similar to native Errors(), GLib.Error is extended to provide debug
information in the form of fileName, lineNumber and stack (obtained
using the JS debug API). At the same time, the existing stack logging
facility is modified to be similar in format to the native one, and
logError is modified to avoid iterating object properties (which
gives an undefined order, and does not include prototype properties)

https://bugzilla.gnome.org/show_bug.cgi?id=591480
parent 2ab1b3f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment