mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Declarations with assignment should insert breakpoints, while declarations without assignment should not. Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
27 lines
932 B
Text
27 lines
932 B
Text
Connecting to: localhost:6501
|
|
Connection created!!!
|
|
Stopped at tools/debugger/tests/do_step2.js:20
|
|
(escargot-debugger) step
|
|
Stopped at tools/debugger/tests/do_step2.js:21
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:20 (in arr() at line:20, col:11)
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:27
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:28
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:29
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:35
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:36
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:37
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:39
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:40
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step2.js:41
|
|
(escargot-debugger) s
|
|
Connection closed.
|