Looking For Debugging Standards

March 5, 2001
The debugging realm has few standards. A network has even fewer. One debugging standard is the IEEE-ISTO Nexus 5001 Forum's Nexus 5001 standard. It was initially designed for embedded processors either on a board or in a system-on-a-chip...

The debugging realm has few standards. A network has even fewer.

One debugging standard is the IEEE-ISTO Nexus 5001 Forum's Nexus 5001 standard. It was initially designed for embedded processors either on a board or in a system-on-a-chip (SoC). It doesn't lend itself to network debugging by itself, unless additional hardware is interposed between the device under test and the network. Of course, there's no requirement that the Nexus 5001 API be implemented on Nexus 5001 hardware, but so far that has been the case every time.

Java has three standards associated with its debugging interface. The first is the Java Virtual Machine (VM) Debug Interface on the Java VM. The second is the Java Debug Wire Protocol used to connect the VM to a debugger. Finally, there's a Java Debug Interface (JDI), which consists of a set of Java classes that allow a Java-based debugger to debug an application running on a Java VM.

The location of the debugger and the VM is irrelevant as long as a communication link that supports the Java Debug Wire Protocol exists between the two. TCP/IP is frequently used to link Java debuggers and applications, but almost any communication mechanism can be implemented. The Java VM Debug Interface is an optional component for most Java VM implementations. This allows compact environments to save space, but the tradeoff is the lack of debugging support.

An open debug standard gives Java an edge in the development arena because the debugging tools don't have to be tied to a particular processor, Java VM implementation, or vendor. This may give incentive for debug standards that will support other languages and environments.

About the Author

William G. Wong | Senior Content Director - Electronic Design and Microwaves & RF

I am Editor of Electronic Design focusing on embedded, software, and systems. As Senior Content Director, I also manage Microwaves & RF and I work with a great team of editors to provide engineers, programmers, developers and technical managers with interesting and useful articles and videos on a regular basis. Check out our free newsletters to see the latest content.

You can send press releases for new products for possible coverage on the website. I am also interested in receiving contributed articles for publishing on our website. Use our template and send to me along with a signed release form. 

Check out my blog, AltEmbedded on Electronic Design, as well as his latest articles on this site that are listed below. 

You can visit my social media via these links:

I earned a Bachelor of Electrical Engineering at the Georgia Institute of Technology and a Masters in Computer Science from Rutgers University. I still do a bit of programming using everything from C and C++ to Rust and Ada/SPARK. I do a bit of PHP programming for Drupal websites. I have posted a few Drupal modules.  

I still get a hand on software and electronic hardware. Some of this can be found on our Kit Close-Up video series. You can also see me on many of our TechXchange Talk videos. I am interested in a range of projects from robotics to artificial intelligence. 

Sponsored Recommendations

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!