-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to generate debug code ? #260
Comments
As for now, I think we can consider debugging broken... We need to revise the way we do debugging, possibly through a ThingML tool |
Alright. I patched the JSThingImplCompiler.java : |
Note that we now have a tool to instrument ThingML with logs (does not yet work for C, though). I can try do write some documentation about it. |
Actually, the stuff that fungiboletus is deveopping could be a really good test / showcase for the tool you have made Brice and it runs in the browser. |
Cool :-) I'll make a small tutorial, then |
OK, this README.MD should get you started. |
Note that the readme does not explain how to use the dashboard made by @nicolasferry :-) just to get raw logs out of your Thingml programs |
It's not documented anywhere but it looks like a few debug annotations exist :
I did put them in my configuration, but still no debug code is generated. Is there something more to do ?
The text was updated successfully, but these errors were encountered: