Debugging proc macros crate

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:

image
image

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!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.