If my tests run any native code in my project, the native libs cannot be overwritten until I kill the worker process. I'm not sure there's an easier solution, but I'm wondering if letting the worker process recycle itself if no debugger is attached and a certain timeout has elapsed. It would be a hack, but it's all I've got that would preserve the current debugging flow.
Other ideas? Happy to try to contribute a fix if we can come up with a good solution.
If my tests run any native code in my project, the native libs cannot be overwritten until I kill the worker process. I'm not sure there's an easier solution, but I'm wondering if letting the worker process recycle itself if no debugger is attached and a certain timeout has elapsed. It would be a hack, but it's all I've got that would preserve the current debugging flow.
Other ideas? Happy to try to contribute a fix if we can come up with a good solution.
@jaredpar @Pilchie @DustinCampbell