website logo
  • Photo
  • DVD&BD
  • Games
  • Security
  • Video
  • Music and Audio
  • Education
  • Mac
  • Windows Apps
    • Chat
    • Browser
    • Business
    • Networking
    • Screensaver
    • Desktop Enhancement
    • Developer Apps
  • Photo
  • DVD&BD
  • Games
  • Security
  • Video
  • Music and Audio
  • Education
  • Mac
  • Windows Apps
StreamFab All-In-One
StreamFab All-In-One
StreamFab All-In-One
The best video downloading solution allows you to download videos from any streaming sites.
Free Download Learn More >
Developer Apps

Download Debugging Windows Apps to Make Your Debugging Experience Easy and Better!

  • Last updated on 2021-12-09
  • By Ava

Table of contents>

  • LuaEdit
  • Intel Thread Checker
  • Orwell Dev-C++
  • Charles Web Debugging (32 bit)
  • ProblemTracker
  • VB Decompiler
  • Look RS232
  • Device Monitoring Studio (Serial Monitor)
  • Java SE Development Kit 8
  • Java SE Development Kit 14

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.

LuaEdit

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

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++

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:

  • MinGW GCC 4.7.2 32bit
  • TDM-GCC 4.7.1 32/64bit
  • Syntax highlighting
  • Code completion
  • Shows information about code when hovering above code
  • Provides user-editable shortcuts and tools
  • GPROF profiling
  • GDB debugging
  • Devpak IDE extensions

Charles Web Debugging (32 bit)

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.

debugging windows app

ProblemTracker

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

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

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.

Device Monitoring Studio (Serial Monitor)

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 SE Development Kit 8

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.

Java SE Development Kit 14

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.

TRENDING
  • 10 Best Programming Apps for Windows Desktop 2022
    Ava / 2022-01-05
    10 Best Programming Apps for Windows Desktop 2022
  • Best XML Viewer Software for Windows
    Ava / 2021-12-17
    Best XML Viewer Software for Windows
  • Best Web Design Windows Software 2022
    Ava / 2021-12-17
    Best Web Design Windows Software 2022
  • Top 10 Windows Apps for Web Developers
    Ava / 2021-12-17
    Top 10 Windows Apps for Web Developers
  • TOP 10 Windows Apps for Specialized Tools
    Ava / 2021-12-17
    TOP 10 Windows Apps for Specialized Tools
  • 10 Best Source Code Management Software for Windows
    Ava / 2021-12-17
    10 Best Source Code Management Software for Windows
LATEST POPULAR
How Much Do You Know About Crunchyroll on PS4?
Nicole / 2023-07-18
How Much Do You Know About Crunchyroll on PS4?
Crunchyroll Roku App - How to Get Crunchyroll on Roku Devices
Nicole / 2023-07-18
Crunchyroll Roku App - How to Get Crunchyroll on Roku Devices
Crunchyroll Switch App | How to Get Crunchyroll on Switch Devices
Nicole / 2023-07-18
Crunchyroll Switch App | How to Get Crunchyroll on Switch Devices
TOP 10 Audio CD/DVD Burning
Nicole / 2023-07-18
TOP 10 Audio CD/DVD Burning
Best Fashion Movies on Prime Video
Nicole / 2023-07-18
Best Fashion Movies on Prime Video
Does Xbox 360 Play Blu-ray?
Nicole / 2023-07-18
Does Xbox 360 Play Blu-ray?
Android Game Apps for Kids
Nicole / 2023-07-18
Android Game Apps for Kids
Reliable Subtitle Editors on Windows for You to Edit Subtitles
Nicole / 2023-07-18
Reliable Subtitle Editors on Windows for You to Edit Subtitles
Watch the 10 Best Fantasy TV Shows on Philo
Nicole / 2023-07-18
Watch the 10 Best Fantasy TV Shows on Philo
Does Xbox 360 Play Blu-ray?
Nicole / 2023-07-18
Does Xbox 360 Play Blu-ray?
Show More ∨ Show Less ∧
StreamFab All-In-One
StreamFab All-In-One
StreamFab All-In-One
>
The best video downloading solution allows you to download videos from any streaming sites.
Free Download Learn More >
Table of contents
•LuaEdit
    •Intel Thread Checker
      •Orwell Dev-C++
        •Charles Web Debugging (32 bit)
          •ProblemTracker
            •VB Decompiler
              •Look RS232
                •Device Monitoring Studio (Serial Monitor)
                  •Java SE Development Kit 8
                    •Java SE Development Kit 14
                    StreamFab All-In-One
                    StreamFab All-In-One
                    StreamFab All-In-One
                    >
                    The best video downloading solution allows you to download videos from any streaming sites.
                    Free Download Learn More >
                    Table of contents
                    •LuaEdit
                      •Intel Thread Checker
                        •Orwell Dev-C++
                          •Charles Web Debugging (32 bit)
                            •ProblemTracker
                              •VB Decompiler
                                •Look RS232
                                  •Device Monitoring Studio (Serial Monitor)
                                    •Java SE Development Kit 8
                                      •Java SE Development Kit 14
                                      • Editor's Pick
                                      • How Much Do You Know About Crunchyroll on PS4?
                                      • Crunchyroll Roku App - How to Get Crunchyroll on Roku Devices
                                      • Crunchyroll Switch App | How to Get Crunchyroll on Switch Devices
                                      • TOP 10 Audio CD/DVD Burning
                                      • About
                                      • Contact Us
                                      • Cookies Policy
                                      • Terms of Use
                                      • Privacy Policy

                                      Copyright © 2021 topsoftclub.com All Rights Reserved.

                                      English
                                      • 日本語
                                      • English
                                      • Deutsch