Hi all. According to docs for console.trace() - the stack trace is limited
to last 10 stack frames.
The question - why? And how it can be changed? In my case, 10 frames makes
error reporting absolutely useless, especially when using promises
(QuickPromise) or heavily logic.

I'm not sure, but it seems that QML debugger has the same limits on
fetching stack traces.

P.S. new Error().stack seems working, kind of, but the question about this
limit reasons still there
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to