Chrome Native Debugger For Visual Studio |
Written by Mike James |
Thursday, 18 October 2012 |
NaCl is one of the many things that makes Chrome stand out amongst browsers. Now Google has released a debugger addin for Visual Studio in an effort to make it even easier to create native applications. NaCl, or Native Client, allows you to run C or C++ code under Chrome. This means that you can achieve much higher speeds than are attainable with just JavaScript. However, running code in Chrome isn't quite the same as running under Linux or Windows and so you can expect to spend some time rewriting.
Until now debugging NaCl apps has required manual setup of a suitable tool. Google has taken the open source GNU Debugger GDB and customized it for operation with NaCL You can install it manually for use with IDEs such as Eclipse, but Google has made it available as a Visual Studio plugin. The plugin also offers some additional advantages:
Click to enlarge
Overall this puts Visual Studio way ahead as an IDE in which to develop NaCl code. Given that Visual Studio is considered to be a standard implementation of C++ this leads to a surprising situation - Microsoft's IDE being the best for creating Google Chrome NaCL code. Does this increase the chance that Microsoft might support NaCl? No way. More InformationRelated ArticlesChrome OS - Now A Real Alternative? Chrome native apps split the browser world Native client in the Chrome Web App store
Comments
or email your comment to: comments@i-programmer.info
To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin, or sign up for our weekly newsletter.
|
Last Updated ( Thursday, 18 October 2012 ) |