Remix.run Logo
boxed a day ago

I really hope the debugger improvements are noticeable. The number of times I've stopped in a debugger and I can't see the variables I want to look at has been extremely high.

tarentel a day ago | parent | next [-]

Since the release of Swift. :|

mpalczewski a day ago | parent | prev | next [-]

it's surprising how often this has been an issue. given up on it a long time ago. now old school print statements instead. seem to work better anyway. the debugger isn't slowing the app down.

skylurk a day ago | parent | prev [-]

Huh I thought I just didn't know what I was doing