Yes its possible, i did it. in C# Window Application i attached VBA Application for debug to fix some issue.
It is definitely possible to debug other .Net languages code in a C# project. As everyone knows .net can combine code written in several .net languages into one single assembly. Same is true with debugging.