Are you looking to debug in test environment or production? Couple of options are debug/info level logging; or attaching to the process with IDE. You can deploy a test function with additional logs; after debugging, deploy production ready function (without logs).
-Anil On Wed, Aug 14, 2019 at 10:15 AM aashish choudhary < aashish.choudha...@gmail.com> wrote: > Hi All, > > Is there any easy way to debug geode functions? > > With best regards, > Ashish >