Table of contents>
Debugging Windows apps are dedicated programs that help developers to identify and resolve common PC errors (bugs or defects). It can be a software-specific issue which is affecting a particular program, or it can hamper the entire operating system's performance. Using a debugging Windows app can make your debugging experience easier and better.
What is Lua? Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
LuaEdit features remote debugging, local debugging, syntax highlighting, completion proposal list, parameter proposition engine, advance breakpoint management (including condition system on breakpoints and hit count), function listing, global and local variables listing, watches, solution-oriented management, etc.
Intel Thread Checker is an analysis tool that pinpoints hard-to-find threading errors like data races and deadlocks in 32-bit and 64-bit applications. It can also be easily integrated into a test environment with a scriptable interface. Confidently develop multi-threaded C++, C, and Fortran applications faster and with less effort.
Version 3.1 may include unspecified updates, enhancements, or bug fixes.
Orwell Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. It creates native Win32 executables, either console or GUI. Orwell Dev-C++ can also be used in combination with Cygwin.
Features:
Charles is a web proxy (HTTP Proxy or HTTP Monitor) that runs on your own computer. Your web browser (or any other Internet application) is then configured to access the Internet through Charles, and Charles is then able to record and display for you all of the data that is sent and received. In Web and Internet development you are unable to see what is being sent and received between your web browser or client and the server. Without this visibility, it is difficult and time-consuming to determine exactly where the fault is. Charles makes it easy to see what is happening, so you can diagnose and fix problems.
ProblemTracker is a Web-based collaboration tool that helps companies keep track of business issues and automatically manage them to resolution. ProblemTracker offers tracking, workflow, process enforcement, status, communication, and accountability. These functionalities are provided through user-customizable features such as issue/bug/defect database, dependent nested fields, automated workflow, metrics, attachments, email notification, external customer support, query and reporting, charts and graphs, and document version control system integration. ProblemTracker is available as installed software and hosted solution.
VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0 and disassembler for programs written on .NET technology. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code. .NET assembly is always compiled to just in time compilable IL code. Since p-code consists of high-level commands, there is a real possibility to decompile it into the source code (of course, the names of variables and some functions will not be decompiled). VB Decompiler restores source code from p-code as much as possible precisely. And after some modifications you may try to compile generated code. If a program was compiled into the native code, restoring full source code from machine instructions is not possible. But VB decompiler can help to analyze the program even in this situation as well. It contains a powerful disassembler and emulator. This powerfull engine try to decode most assembler instructions to most likely VB commands.
Look RS232 is a RS 232 (serial port) monitor that can be used to test or debug computer connection with peripheral devices using COM port, such as a modem, mini-ATS, projector etc. Its easy-to-use interface guarantees easy work with Com-port. This analyzer (or sniffer) can send data through RS 232, receive data from an outer device through COM port, it has port indication as well. Look RS232 supports connection at the standard speed of 110?115200 kbit/s and commands of COM port program control. Look RS232 supports data input in ASCII, BIN, HEX, OCT formats, keeps log of the sent and received data and commands in ASCII, BIN, HEX, OCT formats, has an option of time link (relating to COM port activation). Look RS232 tests system initiated COM ports regardless of whether they are installed on the motherboard or on supplementary in/output boards, e.g. VS-Com (Roadrunner) PCI-800H 8-port PCI.
Serial Monitor is a brilliant balance of product functionality and price. It's just an invaluable tool for all software and hardware developers working with serial ports. The full set of features and maximum product functionality will save a lot of your time while working with serial ports.
Serial Monitor allows you to intercept, display, record and analyze all data exchanged between the Windows application and the serial device. It can be successfully used in application development, device driver or serial hardware development and offers the powerful platform for effective coding, testing, and optimization.
Java Development Kit contains the software and tools that you need to compile, debug, and run applets and applications that you've written using the Java programming language. JDK has as its primary components a collection of programming tools, including javac, jar, and the archiver, which packages related class libraries into a single JAR file. This tool also helps manage JAR files, javadoc - the documentation generator, which automatically generates documentation from source code comments, jdb - the debugger, jps - the process status tool, which displays process information for current Java processes, javap - the class file disassembler, and so many other components. The JDK also comes with a complete Java Runtime Environment, usually called a private runtime. It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, and such as the internationalization libraries and the IDL libraries.
The Java Development Kit contains the software and tools needed to compile, debug, and run applications that you've written using Java. JDK has as its primary components a collection of programming tools, including javac, jar, and the archiver, which packages related class libraries into a single JAR file.
This tool also helps manage JAR files, javadoc - the documentation generator, which automatically generates documentation from source code comments, jdb - the debugger, jps - the process status tool, which displays process information for current Java processes, javap - the class file disassembler, and so many other components. The JDK also comes with a complete Java Runtime Environment, usually called a private runtime. It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, such as the internationalization libraries and the IDL libraries.