Discuss Scratch
- ZozaTech
-
Scratcher
500+ posts
Code LOG
So basically, my suggestion is to tell you what is happening during the project.
So basically this http://prnt.sc/a61mvt .
Or
So basically this http://prnt.sc/a61mvt .
Or
Thanks to TheScratchHobbiest!
Last edited by ZozaTech (Aug. 14, 2016 10:33:31)
- liam48D
-
Scratcher
1000+ posts
Code LOG
Perhaps this would be useful if the log were configurable, so that you could decide what you want to see in the log?
And also the log would have to be toggle-able of course right?
And also the log would have to be toggle-able of course right?

- ZozaTech
-
Scratcher
500+ posts
Code LOG
Perhaps this would be useful if the log were configurable, so that you could decide what you want to see in the log?Yes, it would ofcourse be toggle-able(you can select wether to have it or not.)
And also the log would have to be toggle-able of course right?
- alexphan
-
Scratcher
1000+ posts
Code LOG
supportReason?
Support, would be useful for debugging, but what if, let's say, a variable was being changed forever? Would it just print a bunch of stuff showing it changed? Or would it just say
“x is 2” then changes to “x is 3”?
- ZozaTech
-
Scratcher
500+ posts
Code LOG
You don't need a reason to support, just one to no support, and also, it would say 'variable x has changed from 2-3(and in this bracket -how many times it is doing it)supportReason?
Support, would be useful for debugging, but what if, let's say, a variable was being changed forever? Would it just print a bunch of stuff showing it changed? Or would it just say
“x is 2” then changes to “x is 3”?
- gdpr533f604550b2f20900645890
-
Scratcher
1000+ posts
Code LOG
I think the log should act like the browser console, with users being able to print something with a block similar to console.log(). I would rather have the programmer decide what is logged rather than automatically logging information such as variable changes, for more versatility.
- ZozaTech
-
Scratcher
500+ posts
Code LOG
I think the log should act like the browser console, with users being able to print something with a block similar to console.log(). I would rather have the programmer decide what is logged rather than automatically logging information such as variable changes, for more versatility.Yep..
- stickfiregames
-
Scratcher
1000+ posts
Code LOG
I think the log should act like the browser console, with users being able to print something with a block similar to console.log(). I would rather have the programmer decide what is logged rather than automatically logging information such as variable changes, for more versatility.You can do that with a list.
Support for a configurable log though, it would be a lot easier.
- Firedrake969
-
Scratcher
1000+ posts
Code LOG
SupportI think the log should act like the browser console, with users being able to print something with a block similar to console.log(). I would rather have the programmer decide what is logged rather than automatically logging information such as variable changes, for more versatility.You can do that with a list.
Support for a configurable log though, it would be a lot easier.
- Sheep_tester
-
Scratcher
500+ posts
Code LOG
Support for
and the console only appears when the block is in the project, like having a graphic effect block in the project; once it is dragged out, the console disappears.
And the console is resizable.
log [Success!] in the console::control(or something like that)
and the console only appears when the block is in the project, like having a graphic effect block in the project; once it is dragged out, the console disappears.
And the console is resizable.
- Scratcher1002
-
Scratcher
1000+ posts
Code LOG
I think the log should act like the browser console, with users being able to print something with a block similar to console.log(). I would rather have the programmer decide what is logged rather than automatically logging information such as variable changes, for more versatility.So much support for that. I would love this for debugging. But in the meantime, I'll go make a workaround.
- Scratcher1002
-
Scratcher
1000+ posts
Code LOG
Okay everyone, if you want to use it, here it is.I think the log should act like the browser console, with users being able to print something with a block similar to console.log(). I would rather have the programmer decide what is logged rather than automatically logging information such as variable changes, for more versatility.So much support for that. I would love this for debugging. But in the meantime, I'll go make a workaround.
- LP_Play
-
Scratcher
1000+ posts
Code LOG
Support, but it would say “Running forever” or “Running in loop ”LOOP NAME“” if there is a loop in the project.
If you don't, then this would break a project if someone used
If you don't, then this would break a project if someone used
repeat (99999999)or
end
forever
end
Last edited by LP_Play (Aug. 10, 2016 16:58:15)
- TheScratchHobbiest
-
Scratcher
500+ posts
Code LOG
Mind if I make a better mock up?
Last edited by TheScratchHobbiest (Aug. 10, 2016 14:38:09)














