Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for debugging

jsbin

jsbin.com ist ein cooles “Paste Bin” Webinterface in dem nicht nur der Code, sondern auch der Kontext in dem der Code läuft eingegeben werden kann.

JS Bin is a webapp specifically designed to help JavaScript and CSS folk test snippets of code, within some context, and debug the code collaboratively.

JS Bin allows you to edit and test JavaScript and HTML (reloading the URL also maintains the state of your code - new tabs doesn’t). Once you’re happy you can save, and send the URL to a peer for review or help. They can then make further changes saving anew if required.

Ein kurzes Video Tutorial erklärt es noch besser.

via ajaxian

Debugging Perl

Schon lange kein Perl Link mehr gehabt - hmm und ehrlich gesagt auch schon lange kein Perl Skript mehr angefasst.

Egal, um so praktischer der Artikel Debugging Perl.

YAML CSS-Debugging per Bookmarklet

Praktisch das YAML CSS-Debugging per Bookmarklet

Folgende Funktionen sind implementiert:

  • Verfügbarkeitstest für YAML’s iehacks.css Stylesheet (Funktioniert gesichert über Einbindung ins zentrale Stylesheet)
  • Hervorhebung von DIV-Containern mit ID- und Klassenbezeichnung (einschl. YAML-Subtemplates und .floatbox-Klasse)
  • Hervorhebung der Gliederungsebenen bei Überschriften (H1..H6)
  • Hervorhebung spezieller Textauszeichnungen (z.B. abbr, code, q, cite)
  • Hervorhebung inhaltsleerer Elemente
  • Hervorhebung von Elementen mit Inline-Styles
  • Hervorhebung von Skip-Ankern

PHP Debugging mit Eclipse und PDT

developerworks beschreibt wie man dem Eclipse Plug-In PDT das Debuggen von PHP beibringt.

This tutorial demonstrates how to configure the PHP Development Tools (PDT) plug-in for Eclipse to debug your PHP scripts. It also introduces the perspectives you’ll use (namely, PHP Debug) when taking closer looks at your PHP scripts.

Eine gute Beschreibung wie man XDebug unter OS X 10.5.2 zu laufen bekommt bietet der Artikel Compiling & installing Xdebug for PHP 5.2.5 (Entropy.ch build) on OS X 10.5.

MacGDBp - Xdebug GUI

Mal testen: MacGDBp scheint ein GUI für Xdebug zu sein.

Like any traditional debugger, MacGDBp will allow you to walk through your code one line (or more) at a time. The three stepping controls allow you to step into a line of code, moving deeper into the function stack; step out of a line of code, taking you out of a function and up the stack by one level; or step over a line of code, for when inspection of a further method call is not necessary.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.