Gibezynu Nu
Gibezynu Nu

Reputation: 374

Enabling developer tools on a NACL page

I'd like to debug a website that is using NACL, however the only way to access the site is through the NACL start page (see the picture below).

NACL start page

From this page, there is no way to access the developer tools and hence the debugger.

Is there a way to enable the Chrome debugger on a NACL website?

Upvotes: 0

Views: 188

Answers (1)

Bennet Yee
Bennet Yee

Reputation: 526

https://developer.chrome.com/native-client/devguide/devcycle/debugging

nacl-gdb is the tool for debugging -- single stepping instructions, inspecting memory, etc, like a normal native-code debugger.

Upvotes: 1

Related Questions