function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aaron M OlsonAaron M Olson 

apex debugger breakpoint issue

Hello,

I am saw a video recently about apex debugger to find out we have access to it and woudl have saved us huge amounts of time recently i believe.  So we are excited to give it a go.

I am trying to get it to hit a breakpoint however without success.  I can see within the instance the session started and It seems within eclipse all is connecting.  however, when I anonymously fire a batch class for example with breakpoints nothing is happening.  

Can anyone tell me what I might be doing wrong?   I am very new to eclipse environment too so any help would be great.  

These are the instructions I was following to get it working:
https://developer.salesforce.com/docs/atlas.en-us.210.0.eclipse.meta/eclipse/debugger_overview.htm

This is the instruction I cannot get and where you test hitting a breakpoint:
https://developer.salesforce.com/docs/atlas.en-us.210.0.eclipse.meta/eclipse/debugger_test_your_setup.htm


Thanks.