In this SO comment, it's pointed out that the only...
# android-studio
k
In this SO comment, it's pointed out that the only way to read captured values in the debugger is to not use an inline lambda(forgive me if that's not the correct term), but instead have the lambda call a named function. https://stackoverflow.com/questions/67873951/thisactivityname-is-not-captured-error-android-kotlin#comment125032914_68919807 Otherwise, you get "foo is not captured" in watched variables. Is this something that's insurmountable? Being worked on? Anyone else consistently annoyed by it?