QML Debugging: Fix breakpoints/stepping in a with-statement.
authorErik Verbruggen <erik.verbruggen@digia.com>
Fri, 5 Dec 2014 12:58:22 +0000 (13:58 +0100)
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>
Wed, 10 Dec 2014 14:33:44 +0000 (15:33 +0100)
commit5586af99c15af8fef27bedfbf84a05d107b4320c
treeb4c58e777442855dff5cede6ddf3b95f6e7ae00c
parente55d89bc29bdb800ddc2cf6be49ac36ca65e2682
QML Debugging: Fix breakpoints/stepping in a with-statement.

Also fix the stack-trace generation, otherwise the debugger engine would
report a breakpoint hit on the wrong line.

Change-Id: I6eb4b508fbdca64d03badd8f9312a05c78781ded
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4context_p.h
tests/auto/qml/qv4debugger/tst_qv4debugger.cpp