Hi, I've set up breakpoints for debugging, but it ...
# getting-started
e
Hi, I've set up breakpoints for debugging, but it ignores them and flies right through. Any advice?
m
is this on marked? It will ignore. Otherwise, if its a lambda, make sure you break on the correct things
e
Where do you see that menu for line vs lambda breakpoint?
m
its what you will see if you try to put a breakpoint on a line that contains a lambda
j
are you running in debug mode? I've made that mistake
e
Yeah, these are expressions outside of lambdas