Debugging Third Party Libraries

I get some errors from third party library. I added some IO.inspect but they dont work, nothing appears in logs. What cause that and how can i solve that ?

After fiddling with the sources of the deps, have you rebuilt them?

mix deps.compile before testing your stuff should do it.

But perhaps you can teill us which dependency you are talking about and tell us how you use it and which error you get than?

Perhaps it is a known bug? Perhaps you are using it wrong?

2 Likes

Thanks mix deps.compile solved