You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,4 +110,10 @@ Enabling debug logging can greatly increase the information available which can
110
110
111
111
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.
112
112
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