Projects tagged ‘debug’ and ‘java’


[14 total ]

2 Users

Created 6 months ago.

1 Users

Debug Visualisation Plugin for eclipseThis project consists of a View for the eclipse platform, which provides a better structural view for variables in debug mode. It can help the developer to get a ... [More] overview image of the structures in memory using the Zest framework. To install the plugin to your eclipse instance, see the wiki page on Installing, information about future development is available on the project Roadmap and you can read current main events of the project on the project blog. Screenshots [Less]
Created 11 months ago.

1 Users

The Chip8 is the target software project for those which want to start code an emulator. This project is another example of this "machine". The language choosed was Java and to render stuffs was used ... [More] Java2D, there is a chance to make one render engine using jogl. (in the future). An simply debugger system is offered too. A two notation disassembler (David Winter & Michael Toren) is inside too. ---- Thanks for all info on the Internet (mainly to these authors Winter and Toren) and thanks very very very much to runawayprisoner (from forums.ngemu.com) thus like to emutalk chip8 thread. ---- Emutalk Chip8 Thread http://www.emutalk.net/showthread.php?t=19894&page=88 Ngemu Chip8 Thread http://forums.ngemu.com/web-development-programming/114578-chip8-thread-new-post.html ---- Some screenshots [Less]
Created 10 months ago.

0 Users

When developing an eclipse plug-in using the expression framework it can be tough to understand how variables and source provider work. This plug-in allow the developer to track in real time which ... [More] variable are available in real-time and disaply their values. This helps debuging *When (enabled, active) expressions based on the with variable extension point. Please consult the Usage page for help and install instruction. [Less]
Created 11 months ago.

0 Users

Lightweight JSF Application Monitor Give insight into application See what is happening under the hood Modify lifecycle at runtime System metrics Core components EL Evaluator – The Console Bean ... [More] Manager Validation viewer Lifecycle monitor Event log Features EL expression Autocomplete Generate EL from Object Dump [Less]
Created 29 days ago.

0 Users

AbstractWebugger is a code example in Java on how to non-intrusively integrate a script debugger in a webpages or applications code. In the future, I wish to have a couple of handy scripts to extract ... [More] useful state from the the context. InstructionsDownload and unzip the source code Run "mvn test jetty:run" in a terminal The application is now started on http://localhost:8080/webugger/test.jsp Screenshots [Less]
Created 12 months ago.

0 Users
 

Isty is next generation swing JMX console for managing all java based servers, including Tomcat, JOnAS, Resin, JBoss, Geronimo, Jetty.
Created over 3 years ago.

0 Users

To examine data structures undetected. what works: Dynamic Tree GUI Soon to add: real time updating searching for values (removed for lack of interest)automatic bytecode modifications to add field getters
Created 11 months ago.

0 Users

Simple J2EE Application server based on OpenEJB and EclipseLink. Can be used for testing and development ejb and jpa projects. Can be runned as standalone Java application.
Created 10 months ago.

0 Users

This is a software simulator of the motorola 9s12 microcontroler for use in debugging. It is written in Java and contains a limited subset of the 9s12's intruction set which will grow as the project ... [More] progresses. The code is provided under a New BSD license. [Less]
Created 12 months ago.