-
Notifications
You must be signed in to change notification settings - Fork 968
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
Add debug documentation and configuration #9435
Add debug documentation and configuration #9435
Conversation
Signed-off-by: Daniel Rowe <rowdane@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9435 +/- ##
=======================================
Coverage 61.74% 61.74%
=======================================
Files 3816 3816
Lines 91890 91890
Branches 14563 14563
=======================================
+ Hits 56733 56735 +2
+ Misses 31497 31496 -1
+ Partials 3660 3659 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: daniel <51932404+d-buckner@users.noreply.github.com>
Signed-off-by: daniel <51932404+d-buckner@users.noreply.github.com>
@@ -230,6 +230,11 @@ $ wsl -d docker-desktop | |||
$ sysctl -w vm.max_map_count=262144 | |||
``` | |||
|
|||
#### Debugging | |||
You can debug the OpenSearch Dashboards server by | |||
1. Attaching your debugger client to the debug port on port `9229`. If you're using VSCode, you can use the `attach-to-server` debug configuration provided. |
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.
No love for webstorm? :(
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.
I'd love this for webstorm too! Do you know if webstorm has a similar debugging file? We can include as followup.
should we close this issue? #723 |
Yup, we can close once this is merged. Any blockers preventing approval/merge here? |
Description
This PR is to introduce basic debugging documentation and configuration for the OpenSearch Dashboards server.
Issues this resolves
Changelog
Check List
yarn test:jest
yarn test:jest_integration