12 个仓库
Tools for profiling performance, analyzing code quality, and debugging applications.
Explore 12 awesome GitHub repositories matching part of an awesome list · Code Analysis and Debugging. Refine with filters or upvote what's useful.
IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical
Enables troubleshooting of program execution by running debuggers and profiling tools within an active session.
This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi
Provides instructions on setting breakpoints and inspecting variables using integrated debugging tools.
This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex
Includes built-in tools for setting breakpoints and bookmarks to track script execution.
This is a visual debugging tool for VS Code that renders program variables and data structures as graphical diagrams during active debugging sessions. It functions as a programmable framework that converts internal runtime data and debug expressions into visual representations to assist in understanding program state. The project distinguishes itself through a programmable extraction system that allows the injection of custom JavaScript scripts into the debuggee. These scripts define how project-specific data types are parsed and transformed into JSON formats compatible with the visualization
Enables real-time evaluation of expressions and watched variables using visual aids to identify logic errors.
Delphi language plugin for SonarQube
Enables static code analysis within the SonarQube platform.
Real time profiler for Delphi applications: Detailed debug information (internal, TDS, MAP) Display information for multi-threaded applications Timeline diagram for process execute Analysis of exceptions Analysis of the realtime use of memory Analysis of memory leaks Analysis of the call stack…
Provides real-time profiling for running applications.
AsmProfiler is a full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly.
Performs full tracing and sampling for performance analysis.
Generates code coverage reports based on map files.
Copyright (c) 2021 Anders Melander
Converts map files into debug symbols for external tools.
Automatically exported from code.google.com/p/delphiunitsizes
Displays the size of individual units within an executable.
Profile Viewer
Visualizes profiling data generated by source code instrumentation.
GpProfile is a source code instrumenting profiler for Delphi. It allows you to easily find bottlenecks and significantly improves perfomance of your Delphi applications. It is a must-have tool for any Delphi developer.
Instruments source code to profile application performance.