• Sai Mudivarty
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Hi Everyone,
I am experiencing an issue with the Apex Replay Debugger on my Mac. When I am trying to replay a log file in Apex Replay Debugger in VSCode, the debugger never stops at the specified break point.
When I hover over the breakpoint when the log file execution starts, it shows the breakpoint as an ‘unverified breakpoint’.
I have verified the logs and it didn't skip any bytes during the execution which could potentially prevent the debugger from stopping at the break point.
I have specified the Salesforcedx-vscode-apex › Java: Home in the settings as well.
Is there something that I am missing ?
Here is the configuration for the Apex Replay Debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Apex Replay Debugger",
"type": "apex-replay",
"request": "launch",
"logFile": "${command:AskForLogFileName}",
"stopOnEntry": true,
"trace": true
},
{
"name": "Launch Apex Debugger",
"type": "apex",
"request": "launch",
"sfdxProject": "${workspaceRoot}"
}
]
}
Any help is greatly appreciated.
Thanks,
Uday

Hi Everyone,
I am experiencing an issue with the Apex Replay Debugger on my Mac. When I am trying to replay a log file in Apex Replay Debugger in VSCode, the debugger never stops at the specified break point.
When I hover over the breakpoint when the log file execution starts, it shows the breakpoint as an ‘unverified breakpoint’.
I have verified the logs and it didn't skip any bytes during the execution which could potentially prevent the debugger from stopping at the break point.
I have specified the Salesforcedx-vscode-apex › Java: Home in the settings as well.
Is there something that I am missing ?
Here is the configuration for the Apex Replay Debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Apex Replay Debugger",
"type": "apex-replay",
"request": "launch",
"logFile": "${command:AskForLogFileName}",
"stopOnEntry": true,
"trace": true
},
{
"name": "Launch Apex Debugger",
"type": "apex",
"request": "launch",
"sfdxProject": "${workspaceRoot}"
}
]
}
Any help is greatly appreciated.
Thanks,
Uday