Is there a way in BlocklyProp to comment out a block(s)?
This would not be to add a Cnt/Com block, but rather temporarily cause non-execution of a few existing blocks while troubleshooting.
My best ideas so far for hacks:
1-put them in a loop that runs 0 times. But adding that requires several mouse steps of dragging out the post-comment blocks, etc.
2-pull them over into a function "commentedOutBlocks" that is never called.
This would not be to add a Cnt/Com block, but rather temporarily cause non-execution of a few existing blocks while troubleshooting.
My best ideas so far for hacks:
1-put them in a loop that runs 0 times. But adding that requires several mouse steps of dragging out the post-comment blocks, etc.
2-pull them over into a function "commentedOutBlocks" that is never called.