JavaScript debuging

In V2, when I entered a JS function decoder, there was a way to send it test data and a place to see the results from the decoder test…

How do we do this in V3???

2 Likes

You can’t :disappointed:

You can write your own .js. The down part after
// Print the final result: is not part of the decoder. There you can add testing data (ttnbytes) and the following codes.

Of course you must omit <script> and </script> tags.

https://js.do/code/557365

We have some open issues related to this on GitHub:

If this is important to you, you can add a :+1: on those issues. The team uses those :+1:'s to prioritize what we’re working on. Also, if you’re interested in contributing this feature, please leave a comment on the GitHub issue.

Screen Shot 2021-02-03 at 11.45.49

1 Like