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
/
lib
/
events
/
base.js
8 lines
(5 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
function
DebuggerEvent
(
name
) {
this
.
type
=
''
+ name; }
module
.
exports
=
DebuggerEvent
;