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

Allow agent to be debugged by IntelliJ #2930

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Allow agent to be debugged by IntelliJ #2930

merged 1 commit into from
Jan 29, 2024

Conversation

steveyegge
Copy link
Contributor

If you set some new env vars you can spawn the agent with --inspect, which allows IntelliJ to connect to it. There is also an option to have the agent listen on a socket for the client to attach.

Test plan

Manually tested; it is a dev-only code path.

If you set some new env vars you can spawn the agent with --inspect,
which allows IntelliJ to connect to it. There is also an option to
have the agent listen on a socket for the client to attach.
Copy link
Contributor

@pkukielka pkukielka left a comment

Choose a reason for hiding this comment

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

LGTM!

@steveyegge steveyegge merged commit 7ea1f0f into main Jan 29, 2024
15 checks passed
@steveyegge steveyegge deleted the stevey/agent branch January 29, 2024 18:18
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