lazygit/pkg/integration/clients
Stefan Haller 682e54222c Don't wait for debugger in daemon mode
When debugging an integration test that involves some behind-the-scenes
rebasing, the daemon lazygit would also wait for a debugger to attach. This is
very confusing because the test seems to hang; once you figured out what's going
on, it's inconvenient because you need to attach a debugger to the daemon every
time you debug the test.

Now, it would sometimes be useful to be able to debug the daemon itself (whether
inside an integration test, or during normal usage), and I have often wished to
be able to do that. We might introduce an additional env var (and command-line
option?) to enable this; but that's out of scope here.
2025-04-20 15:53:17 +02:00
..
injector Don't wait for debugger in daemon mode 2025-04-20 15:53:17 +02:00
cli.go Use print instead of printf when there are no arguments 2024-08-27 10:33:06 +02:00
go_test.go Fix typos 2025-01-03 10:50:36 +11:00
tui.go Ignore return values of fmt.Scanln 2024-08-27 10:33:06 +02:00