Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.
Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
Build apps that ship
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Orome is a tool for automating System or Acceptance tests (also Unit test though this is not the focus) for web-based systems. Orome takes a set of static HTML pages defining a walkthrough of (part of) the systems and tests it against the running system.
lsstack is a Linux implementation of the "pstack" utility from Solaris
lsstack is a command line utility which (efficiently and quickly) prints the call stacks for all threads in a specified process,
with symbolic names for functions, where symbols ar
Ssnooper is a program to created to aid in the debugging of serial line (RS232) connections. With ssnooper, a computer with two free serial ports can be connected between two serial devices to intercept and log all communications.
Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
IPGDB is a collection of extensions to GDB and FreeBSD-4.3 to allow two-machine kernel debugging over UDP. It acts much like two-machine kernel debugging over serial ports.
ALF, The Automated Logging Framework, is a native logging framework for Java with the unique advantage of supporting automated method tracing. This platform-independent library allows developers to debug their applications quickly without adding code
A suite of Java ClassLoaders that use "load-time reflection" (the modification of bytecodes upon class loading) to extend existing Java classes. It uses the excellent BCEL library (http://bcel.sf.net).
Utilises the JVMDI (Java Debug API) to produce line coverage reports
detailing which lines of code have been executed during a test. Report is
produced in XML and may be post-processed via XSLT into a prettier one.
Java Console is a Java Command promt tool intended for Software Developers, System Administrators and as a plug in to other applications. It is a very powerful console client just run it and have fun
Allows JDBC resources to be monitored. You can see when java.sql objects are being opened and closed and can see the line of code where a resource that is still open was originally opened.
FIDe is a software-based fault injector designed to validate Fault-Tolerant mechanisms and techniques used by applications. It was first used to measure database recovery coverage and costs, but can be used to test and validate ordinary applications.
A light-weight malloc replacement (a shim), for developers, with the goal of being worth it's low overhead in (early) releases of a program. Optional routines allow the program to display allocation information about memory allocations.
The GDB (GNU debugger) RSP (remote serial protocol) allows remote debugging of embedded software. This project offers source code of monitors so the developer only needs to burn flash EPROMs once, then use serial communication to download/debug.
Jylog is a (JPDA) Java Platform Debugger Architecture based logger, Jylog eliminates the need for writing any log statement in the program. one can define the logging information using Jylog swing GUI and Jylog extracts the information from JVM at runtime
DMACS: a feature-rich debugger that can be potentially used with any C++ program on any platform. Designed with game programming in mind, it supports logging, an enhanced assert macro, state saving and loading, stack-watching, and more.
Given a GCC "gmon.out" file (or output from the GNU tool gprof), generate an HTML version with one page per call graph, including hyperlinks and (later) graphical analysis.
the omega xvi project is a javascript debugger written in javascript. it can debug code, execute blocks of code or entire applications, as well as detect variables. because of its javascript nature, it can be run through a webpage, online.
Bean Bowl is the a fun and useful Java lab, allowing you to play around with Java classes and objects using direct manipulation techniques instead of writing long main() methods. Use it either as an application or as a GUI component framework for you own
Gscope is a software oscilloscope library build using the GTK and GNOME toolkits. Gscope can be used to monitor, display and debug various types of "real-time" data. Additionally, the scope can be used for graphing file data that is in a tuple format.
VisLua is a full featured IDE for the Lua scripting language written in Lua. VisLua supports full context debugging, syntax highlighing, and many other advanced IDE features.