1.2.3 • Published 2 years ago

cdp-gdb-bridge v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

WebAssembly on Chrome Debugger

WebAssembly Debugger for Google Chrome, node.js

CLI

Install

npm i cdp-gdb-bridge

Usage

# Launch Chrome & Debugging Proxy
> cdp-gdb-bridge

# And then, open the debugged url in launched chrome.
Page navigated.
http://localhost:8080/index.wasm
Start Loading http://localhost:8080/index.wasm...

# Now you can use debug commands like gdb
> b Main.cpp:10

Supported Commands

Syntax
r (url)Jump to url
b (FileName):(LineNumber)Set Breakpoint
d (breakpoint IDDelete Breakpoint
nStep-Over
sStep-In
uStep-Out
cContinue
lShow Source File around Current Frame
ilShow Local Variables Name
igShow Global Variables Name
p (VariableName)Evaluate Variable

VSCode Extension

Implemented Features

  • BreakPoints
  • Variable Value Inspection

Support Status

WindowsmacOSLinuxSupport Version
node.jsv16.0+
Chromev64+
FireFox
Safari--
Edge--
1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago