UNPKG
bugger-v8-client
Version:
latest (4.2.0)
4.2.0
4.1.0
4.0.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.2.4
1.2.3
1.2.0
1.1.0
1.0.0
0.1.0
Client for v8 debug protocol
github.com/buggerjs/bugger-v8-client
buggerjs/bugger-v8-client
bugger-v8-client
/
example
/
three.js
4 lines
(3 loc)
•
36 B
JavaScript
View Raw
1
2
3
4
var
a =
10
; a +=
1
;
console
.
log
(a);