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

Near- and Far-Field Measurements

April 16, 2024
In this comprehensive application note, we delve into the methods of measuring the transmission (or reception) pattern, a key determinant of antenna gain, using a vector network...

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.

Empowered by Cutting-Edge Automation Technology: The Sustainable Journey

April 16, 2024
Advanced automation is key to efficient production and is a powerful tool for optimizing infrastructure and processes in terms of sustainability.

Comments

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