mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
"Meta/serenity.sh gdb" command opens tmux and creates windows for GDB and emulator's logs. The problem is that while it uses "trap" to close just opened tmux session once debugging is finished, it will close previously opened session as well due to "trap" is setup twice. This commit tries to prevent touching other tmux session.