souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
17 results tagged debug  ✕   ✕
Sonar https://fbsonar.com/
24/06/2018 cluster icon
  • fastlane : fastlane is the tool to release your iOS and Android app. It handles all tedious tasks, like generating screenshots, dealing with code signing, and re...
  • PWABuilder : PWABuilder enables developers to quickly and easily to generate store uploadable packages for the Microsoft, Google Play, and iOS App stores.
  • Appium : Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS and Android apps using the WebDriver...
  • Flynn : Flynn simplifies deploying and maintaining applications. Instead of using complex configuration management systems, Flynn allows self-serve management...
  • Nativefier : Nativefier is a command line tool that allows you to easily create a desktop application for any web site with succinct and minimal configuration. App...

Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar as is or extend it using the plugin API.

mobile application debug tool
radare http://rada.re/r/
04/01/2018 cluster icon
  • Pyre : Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providi...
  • Gitleaks : Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords,...
  • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.
  • Duckie : A tool for one person pairing.

Radare is a portable reversing framework that can...

Disassemble (and assemble for) many different architectures
Debug with local native and remote debuggers (gdb, rap, webui, r2pipe, winedbg, windbg)
Run on Linux, *BSD, Windows, OSX, Android, iOS, Solaris and Haiku
Perform forensics on filesystems and data carving
Be scripted in Python, Javascript, Go and more
Support collaborative analysis using the embedded webserver
Visualize data structures of several file types
Patch programs to uncover new features or fix vulnerabilities
Use powerful analysis capabilities to speed up reversing
Aid in software exploitation
reverseengineering debug security tool
Zines - Julia Evans https://jvns.ca/zines/
26/12/2017 cluster icon
  • regex101 : Free PCRE-based regular expression debugger with real time explanation, error detection and highlighting.
  • Kubernetes Best Practices : Best Practices for kubernetes
  • ECMAScript 5 compatibility table : ECMAScript 5 compatibility table
  • Semantic Versioning : I call this system "Semantic Versioning." Under this scheme, version numbers and the way they change convey meaning about the underlying code and what...
  • I Love Typography : I Love Typography, devoted to fonts, typefaces and all things typographical.

zines about systems & debugging tools

linux reference debug
PsySH http://psysh.org/
28/01/2017 cluster icon
  • Phinx : Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes you can install Phinx and create your firs...
  • PHP Insights : PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the...
  • FireLogger : A sexy server logger console in Firebug
  • PHAR Updater : A thing to make PHAR self-updates easy and secure.
  • PHP Quick Profiler : A tool for quickly profiling variables and resources used by PHP.

A runtime developer console, interactive debugger and REPL for PHP. PsySH can be used as an interactive debugger, much like JavaScript's debugger statement, saving you from endless var_dump() and die() iterations.

php repl debug cli
regex101 https://regex101.com/
17/11/2016 cluster icon
  • Comparing E-mail Address Validating Regular Expressions : This page compares regular expressions that validate e-mail addresses in order to find the best one.
  • RegExr : Online Regular Expression Testing Tool
  • VSTPLANET : VST Plugins Free - Virtual instruments and effects
  • Rosie Pattern Language : The Rosie Pattern Language (RPL) is intended to replace regular expressions (regex) in situations where: many regex are used in an application, projec...
  • Sonar : Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar...
thumbnail

Free PCRE-based regular expression debugger with real time explanation, error detection and highlighting.

regex reference debug tool
Webhook Tester http://webhook.site/
17/11/2016 cluster icon
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • RequestBin : RequestBin gives you a URL that will collect requests made to it and let you inspect them in a human-friendly way. Use RequestBin to see what your HTT...
  • httpbin.org : A simple HTTP Request & Response Service.
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Hurl : Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries ...

Webhook Tester allows you to easily test webhooks and other types of HTTP requests.

http debug test api webhook
Requestdiff http://requestdiff.com/
26/10/2015 cluster icon
  • Security Headers : I built securityheaders.io after deploying security headers like CSP and HSTS to my own site. I wanted a quick and easy way to check if other sites we...
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • patchbay : patchbay.pub is a free web service you can use to implement things like static site hosting, file sharing, cross-platform notifications, webhooks hand...
  • MindMeister : MindMeister is an online mind mapping tool that lets you capture, develop and share ideas visually.
  • Yellow Lab Tools : Online test to help speeding up heavy web pages

Differentiate HTTP headers and content body of two GET URLs.

http online service debug diff
TraceKit https://github.com/csnover/TraceKit
23/08/2015 cluster icon
  • RAWGraphs : RAW is an open web tool to create custom vector-based visualizations on top of the amazing d3.js library. Primarily conceived as a tool for designers ...
  • Head JS : Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEA...
  • dancer.js : dancer.js is a high-level audio API, usable with both Mozilla's Audio Data API and Webkit's Web Audio API with flash fallback, designed to make sweet ...
  • AngularJS : Superheroic JavaScript MVC Framework
  • Slate : Slate is a completely customizable framework for building rich text editors. Slate lets you build rich, intuitive editors like those in Medium, Dropbo...
thumbnail

Not all browsers support stack traces on error objects, but TraceKit squeezes out as much useful information as possible and normalizes it.

javascript debug library
Duckie http://duckie.me/
30/09/2014 cluster icon
  • radare : Radare is a portable reversing framework that can... Disassemble (and assemble for) many different architectures Debug with local native and remote de...
  • regex101 : Free PCRE-based regular expression debugger with real time explanation, error detection and highlighting.
  • Kint : Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible. In other words, it’s var_dump() and debug_backtrac...
  • Sonar : Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar...
  • Neutrino : Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process o...
thumbnail

A tool for one person pairing.

rubberduck debug tool
RequestBin http://requestb.in/
11/02/2014 cluster icon
  • Webhook Tester : Webhook Tester allows you to easily test webhooks and other types of HTTP requests.
  • Requestdiff : Differentiate HTTP headers and content body of two GET URLs.
  • patchbay : patchbay.pub is a free web service you can use to implement things like static site hosting, file sharing, cross-platform notifications, webhooks hand...
  • TraceKit : Not all browsers support stack traces on error objects, but TraceKit squeezes out as much useful information as possible and normalizes it.
  • Træfɪk : Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Mesos/Mar...
thumbnail

RequestBin gives you a URL that will collect requests made to it and let you inspect them in a human-friendly way.
Use RequestBin to see what your HTTP client is sending or to inspect and debug webhook requests.

http debug webhook
Kint https://kint-php.github.io/kint/
05/12/2013 cluster icon
  • Phinx : Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes you can install Phinx and create your firs...
  • Browsershot : This PHP package can convert a webpage to an image or pdf. The conversion is done behind the scenes by Puppeteer which controls a headless version of ...
  • dbv.php : dbv.php is a database version control web application featuring schema management, revision scripts, and more!
  • GrumPHP : Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your pa...
  • YOURLS : YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or...

Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible.

In other words, it’s var_dump() and debug_backtrace() on steroids. Easy to use, but powerful and customizable. An essential addition to your development toolbox.

php debug tool
Charles Web Debugging Proxy http://www.charlesproxy.com
08/08/2011 cluster icon
  • Zed Attack Proxy : The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be...
  • Minimize round-trip times : An article on the best practices to apply in order to minimize HTTP round-trip times
  • WebScarab : WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.
  • Topsy : Search and Analyze the Social Web.
  • toxy : toxy is a fully programmatic and hackable HTTP proxy to simulate server failure scenarios and unexpected network conditions, built for node.js/io.js.

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).

debug web proxy
ExceptionHub | JavaScript Error Tracking http://www.exceptionhub.com
15/04/2010 cluster icon
  • TraceKit : Not all browsers support stack traces on error objects, but TraceKit squeezes out as much useful information as possible and normalizes it.
  • Firebug Lite : A JavaScript file you can insert into your pages to simulate the Firebug console in browsers that are not named Firefox.
  • PHP Quick Profiler : A tool for quickly profiling variables and resources used by PHP.
  • Xinha : Xinha is a powerful WYSIWYG HTML editor component that works in all current browsers. Its configurabilty and extensibility make it easy to build just ...
  • Wave.js : Audio visualizer library for javascript. Create dynamic animations that react to an audio file or audio stream.
debug javascript webservice
FireLogger http://firelogger.binaryage.com/
21/10/2009 cluster icon
  • FirePHP : FirePHP enables you to log to your Firebug Console using a simple PHP method call. All data is sent via response headers and will not interfere with t...
  • PsySH : A runtime developer console, interactive debugger and REPL for PHP. PsySH can be used as an interactive debugger, much like JavaScript's debugger sta...
  • PHP Quick Profiler : A tool for quickly profiling variables and resources used by PHP.
  • Twig : The flexible, fast, and secure template language for PHP
  • WinBinder : The native Windows binding for PHP
thumbnail

A sexy server logger console in Firebug

python development firefox firebug debug php
PHP Quick Profiler http://particletree.com/features/php-quick-profiler
06/05/2009 cluster icon
  • atoum : A simple, modern and intuitive unit testing framework for PHP!
  • Codeception : Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependen...
  • PsySH : A runtime developer console, interactive debugger and REPL for PHP. PsySH can be used as an interactive debugger, much like JavaScript's debugger sta...
  • PHP_CodeSniffer : PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
  • FireLogger : A sexy server logger console in Firebug

A tool for quickly profiling variables and resources used by PHP.

debug php test
FirePHP http://www.firephp.org
21/07/2008 cluster icon
  • FireLogger : A sexy server logger console in Firebug
  • Fire Vox : A Screen Reading Extension for Firefox
  • Greasemonkey : Greasemonkey is a Firefox extension that allows you to customize the way webpages look and function.
  • FireUnit : JavaScript Unit Testing for Firefox
  • Web Developer : The Web Developer extension adds various web developer tools to a browser. The extension is available for Chrome, Firefox and Opera, and will run on a...

FirePHP enables you to log to your Firebug Console using a simple PHP method call.

All data is sent via response headers and will not interfere with the content on your page.

FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required.

debug firefox firebug extension
Firebug Lite https://getfirebug.com/releases/lite/1.2/
25/04/2008 cluster icon
  • Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.
  • SlimerJS : A scriptable browser for Web developers
  • ExceptionHub | JavaScript Error Tracking :
  • chromeless : The chromeless project is an experiment into making it possible to build a web browser using only web technologies, like HTML, JavaScript, and CSS.
  • Babel : Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting for browser support.

A JavaScript file you can insert into your pages to simulate the Firebug console in browsers that are not named Firefox.

debug javascript browser
1639 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn