salesforcedx-vscode icon indicating copy to clipboard operation
salesforcedx-vscode copied to clipboard

Use expressions on a breakpoint.

Open td-gonzales opened this issue 5 years ago • 0 comments

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.

td-gonzales avatar Feb 06 '20 16:02 td-gonzales