Debug proc_macro code by debugger

From here we can use print in proc_macro code:

Further more, can we use debugger (like lldb) in proc_macro?
I understand it happens in compiling time but is it still possible to use debugger?

Thanks.

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.