The EclipseXUL project adds XUL support to the Eclipse platform. It includes XUL Wizards (for XUL Project, XUL Page, and whole XULRunner applications), XUL Nature, XUL Perspective, XUL Console, Chrome URI resolution support, WTP editor extensions for XUL, and a debugger.
USB-TCP Bridge bridges communications between a
Palm handheld connected with a USB cradle and a
TCP/IP socket. It can be used, for example, with
the GDB debugger (which normally connects to the
Palm OS Emulator on TCP/IP port 2000) to debug on
a Palm handheld instead of debugging on the
Palm OS emulator. It can also be used to connect
the Unix-based pilot-link synchronization tools to
a Palm handheld on Mac OS X. There are many more
features, like support for packaged redistribution
with predefined settings, etc.
PERL5WEBDB is a CGI debugger that runs in a Web
browser. The debugger is easy to install and run.
Your existing CGIs will be automatically attached
to the debugger when (and only when) the debugger
window is open. If the debugger window is closed,
the scripts will run normally.
Python Tracer lets you see your Python program's
execution as a tree of function invocations, each
tree node exposing the real time and CPU time
(user/sys) of that call. The project consists of
two main components: a Python tracer that can run
your Python programs (much like "cProfile" and
friends), and a GTK+ based GUI that can show the
trace results. It uses a tiny auxiliary library
(graphfile) to allow append-only writing and
reading static DAGs directly from a file without
reading it whole into memory at any stage.
fdmess is a small utility to redirect file
descriptors of running processes and more
generally tweak them. It works by attaching with
ptrace to an existing process and forcing it to
execute some syscall. This way, you can force a
process to drop privileges, to redirect a file
descriptor to a file or a TCP/IP connection, to
connect a descriptor to the descriptor of another
running process with a Unix socket, or to set a
file descriptor equal to the descriptor of another
running process. Since the code hooks are
architecture-dependent, only the Linux-x86 and
Linux-x86_64 architectures are currently
supported.
cbcv is a Java class and byte code verifier. It
verifies static class file structure, external
references, and analyzes operand stack and local
variables through byte code execution emulation.
It includes CLDC standard verification.
相关项目TuxGuitar, Amateras, SharpDevelop-jp, SmillaEnlarger, Open Source QR Code Library |
Jackal is a debugger for client-side JavaScript
debugging. It supports runtime access to the
loaded script and allows editing of functions,
variables, etc. at runtime.
相关项目Shiira, Win32 Disk Imager, Dumpper v.60.3, MPC-BE, MeCab |
fakebust is a program that assists with the rapid
assessment and supervised execution of potentially
malicious programs such as exploits or utilities of
unknown origin, programs recovered during OS
forensics, or acquired from a honeypot.
Segdecode decodes segmentation fault codes for
Linux x86-64. This can be very useful for debugging.
Netsh is a utility which can display and/or send
manually-edited network TCP and UDP packets in
ASCII or hexadecimal form. Other features include
packets duplicating, forwarding, and logging.
SUBTERFUGUE is a framework for observing and playing with the reality of software; it's a foundation for building tools to do tracing, sandboxing, and many other things. You could think of it as "strace meets expect."
Data Storm is a database browser that can be
embedded in Java code. It is intended to be used
within tests to allow you to inspect why database
dependent tests are failing. It uses SWT for speed
and native look and feel.
DIMVisual (Data Integrated Model for
Visualization) integrates information from
different sources such as MPI traces and Ganglia
metrics and allows it to be analysed in the Pajé
visualization tool.