P command no longer assigns to a variable

I’m on chapter 5 page 98, when running the p self command it no longer seems to assign the resulting object to a variable. This is in Xcode 26, is there a setting to reenable this behaviour?

For the record this is what I’m now seeing, it doesn’t seem to store this object into a variable automatically.

(lldb) p self
(Signals.MainViewController) 0x0000000000000003 {
  UIKit.UITableViewController = <uninitialized>
  detailViewController = <parent is NULL>

}