Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Error to trace to log to deploy. One click. No SSH.
Catch the cause before the pager goes off.
AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
Software Studio is an Integrated Development Environment (IDE) for C#, Java, VB.Net, Aspx, C++, Html, Xml, Php, JavaScript, Tex with multi-language support,syntax higlighting,code folding,code completetion,refactoring support
MemDBG is a little library that can help C and C++ programmers to debug memory leak bugs and other common pitfalls. It traces the memory blocks allocated and can reports errors and other informations on standard output, files and through UDP datagrams.
Open On-Chip Debug Solution for Embedded Target Systems based primarily on ARM cores. This project has moved to sourceforge: https://sourceforge.net/projects/openocd/
NHibernate Query Analyzer is a tool to help developer understand NHibernate. This tool allows you to view the results from NHibernate both in their raw format from the DB and object graphs returned from NHibernate.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
wsdebug is a debugger for the more or less famous WhiteSpace programming language, coming along with a rather fast interpreter, entirely coded in ISO-C. WhiteSpace is another geeky language to code in, just like Brainfuck and others.
Testing tool for Semantic Bridges. Supports the evaluation of rule-based (SWRL) ontology mappings to provide trust in a distributed multi-actor environment with heterogeneous independent information models materialized in OWL ontologies. See QualiPSo.org
Moved to Gitorious: http://gitorious.org/mseide-msegui MSEide is a Rapid Application Development IDE for platform independent rich GUI applications in the Pascal language.
Use PHP Maintenance Editor to repair your code directly on the server.
This simple editor was written for own purposes to debug and perform maintenance for different websites through the web browser.
If your website suddenly goes down or you find something wrong, you can quickly fix it. Hope PHP Maintenance Editor will be usefull tool for you.
If you have got some ideas about how to make it better, feel free to contact me.
This project is a simple post mortem crash and error debugger. If you have any projects that crash and you are not sure where or how you can plug this into your project, and use it to create a file that will step through the program as it was right when the crash happened.
Each file is well commented and contained headers that explain what it does, and how to integrate it.
This is an advanced portable C++ library with 144 variations of the ASSERT macro, to add expressions, levels and optional actions. 112 are modular because they can also use Rich Booleans, allowing much more combinations than non-modular ASSERT macros.
JSnapshot is an advanced java exception logging, monitoring and analysis tool. It traces thrown exceptions in real-time and logs a snapshot of call stack, variables and objects for every thrown exception. Fully integrated with Eclipse IDE.
mspgcc4 is no longer supported. Please use the newer toolchain at the MSPGCC project. (This was a port of the GCC 4.x branch to the Texas Instruments MSP430 microcontroller core. It is based on the MSPGCC project that is stuck with GCC 3.2.3.)
An application for injecting DLLs.
Currently only supports injection through modifying the context thread or by using the fastinject engine creating a remote thread.
A developer tool for comparing two Visual C++ Linker Map Files, and generate the difference between them. The name of functions and methods are undecorated.
Desktop interface and various language API's for remote application debugging. The main goal is to provide a better debug system for web languages like PHP. Always download the latest from remotedebugsys folder and the needed API folder.
Orth is an improvement of the C++ language featuring an incremental compiler, a debugger, and an editor. The objective is to make programming faster and more enjoyable.
The VisualDDK is a plugin for Microsoft Visual Studio allowing debugging device drivers right from the IDE. Additionally, a simple Driver Project Wizard is provided.
Easy-to-use fault injection tool for testing robustness of software to faults that originate in shared libraries and the layers below. LFI minimizes human effort involved in testing and does not require access to the target program's source code.
This implements a fast and user-friendly log console window to use for debugging purposes of Windows applications (C# already). It is intended to replace the default Win32 console window for such purposes.
ClassGhost is a small utility that can redefine class files within a running JVM. ClassGhost allows you to directly inject the newly compiled class files in to the VM without interrupting the running application. Works with multiple as well as remote VMs
This is an attempt to write a CPU emulator in Trolltech QT 4.4. Basic Functionality: - 8 bit registers - Self-composed instructoin set (in progress) - Data and Assembler Editor / parser (not started) - Text and graphical input / output (not started