Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Troubleshooting" page has been changed by SeggyUmboh.
http://wiki.apache.org/couchdb/Troubleshooting?action=diff&rev1=15&rev2=16

--------------------------------------------------

  
  
  == Map/Reduce debugging ==
- You can debug your Map and Reduce functions in the js command line. First you 
assign a document to a variable:
+ You can debug your Map and Reduce functions in the js command line. The fact 
that documents and function definitions are real javascript code makes it 
trivial to copy and paste both into SpiderMonkey.
+ 
+ First you assign a document to a variable (I like to copy from the Source tab 
in Futon):
  {{{
  js> doc = {
     "_id": "image-5",

Reply via email to