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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce visual clutter in the debugger #9919

Merged
merged 3 commits into from Feb 8, 2024

Conversation

9999years
Copy link
Contributor

Motivation

When you enter the debugger, there's a bunch of visual clutter. This PR reduces it.

Before:

info: breakpoint reached


Starting REPL to allow you to inspect the current state of the evaluator.

Welcome to Nix 2.20.0pre20231222_dirty. Type :? for help.

nix-repl> :continue
error: uh oh


Starting REPL to allow you to inspect the current state of the evaluator.

Welcome to Nix 2.20.0pre20231222_dirty. Type :? for help.

nix-repl>

After:

info: breakpoint reached

Nix 2.20.0pre20231222_dirty debugger
Type :? for help.
nix-repl> :continue
error: uh oh

nix-repl>

Priorities and Process

Add 馃憤 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@github-actions github-actions bot added the repl The Read Eval Print Loop, "nix repl" command and debugger label Feb 3, 2024
src/libcmd/repl.cc Outdated Show resolved Hide resolved
@thufschmitt thufschmitt merged commit f388a61 into NixOS:master Feb 8, 2024
8 checks passed
@9999years 9999years deleted the reduce-debugger-clutter branch February 8, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repl The Read Eval Print Loop, "nix repl" command and debugger
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants