October 2006
June 2006
pastebin - collaborative debugging tool
by parmentierf (via)pastebin is here to help you collaborate on debugging code snippets. If you're not familiar with the idea, most people use it like this:
* submit a code fragment to pastebin, getting a url like http://pastebin.com/1234
* paste the url into an IRC or IM conversation
* someone responds by reading and perhaps submitting a modification of your code
* you then view the modification, maybe using the built in diff tool to help locate the changes
1
(2 marks)