@Hunter try using line index of 0 in your code? i'm wondering if the debugger is still indexed starting at 1 (while 2.0 code, which you're writing in, has sublist indices start at 0). if there's only 1 line on the PO, trying to access line index 1 (aka line 2) would return undefined.