Oct 22, 2005 - geek    No Comments

pastebin – collaborative debugging tool

http://pastebin.com/

Wonderful website to help developers chatting online trying to debug code.

Simply hit the website, paste the code and it will generate a unique url for that specific code. It will also allows the other people to come along and modify the code. It also has a diff tool to easily see what was changed.

It also allows ‘private pastebins’. Simply put you can create a subdomain, eg http://skit.pastebin.com/. This gives you a private play area to submit code and prevent randoms from coming in a modifing the code. :)