Add total frame counter to backtrace in debugger (#2428)
This was needed for the VScode extension so we know in total howmany frames we have in the backtrace. JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
committed by
Robert Sipka
parent
87897849f6
commit
64051b5bd8
@@ -4,9 +4,12 @@ next
|
||||
step
|
||||
next
|
||||
s
|
||||
bt 1 2 t
|
||||
bt 1 2
|
||||
bt 0 3 t
|
||||
bt
|
||||
bt 2
|
||||
bt 2 t
|
||||
n
|
||||
n
|
||||
s
|
||||
@@ -14,5 +17,6 @@ backtrace
|
||||
bt 4 4
|
||||
bt 600 919
|
||||
bt 3 500
|
||||
bt 42
|
||||
bt 4 3
|
||||
c
|
||||
|
||||
Reference in New Issue
Block a user