rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Add a `debug` mode

Open wolfv opened this issue 1 year ago • 2 comments

It would be nice to have a conda-debug equivalent. It should start by showing you the different variants and a interactive selector. It should also let you select which output you want to debug.

It would then run the build until it hits that output. Then it prepares the environment and stops, prints the directory and then the user can go into the environment and edit it.

wolfv avatar Feb 22 '24 17:02 wolfv

It should also support tests. We should be able to get inside the test environment of our choice.

It might also be a good idea to chose a different name? I always found "debug" not very informative or representative of what the command does. Maybe "--create-env-only"? edit? prepare? Inline?