Re: debugging javascript DIH

2009-12-17 Thread Luca Molteni
Of course you can. Just use remote debugging. Which app server are you using? IDE? L.M. 2009/12/3 Joel Nylund : > is there a way to print to std out or anything from my javascript DIH > transformer? > > thanks > Joel >

Re: debugging javascript DIH

2009-12-16 Thread Shalin Shekhar Mangar
On Thu, Dec 3, 2009 at 10:51 PM, Joel Nylund wrote: > is there a way to print to std out or anything from my javascript DIH > transformer? > > I don't think so. As a workaround you can add the data that you want to print to the map and have a LogTransformer print it out. -- Regards, Shalin Shek

debugging javascript DIH

2009-12-03 Thread Joel Nylund
is there a way to print to std out or anything from my javascript DIH transformer? thanks Joel