- ago
Using the new
CODE:
WriteToDebugLog(obj txt, bool GroupbySymbol)
, the content of the Debug Log is not refreshed and cleared after each run. How do I clear the old content in debug log so that it only display the log information for the current run?
1
774
Solved
4 Replies

Reply

Bookmark

Sort
Glitch8
 ( 12.08% )
- ago
#1
Hmmm looks like that was an oversight, I’ll make that clear between runs for the next release.
1
- ago
#2
I'd suggest rather adding a ClearDebug method. Some circumstances might want to accumulate the log across multiple runs. Let the user control this behavior.
1
- ago
#3
I'm not a fan of having to explicitly clear the debug log the legacy way (WL6) which I was always forced to do.
0
Glitch8
 ( 12.08% )
- ago
#4
Let’s see, maybe I can come up with something here that will please everyone 🤔
2
Best Answer

Reply

Bookmark

Sort