When working with proc macros crate, we can run unit tests from the Run button in VS Code IDE. But when hitting the Debug one, it fails:
Does anyone else experienced this problem? As a fact, if we move our code into a separate crate that macros crate depends on, it just works!