Skip to content

Commit 55603f9

Browse files
Add general troubleshooting section to README (#540)
1 parent 14303f0 commit 55603f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,10 @@ Enabling debug logging can greatly increase the information available which can
110110

111111
WARNING : Doing this will add a not-insignificant overhead to the test run duration from writing all the additional content to the log files, which may cause timeouts to occur in tests. If this happens you can temporarily increase those timeouts while debug logging is enabled to avoid having unexpected failures.
112112

113-
To enable debug logging in the pipelines set the `AFSQLEXT_TEST_LOGLEVEL` pipeline variable to the desired value (such as `Debug`) and it will use that value when running tests instead of the default.
113+
To enable debug logging in the pipelines set the `AFSQLEXT_TEST_LOGLEVEL` pipeline variable to the desired value (such as `Debug`) and it will use that value when running tests instead of the default.
114+
115+
## General Troubleshooting
116+
117+
### Getting error "OmniSharp.Extensions.JsonRpc.RpcErrorException" when debugging Powershell functions
118+
119+
See https://github.com/microsoft/vscode-azurefunctions/issues/3223 for details and suggestions, but generally updating to Powershell 7.2+ should fix this. Make sure you're setting the default terminal to Powershell 7 and then reloading VS Code before trying to launch and debug the functions.

0 commit comments

Comments
 (0)