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.

Sponsored Recommendations

What are the Important Considerations when Assessing Cobot Safety?

April 16, 2024
A review of the requirements of ISO/TS 15066 and how they fit in with ISO 10218-1 and 10218-2 a consideration the complexities of collaboration.

Wire & Cable Cutting Digi-Spool® Service

April 16, 2024
Explore DigiKey’s Digi-Spool® professional cutting service for efficient and precise wire and cable management. Custom-cut to your exact specifications for a variety of cable ...

DigiKey Factory Tomorrow Season 3: Sustainable Manufacturing

April 16, 2024
Industry 4.0 is helping manufacturers develop and integrate technologies such as AI, edge computing and connectivity for the factories of tomorrow. Learn more at DigiKey today...

Connectivity – The Backbone of Sustainable Automation

April 16, 2024
Advanced interfaces for signals, data, and electrical power are essential. They help save resources and costs when networking production equipment.

Comments

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