Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
31 lines (27 loc) · 577 Bytes

File metadata and controls

31 lines (27 loc) · 577 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
exec "Checking literals"
exec t={ a: "bc" }; t;
exec t={ d: "ef", g: { } }; t;
frame 0
exec "0: " + globalVar
exec "1: " + f2bv1
exec "2: " + f2v2
exec "3: " + f2bv1 + " && " + f2v2
frame 1
exec "4: " + f2v1
exec "5: " + f2v2
frame 2
exec "6: " + f1cv1 + f1bv1 + f1v1
frame 3
exec "7: " + f1bv1 + f1v1
frame 2
exec "8: " + f1param
frame 3
exec "9: " + f1param
frame 4
exec "10: " + f1param
exec "11: " + globalVar
frame 2
exec (globalVar = "var modified by debugger"), "setting globalVar"
frame 0
exec (f2bv1 = "another var modified by debugger"), "setting f2bv1"
continue
Morty Proxy This is a proxified and sanitized view of the page, visit original site.