Showing 55 open source projects for "python debugger"

View related business solutions
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Thonny

    Thonny

    Python IDE for beginners

    Thonny is a Python IDE meant for learning programming.
    Downloads: 64 This Week
    Last Update:
    See Project
  • 2
    SASM

    SASM

    Simple crossplatform IDE for NASM, MASM, GAS and FASM languages

    SASM (SimpleASM), simple Open Source crossplatform IDE for NASM, MASM, GAS, FASM assembly languages. SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish, Chinese, German, Italian, Polish, Hebrew, Spanish. In SASM you can easily develop and execute programs, written in NASM, MASM, GAS or FASM assembly languages. Enter code in form and simply run your program...
    Downloads: 74 This Week
    Last Update:
    See Project
  • 3
    IDA Pro MCP

    IDA Pro MCP

    MCP Server for IDA Pro

    The IDA Pro MCP Server is a Model Context Protocol (MCP) server designed to integrate with IDA Pro, a popular disassembler and debugger. It enables AI assistants to interact with IDA Pro, facilitating tasks such as code analysis and reverse engineering. ​
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 12 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    RenderDoc

    RenderDoc

    RenderDoc is a stand-alone graphics debugging tool

    RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12 across Windows 7 - 10, Linux, Android, Stadia, or Nintendo Switch™. I work on RenderDoc myself and you can always contact me with any problems or comments. I'll respond to you directly and personally, and I'm used to helping people with private or NDA'd projects. RenderDoc is 100% open source...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    PlatformIO Core

    PlatformIO Core

    Professional collaborative platform for embedded development

    PlatformIO is a professional collaborative platform for embedded development. A place where Developers and Teams have true Freedom! No more vendor lock-in! A user-friendly and extensible integrated development environment with a set of professional development instruments, providing modern and powerful features to speed up yet simplify the creation and delivery of embedded products. A lightweight but powerful cross-platform source code editor. Smart code completions are based on variable...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    Werkzeug

    Werkzeug

    The comprehensive WSGI web application library

    Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries. Werkzeug doesn’t enforce any dependencies. It is up to the developer to choose a template engine, database adapter, and even how to handle requests. Includes an interactive debugger that allows inspecting stack traces and source code in the browser with an interactive interpreter for any frame...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    DearPyGui

    DearPyGui

    Graphical User Interface Toolkit for Python with minimal dependencies

    Dear PyGui is an easy-to-use, dynamic, GPU-Accelerated, cross-platform graphical user interface toolkit(GUI) for Python. It is “built with” Dear ImGui. Features include traditional GUI elements such as buttons, radio buttons, menus, and various methods to create a functional layout. Additionally, DPG has an incredible assortment of dynamic plots, tables, drawings, debuggers, and multiple resource viewers. DPG is well suited for creating simple user interfaces as well as developing complex...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    ...-rich Qiling Framework brings reverse and instrument binary to the next level quicker. Additionally, Qiling provides API access to register, memory, filesystem, operating system and debugger. Qiling also provides virtual machine-level API such as save and restore execution state. It combines binary instrumentation and binary emulation into one single framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    ChatDBG

    ChatDBG

    ChatDBG - AI-assisted debugging. Uses AI to answer 'why'

    ChatDBG is an AI-assisted debugging tool that integrates large language models into standard debuggers like pdb, lldb, and gdb. It allows developers to engage in a dialog with the debugger, asking open-ended questions about their program's behavior, and provides error diagnoses and suggested fixes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Okteto

    Okteto

    Develop your applications directly in your Kubernetes Cluster

    ... applications. You write your code locally and okteto detects the changes and instantly updates your Kubernetes applications. Okteto allows you to develop inside a container. When you run out to up your Kubernetes deployment is replaced by a development container that contains your development tools (e.g. maven and jdk, or npm, python, go compiler, debuggers, etc). This development container can use any docker image.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Pony ORM

    Pony ORM

    Pony Object Relational Mapper

    Pony ORM is a Python ORM that enables developers to write database queries using generator expressions and Pythonic syntax, making code more readable and intuitive. It automatically translates Python expressions into SQL and supports multiple databases including SQLite, MySQL, PostgreSQL, and Oracle. With an emphasis on simplicity and maintainability, Pony ORM is suitable for both small projects and complex applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Komodo Edit

    Komodo Edit

    Komodo Edit is a fast and free multi-language code editor

    Code faster with the IDE for today’s web languages – Python, PHP, Perl, Golang, Ruby, and more. Powerful editor with syntax highlighting, autocomplete, code refactoring, and more. Visual debugger and more to debug, inspect, and test your code. Support for Git, Mercurial, Subversion, CVS, Perforce and Bazaar. Tons of add-ons for customizing and extending features. Great tools for pair programming and collaboration. Python, PHP, Perl, Go, Ruby, Node.js, JavaScript, and more. Define your own...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 14
    PyDev for Eclipse
    PyDev is a Python Development Environment (Python IDE plugin for Eclipse). It features an editor with code completion, code analysis, refactoring, outline view, debugger, mark occurrences and other goodies - check http://pydev.org for more details). It's kept going by community contributions, so, if you think it's a worthy project, please contribute through http://pydev.org
    Leader badge
    Downloads: 533 This Week
    Last Update:
    See Project
  • 15
    Eric Integrated Development Environment

    Eric Integrated Development Environment

    Python Development Environment with all batteries included

    Eric is a Python IDE written using PyQt and QScintilla. It provides various features such as any number of open editors, an integrated (remote) debugger, project management facilities, unit test, refactoring and much more.
    Leader badge
    Downloads: 202 This Week
    Last Update:
    See Project
  • 16

    ADP

    ADP is a bare-bones Python Debugger

    Another Debugger for Python was written in Python3 using PySimpleGui and has a window showing your script and some buttons and another window showing variables and their values. The buttons entirely control ADP, they are accompanied by help buttons. ADP stores details of the path taken by your script and variables and their values in a SQLITE3 database. The current release supports LIVE running. A future release will support DEAD running. In DEAD runs you’ll be able to replay...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    loop-finder-s6

    s6-rc service definition dependency debugger.

    s6-rc service definition directories debugger. Find loop in dependencies s6-rc services. Create visual form of dependencies of service definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PyPro IDE
    ... and syntax highlighting Integrated debugger for easy troubleshooting Customizable themes and layouts to suit your preferences Enhanced project management tools for better organization Faster performance and stability improvements Download PyPro IDE now and elevate your Python coding journey to new heights!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    q

    Developer's programmable text & binary editor

    Mostly WYSIWYG command-line driven editor with editable commands, a powerful macro facility including a stack architecture run machine, macro debugger, online help, a foundation macro set and extension macro sets for C, python, Ada and Tcl development and email composition. Q tries to resolve the old tabs vs spaces conundrum: e.g. in Linux source, the user can automatically enforce leading tabs, no space-before-tab leading sequences and no trailing spaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IPython

    IPython

    Command shell for interactive computing in multiple languages

    ... related to IPython or the operating system. A rich configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). Session logging and reloading. Extensible syntax processing for special purpose situations. Access to the system shell with user-extensible alias system. Easily embeddable in other Python programs and GUIs. Integrated access to the pdb debugger and the Python profiler.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Chisel

    Chisel

    A collection of LLDB commands to assist debugging iOS apps

    ... the same workflow. You can also inspect a specific command by passing its name as an argument to the help command (as with all other LLDB commands). There are many commands with compatibility with iOS/Mac. For a comprehensive overview of LLDB, and how Chisel complements it, read Ari Grant's Dancing in the Debugger, A Waltz with LLDB in issue 19 of objc.io.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PythonToolkit (PTK)
    PythonToolkit (PTK) is an interactive environment for python. It was designed to provide a python based environment similiar to Matlab for scientists and engineers however it can also be used as a general purpose interactive python environment.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    mazeman

    mazeman

    A scriptable 2d randomizable maze game

    Mazeman is an original puzzle game, somewhat like "chip's challenge" except it can generate new randomized puzzles from a carefully balanced array of elements. The objective is to find the gems amongst the other dynamic maze elements. A very terse and powerful scripting language and an integrated script debugger enable users to generate their own maze designs. Maze is a mesmerizing addictive and fascinating puzzle with a deceptively simple premise. Scripts allow new players to acquire...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MCU live explorer

    MCU live explorer

    A project for simple and deep microcontroller unit management.

    This project is in beta phase and actually configured for ARM Cortex® M3 MCU, tested with stm32f103c8t6 "blue pill" Reference for configuration: RM0008 Reference manual STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx advanced Arm®-based 32-bit MCUs document available on STMicroelectronic official site Need be installed as prerequistite PYSWD, a python module for debugging microcontrollers with SWD using ST-Link/V2 (/V2-1) debugger available at https://github.com...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Aptana

    Aptana

    The professional, open source development tool for the open web

    Build and test your web applications all in one environment with Aptana Studio 3, the industry’s leading web application IDE. A powerful web development engine, Aptana Studio enables you to build, edit, preview and debug with support for HTML5, CSS3, JavaScript, Python, PHP and Ruby on Rails.
    Downloads: 25 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.