Closed sebffischer closed 2 years ago
I think I figured out why this happens. It seems that the whole package is being loaded with load_all() with the default helpers = TRUE. In this specific case, loading the helpers causes an issue. It would be appreciated if this could be specified in the settings.
Sorry, I forgot to answer and switched to neovim shortly after.
Describe the bug Debugging mlr3oml does not work but gives the error that is printed indefinitely:
To Reproduce Steps to reproduce the behavior:
Your Launch config Default configurations for both cases, i.e. "Debug R-Package".
Expected behavior I expect to not get the error message and be able to debug the package.
Actual behavior The error message, as shown above, is printed indefinitely in the Debug Console.
Desktop (please complete the following information):
Additional context The above-described procedure works for other packages. Also only running __load_all() works for mlr3oml__.