How can you debug stored javascript functions in MongoDB?

后端 未结 2 1458
后悔当初
后悔当初 2021-01-18 07:04

I\'m thinking of moving some workflow logic from C# code to stored JS in MongoDB (for example, wen a user sends a message, a bunch or records is to be created in different c

2条回答
  •  孤独总比滥情好
    2021-01-18 07:41

    I guess you can write some debug information into separate collection and see how things are going, but it seems to me that actual debugging is not possible.

提交回复
热议问题