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

Build debugging repl #42

Open
andrewchambers opened this issue May 15, 2020 · 1 comment
Open

Build debugging repl #42

andrewchambers opened this issue May 15, 2020 · 1 comment

Comments

@andrewchambers
Copy link
Owner

During a package build it seems important to be able to do a few things:

  • Drop to a repl (This should invalidate the build).
  • Launch a regular terminal from a debug repl.
  • Get local access to the build directory (perhaps via sshfs?).

This should work the same for both local builds and remote builds.

I envision this feature to work similarly to a the fetch.sock but when --debug is set, there is also a debug.sock that forwards connections to a local daemon, (exactly like the fetch server).

@andrewchambers
Copy link
Owner Author

Stretch goal would be save/rewind. This might be as simple as rsync + saving environment variables.

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

No branches or pull requests

1 participant