- Mar
- Threads
- 136
- 267
- 4,211
- 93
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
BEFORE
AFTER
Code:
import dbg
value = 15
dbg.TraceError("Testing Code {}".format(value))
syserr output
0717 14:46:21398 :: Testing Code 15
Code:
value = 15
printb("Testing Code {}".format(value))
syserr output
0717 14:46:21398 :: [Name:intrologin.py Line:188] Testing Code 15
Hidden content
You need to reply to this thread in order to see this content.

