Debugging Bindings

Hi. Not sure if this is the right community for this kind of question.

I’m developing a binding for VW CarNet to get my E-Golf charge status in openHAB2. The binding is working but I have some troubles with debugging it on my local mashine. It runs perfectly and I can debug and step trough the code at first run. If I start debugging again after changing the sourecode it looks like openHAB loads the previous built binding and not the new one with updated source. I’ve tried Clean project several times without any luck.

Any tips on how to fix this?

Is your binding ready for testing ?


Thomas

I found this on Github: https://github.com/bisho/carnet

I have no idea how to implement this into OH.