NETCoreBlockly
NETCoreBlockly copied to clipboard
Incode Comments
Adding comments as blocks within code. No functionality though.
Workaround: Implement as a simple Print block
It will be ready in the next release
Update latest https://www.nuget.org/packages/NetCore2Blockly version 8.2024.503.745
You will find an example https://ignatandrei.github.io/BlocklyAutomation/automation/loadexample/comments
Great. comment works nicely! :)
How do you use the debugger block? Tried it and get :
ReferenceError: startDebugger is not defined
I guess it is for debugging NetCoreBlockly not for debugging Blockly Block apps ... ie At a lower level. If so OK.
Great work on your part!
I will review the debugger ASAP
The debugger is for the console of the web browser - and , indeed ,it is an error. It will be in the next version