The current value of the debugging flags. May be read or set. Like its command-line equivalent, you can use numeric or symbolic values, eg $^D = 10 or $^D = "st".
$^D = 10
$^D = "st"
Mnemonic: value of -D switch.