-
Notifications
You must be signed in to change notification settings - Fork 420
[W-18589337] refactor: turn on apex debug log for replay debugger without calling the CLI command #6386
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
[W-18589337] refactor: turn on apex debug log for replay debugger without calling the CLI command #6386
Conversation
connection.singleRecordQuery() does not recognize the DebugLevel metadata type INVALID_TYPE: sObject type 'DebugLevel' is not supported. This reverts commit 9e2ed98.
…osed when the VSCode window is closed
… Apex Debug Log for Replay Debugger
…e VSCode window is reloaded
…gging.ts Co-authored-by: peternhale <[email protected]>
…rror if the record is not found
…turn off Apex debug logging when no trace flag is present
…tly after authorizing to an org that contains a trace flag
…eContext.ts instead of in configSet.ts and orgLoginWeb.ts
…rgChange() in workspaceContext.ts
…has an expired trace flag
packages/salesforcedx-vscode-core/src/commands/auth/orgLoginWeb.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/src/commands/auth/orgLoginWeb.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an observation
packages/salesforcedx-utils-vscode/src/context/workspaceContextUtil.ts
Outdated
Show resolved
Hide resolved
QA: turned on debugging, turn off debug logs via command turn on debugging seems good! |
…hub.com:forcedotcom/salesforcedx-vscode into daphne/W-18589337-turn-on-apex-debug-logs-part2
…se it is no longer needed
…flag for the current user
What does this PR do?
a. Reload the VSCode window
b. Handle expired trace flags
c. Set a default org
d. Authorize to an org
e. Logout from an org
f. Create a scratch org
g. Delete a scratch org
Test plan here: https://salesforce.quip.com/J7TIA322cOdj
What issues does this PR fix or reference?
@W-18589337@