An open-source x64/x32 debugger for windows.
-
Updated
Dec 2, 2020 - C++
{{ message }}
An open-source x64/x32 debugger for windows.
Never use print for debugging again
Console for mobile browsers
The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
Modular visual interface for GDB in Python
A runtime developer console and IRB alternative with powerful introspection capabilities.
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
iOS Debugging Tool
Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools
VSCode extension for React Native - supports debugging and editor integration
Lightweight, cross-platform & full-featured shader IDE
Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Debug your JavaScript code running in Google Chrome from VS Code.
Program for determining types of files for Windows, Linux and MacOS.
Declarative state and side effects management for popular JavaScript frameworks
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
edb is a cross platform AArch32/x86/x86-64 debugger.
Advanced usermode anti-anti-debugger. Forked from https://bitbucket.org/NtQuery/scyllahide
Step-by-step debugging and stack navigation in Pry
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Add a description, image, and links to the debugger topic page so that developers can more easily learn about it.
To associate your repository with the debugger topic, visit your repo's landing page and select "manage topics."
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.