Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger not working correctly v 61.15.0 #5880

Closed
gamatibrightcove opened this issue Oct 2, 2024 · 2 comments
Closed

Debugger not working correctly v 61.15.0 #5880

gamatibrightcove opened this issue Oct 2, 2024 · 2 comments

Comments

@gamatibrightcove
Copy link

Summary

Dear Team,
when enable the debugger to start debugging in my developer sandbox, I have VSCode stopping the exception at the breakpoint I specified, however, I cannot see the yellow pointer anymore on the line, the 'Variable' and 'Call Stack' sections are empty, and the 'Step over' button gives no signed of life. It doesn't proceed to the next statement.

Steps To Reproduce:

  1. Open any VSCode and install the version 61.15
  2. Open any of your Apex classes and set one breakpoint.
  3. My lunch.json file is as follow:
"version": "0.2.0",
  "configurations": [
    
    

    {
      "name": "Launch Apex Debugger",
      "type": "apex",
      "request": "launch",
      "salesforceProject": "${workspaceRoot}"
    }
  ]
}
  1. make sure you have the permission 'Apex Debug' assigned to your user.
  2. Launch the debugger in VSCode and do something in Salesforce that would trigger the calls of your apex class and see what you get.

Expected result

I would like to be able to use the Step Over button and proceed the execution line by line

Actual result

VS code seems stuck on the breakpoint

Additional information

Screenshot 2024-10-02 at 18 52 41

Salesforce Extension Version in VS Code: 61.15

Salesforce CLI Version:
2.59.6
OS and version:
OS: Darwin arm64 23.6.0
VS Code version:
Version: 1.93.1 (Universal)
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.6.0
Most recent version of the extensions where this was working: I lost count

@svc-idee-bot
Copy link
Collaborator

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

@daphne-sfdc
Copy link
Contributor

Duplicate of #5557

@daphne-sfdc daphne-sfdc marked this as a duplicate of #5557 Oct 2, 2024
@daphne-sfdc daphne-sfdc closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants