salesforcedx-vscode
salesforcedx-vscode copied to clipboard
Use expressions on a breakpoint.
I'm iterating over a loop that throws a NPE when I try to iterate over a record with a certain Id. I want to set a breakpoint to stop when that variable equals the Id I'm interested in.
Currently I have to keep pressing the continue button some 300 times to get to where the error actually happens.