Hi, thanks a lot for the great library. I'm trying to debug some errors that popup on the JS side while upgrading to the latest version of Meshcat for this repo (I'm trying to add capsule support); so far I got the capsules to work, but broke something with the mesh geometries in the process. I was wondering if you could give some hints on how to debug these errors; the only thing that comes to mind is to use a development build of the main.js so that I could step into the code (it might be an issue on my side, maybe I'm not sending the correct data). Is there a way to generate this build? or maybe you have some other techniques to debug these kind of issues.
Hi, thanks a lot for the great library. I'm trying to debug some errors that popup on the JS side while upgrading to the latest version of
Meshcat
for this repo (I'm trying to add capsule support); so far I got the capsules to work, but broke something with the mesh geometries in the process. I was wondering if you could give some hints on how to debug these errors; the only thing that comes to mind is to use a development build of themain.js
so that I could step into the code (it might be an issue on my side, maybe I'm not sending the correct data). Is there a way to generate this build? or maybe you have some other techniques to debug these kind of issues.Thanks a lot in advance.