Skip to content
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

Log debuggee command #2192

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

adpi2
Copy link
Member

@adpi2 adpi2 commented Nov 16, 2023

@adpi2 adpi2 requested a review from tgodzik November 16, 2023 12:55
@@ -200,6 +200,11 @@ object Forker {
val envMap = builder.environment()
envMap.putAll(env.asJava)
builder.redirectErrorStream(false)
logger.info("Forking process:")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we want it under debug rather?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can we get debug logs with Bloop?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we would need to add a flag to starting params. Maybe it's fine to do info.

@adpi2 adpi2 force-pushed the log-debuggee-command branch 3 times, most recently from 045d8ec to 001e5e4 Compare November 22, 2023 13:34
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.

Remove stripPrefix("-J") workaround for Metals
2 participants