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

fix: added replay debugging to ApexLibraryExecuteExecutor #3758

Merged
merged 12 commits into from
Jan 19, 2022

Conversation

jeffb-sfdc
Copy link
Contributor

What does this PR do?

This PR adds Apex debug replay to when anonymous Apex is executed.

What issues does this PR fix or reference?

@W-10288326@

Functionality Before

When the execute anonymous command was invoked, it would run but the flow was execution only.

Functionality After

Now, when the execute anonymous command is invoked, the anonymous Apex runs, and then the replay debugger runs.

@jeffb-sfdc jeffb-sfdc requested a review from a team as a code owner January 12, 2022 17:52
@jeffb-sfdc
Copy link
Contributor Author

@rcoringrato-sfdc , traceFlags.ts is in packages/salesforcedx-utils-vscode/src/commands/traceFlags.ts. It isn't a command, and seems like the helpers directory (packages/salesforcedx-utils-vscode/src/helpers/traceFlags.ts) would be more appropriate. Any objections to it being moved?

@rcoringrato-sfdc
Copy link
Contributor

@jeffb-sfdc I missed that initially, that would be a good move.

@jeffb-sfdc jeffb-sfdc merged commit a720c18 into develop Jan 19, 2022
@jeffb-sfdc jeffb-sfdc deleted the jb/add_debugging_to_ApexLibraryExecuteExecutor branch January 19, 2022 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants