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

Support starting a kitty debugging window with the 'kitten' command #2522

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

k4lizen
Copy link
Contributor

@k4lizen k4lizen commented Jan 17, 2025

Support starting a kitty debugging window with the 'kitten' command. Essentially while doing this works:

context.terminal = "kitty @ launch --location=before --cwd=current --bias=65".split()

it is deprecated, and one should do this:

context.terminal = "kitten @ launch --location=before --cwd=current --bias=65".split()

P.S. I'm no longer encountering this issue: #2471 (comment)

@k4lizen
Copy link
Contributor Author

k4lizen commented Jan 17, 2025

Ah wait this breaks contextoutput in pwndbg..

@k4lizen k4lizen marked this pull request as draft January 17, 2025 17:14
@k4lizen k4lizen marked this pull request as ready for review January 17, 2025 18:22
@k4lizen
Copy link
Contributor Author

k4lizen commented Jan 17, 2025

Sending SIGTERM allows gdb (and it's scripts) to gracefully exit which is important for stuff like this https://github.com/joaogodinho/pwnmux?tab=readme-ov-file#usage that needs to close the extra windows.

Copy link
Member

@Arusekk Arusekk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay I guess, I just dom't generally like when code grows :D

@peace-maker peace-maker merged commit fac8f1e into Gallopsled:dev Jan 21, 2025
9 checks passed
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

Successfully merging this pull request may close these issues.

3 participants