You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugged process has completely empty environment variable list. Doing the same thing in rizin works as expected.
To Reproduce
Steps to reproduce the behavior:
open /usr/bin/env in cutter
start debugging
continue
observe that nothing was printed
Expected behavior
Unless custom rzrun profile is configured, enviornment should be inherited from parent process - cutter.
Screenshots
Additional context
There isn't much difference in the way reopening in debug mode works in cutter and rizin. So maybe something in the way Cutter initializes rizin earlier. Will continue debugging to find out how and why the environment gets wiped.
The text was updated successfully, but these errors were encountered:
Environment information
Describe the bug
Debugged process has completely empty environment variable list. Doing the same thing in rizin works as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Unless custom rzrun profile is configured, enviornment should be inherited from parent process - cutter.
Screenshots
Additional context
There isn't much difference in the way reopening in debug mode works in cutter and rizin. So maybe something in the way Cutter initializes rizin earlier. Will continue debugging to find out how and why the environment gets wiped.
The text was updated successfully, but these errors were encountered: