Skip to content

Send logpoint messages to the debug console #1139

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

Closed

Conversation

sbj42
Copy link
Contributor

@sbj42 sbj42 commented Mar 16, 2022

This change receives logpoint messages as "logpoint" custom events from the java-debug java extension, and then prints them to the current active debug console.

Together with microsoft/java-debug#402, this would address #710

Logpoint messages arrive as "logpoint" custom events.  This should be
paired with a change in java-debug to send logpoint messages as
logpoint events.
@sbj42
Copy link
Contributor Author

sbj42 commented Mar 16, 2022

Here's a demonstration of this change:
java-logpoint

@testforstephen testforstephen self-requested a review March 16, 2022 02:27
@testforstephen
Copy link
Contributor

If you use the standard OutputEvent to print logpoint message, this PR is not needed.

@sbj42
Copy link
Contributor Author

sbj42 commented Mar 22, 2022

Closing: microsoft/java-debug#402 has been updated to use OutputEvent instead of a custom logpoint event, no change is necessary in this repo.

@sbj42 sbj42 closed this Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants