What function (if any) should I implement so that VScode (or really python) can pick up the value of a user defined object in the VScode variable pane whilst debugging?
In this image you can see that arr shows up as [1, 2, 3, 4]. How can I get the variable node to show its value (1) instead of <__main__.ListNode object at 0x7f4a19eafb20>

