Replies: 1 comment
-
|
Does |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that 'dune exec a/b' is executing the program such that the cwd + argv[0]
do not equal the executable's path - _build/default is nowhere to be seen.
this is a problem for my use case of the executable accessing itself for the debug info.
is this behaviour intentional?
[edit: a workaround is /proc/self/exe]
Beta Was this translation helpful? Give feedback.
All reactions