Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mdevenv: exec directly into the program to run
We don't need an extra process in the process tree (specifically the `meson devenv` process itself). Aside for the redundancy, it's actively problematic if you abort a program in the devenv by using CTRL+C, as meson itself will then emit a traceback (KeyboardInterrupt) which is quite ugly.
- Loading branch information