Re: [elm-discuss] Re: Any tricks for debugging?

2016-09-15 Thread joseph ni
Ahh, I needs it! Just spent last night trawling through chrome dev console looking at single line formatted debug.log, finally found the bug after an hour but it took me back to js days... Because all your business logic is explicitly reflected in your model, being able to step and look at

Re: [elm-discuss] Re: Any tricks for debugging?

2016-09-15 Thread Zinggi
Well elm-conf is happening right now, so we'll get more info very soon. On Thursday, 15 September 2016 21:50:42 UTC+2, John Orford wrote: > > any ballpark guesses on when 0.18 will happen? before the end of the year > perhaps? > > On Thu, 15 Sep 2016 at 21:37 Zinggi

Re: [elm-discuss] Re: Any tricks for debugging?

2016-09-15 Thread John Orford
any ballpark guesses on when 0.18 will happen? before the end of the year perhaps? On Thu, 15 Sep 2016 at 21:37 Zinggi wrote: > You could wait some time on the 0.18 release which will most likely bring > back the time traveling debugger, with object introspection. > This

[elm-discuss] Re: Any tricks for debugging?

2016-09-15 Thread Zinggi
You could wait some time on the 0.18 release which will most likely bring back the time traveling debugger, with object introspection. This is much more comfortable than Debug.log. For now, you could use this library which