You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Apex debugger doesn't highlight anymore the APEX line I placed the breakpoint, and also the 'Step Over' button doesn't seem to move forward.
The Variable section too is empty which infact was really helpful for debugging (see attached Screenshot)
This is my Launch.Json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Apex Debugger",
"type": "apex",
"request": "launch",
"salesforceProject": "${workspaceRoot}"
}
]
}
Steps To Reproduce:
Use my Launch.json if you like
Have the v60.15.0 of the interactive debugger
open an APEX class with different methods
have Salesforce also open in a sandbox or production
place the breakpoint over an SOQL query (for example) or on a line statement that builds a List for example.
Expected result
I would like to see all the members of the Apex class in the 'Variable' section as soon as I reach an breakpoint. Also the indication of the breakpoint changes depending on the line of code (see screenshots).
Whenever a LIST gets created on the code level, it looks empty in the 'Variable' section.
Actual result
I don't see the 'Variable' section populated anymore, whenever I place a stop within a method of the apex class.
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.
Summary
the Apex debugger doesn't highlight anymore the APEX line I placed the breakpoint, and also the 'Step Over' button doesn't seem to move forward.
The Variable section too is empty which infact was really helpful for debugging (see attached Screenshot)
This is my Launch.Json
Steps To Reproduce:
Expected result
I would like to see all the members of the Apex class in the 'Variable' section as soon as I reach an breakpoint. Also the indication of the breakpoint changes depending on the line of code (see screenshots).
Whenever a LIST gets created on the code level, it looks empty in the 'Variable' section.
Actual result
I don't see the 'Variable' section populated anymore, whenever I place a stop within a method of the apex class.
Additional information
Feel free to attach a screenshot.
Salesforce Extension Version in VS Code: V60.15.0
Salesforce CLI Version: salesforce/cli/2.43.7 darwin-arm64 node-v20.13.1
OS and version: SONOMA 14.5
VS Code version: 1.89.1d
Most recent version of the extensions where this was working: I can't remember but definitely before the version 60 of the Salesforce Extention Pack.
The text was updated successfully, but these errors were encountered: