Is [the lack of the `cookie` scope](https://github.com/softwareCobbler/luceedebug/blob/f14062a00f431d9253749d44e602bf33b5ab3283/luceedebug/src/main/java/luceedebug/coreinject/DebugFrame.java#L82-L90) an oversight or is there a reason to exclude it? I ask because my troubleshooting latest task involves inspecting cookies. I can do `foo = cookie` as a workaround but it's better not to touch the code.