Skip to content

Commit

Permalink
doc: update doc for console log (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
scnwwu committed Aug 27, 2024
1 parent ca6569c commit d2ce76a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/Configurations/Profiles/sas9ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ sidebar_position: 4

For a secure connection to SAS 9.4 (remote - SSH) server, a public / private SSH key pair is required. The socket defined in the environment variable `SSH_AUTH_SOCK` is used to communicate with ssh-agent to authenticate the SSH session. The private key must be registered with the ssh-agent. The steps for configuring SSH follow.

:::note

You can use the console log to help debug connection issues. For more information, see [How do I debug connection failures?](../../faq.md#how-do-i-debug-connection-failures)

:::

## Profile Anatomy

A SAS 9.4 (remote – SSH) connection profile includes the following parameters:
Expand Down
6 changes: 6 additions & 0 deletions website/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Confirm if SAS Integration Technologies Client is successfully installed. Refer

Click `Help > Toggle Developer Tools` from the top menu bar.

### How do I debug connection failures?

The console log includes detailed errors and warnings that you can use to help debug problems with your connection. To open the console log, click `Help > Toggle Developer Tools` from the top menu bar.

If you need more help, you can enter a GitHub issue by clicking https://github.com/sassoftware/vscode-sas-extension/issues/new/choose and filling out the form. Be sure to include the errors and warnings from the console log.

### Why am I getting blank errors?

Restart your VS Code session.
Expand Down

0 comments on commit d2ce76a

Please sign in to comment.