Projects tagged ‘debug’ and ‘debugger’


[15 total ]

4 Users
 

Python logger console in Firebug (Firefox extension). Suitable for Google App Engine development.
Created about 1 year 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 11 months ago.

1 Users

The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment. It uses ctypes to wrap many Win32 API calls related to debugging, and ... [More] provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory). Additionally it has no native code at all, making it easier to maintain or modify than other debuggers on Windows. [Less]
Created 8 months ago.

1 Users

This project was started in attempt to create a standalone debugger GUI for PHP, written in PHP itself. I believe it's important for a debugger to be written in the language it's aimed to debug - in ... [More] this way its audience does not need to learn another language to contribute. [Less]
Created 4 months ago.

1 Users
 

Reverse engineering suite. This project will include a disassembler (modeled after IDA) and a number of other tools associated with reverse engineering.
Created over 2 years ago.

1 Users
   

Protoeditor is a small KDE text editor developed for debugging scripts interactively. The goal is to provide a simple editor supporting a variety of debuggers for different languages.
Created over 2 years ago.

0 Users

RED5 INTRORed5 is an open source java solution for Video on Demand and sync remote client applications. It is the result of a reverse engineering translation of RTMP protocol that Flash Media Server ... [More] implements. More information about the project could be found at http://www.osflash.org/red5 Red5 community is growing faster and faster every day. There are many blogs and forum which deal with applications built on Red5 platform; furthermore many developers write open source solution for it. WHY TO WRITE AN ADMIN PANELThe need of a developer admin panel grows every time you have to implement big application for Red5. One of the big leaks between red5 and FMS is indeed the admin panel. Thinking about it and searching the web I found a simple, but well made, admin panel for red5, with many runtime information such as clients connected, used bandwidth… I real think that it’s not enough for a developer; a developer may need something more like a debugger… so … voilà : ) This is the first step for a real Red5 Admin Panel FEATURESList Application instances List Shared Object in scope Inspect Shared Object properties List Arrays List custom Object List primitive types Stream inspector list available recorded streams list live streams stream preview Project structurethe project is structured in two parts : Server Side application Flex Client Application [ Client SIDE ]Red5 Admin Panel is a Flex project written respecting Adobe Cairngorm MVC structure [ Server SIDE ]For the server side, the Admin Panel, is a normal web application and you have to put it in red5 webapp folder. In my case the path is C:\Programmi\Red5\webapps\red5Admin In our server side application we can simply add our security policy that depends on the connection request from the client. It is not current implemented and it will be in the next release. [ RED5 PATCH ]One on the purpose of the Flex Client inspector is to list and preview all the streams available on the server. To do that it need to play streams that can be on a different scope so I had to modify two red5 files. in patch.zip you can find the files; please copy them in src red5 folder IMPLEMENTATIONS TODO [Less]
Created about 1 year ago.

0 Users

HRLD is a powerful Lua debugger running under Windows and .net platform. With it you can debug into all sorts of Lua scripts, whatever they are interpreted by a standard Lua debugger or by an Lua-embedded program.
Created 29 days ago.

0 Users

kkomzi First Test Project
Created 10 months ago.

0 Users

Xray (The AdminTool) is a “snapshot viewer” of the current state of your Flash application without impacting the performance or the file size of your application. Xray’s true nature is to look ... [More] into the very guts of the Flash application and disolve the 2d myth you see on screen to a 3D tangible entity you can truly crawl through. Note: “object” in this list might mean a literal Object, textField, class, button, sound object, video object etc) View physical parent/child relationships of all your objects/movieclips in the treeview View all properties/methods associated with an object/movieclip Drill down through any objects/movieclips/arrays in the Datagrid Execute actionscript at runtime. Call any of your methods from the interface at runtime! Control at runtime: o MovieClips - Edit all properties, including: Rotate, scale, move, opacity, properties, play, gotoAndPlay/Stop/labelName o TextFields - same as movieclips, as well as edit text, HTML text o Buttons - same as movieclips o video objects (NetStream) - play, pause, stop, view properties in realtime as video plays o Sound objects - play, stop, set loops, view ID3 information, all sound properties. Use the global.tt() to send any object/property to the output panel. Xray.trace() will recurse any object/array and display in the output panel a tabbed relational view of the object/array. Use the search tool to search the output returned. History info - use property settings saved in the history in your FLA or to reset your application to a specific state Filters Panel - use Flash8 filters at run time and copy/paste the code for use in your FLA [Less]
Created about 1 year ago.