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

Initialize default environement for debugger. #3410

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

karliss
Copy link
Member

@karliss karliss commented Jan 31, 2025

Your checklist for this pull request

Detailed description

Initialize io->envprofile so that default environment variables during debugging aren't empty. Rizin does more or less the same thing in rz_main_rizin.

Test plan (required)

  • open /usr/bin/env
  • start debugging
  • press continue a until program exits
  • inspect output in console
  • Expected-> the env executable printed a bunch of environment variables

Closing issues
Closes #3408

@karliss karliss added BUG Debug Issues related to the Debug component of Cutter labels Jan 31, 2025
@karliss karliss requested a review from wargio February 4, 2025 15:30
@karliss karliss merged commit 6a68b6f into rizinorg:dev Feb 5, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Debug Issues related to the Debug component of Cutter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty environment when debugging in cutter
2 participants