Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
743 stars 98 forks source link

"NetCoreDbg.Evaluation+SyntaxKindNotImplementedException: NameColon not implemented!" #133

Open vindicatorr opened 11 months ago

vindicatorr commented 11 months ago

In reference to adding someVar.EnumerateDirectories(searchPattern: "*[0-9]*") to vscode's Watch or Debug Console.

Yes, yes, I know "Who uses nameColon:s?". Welp, you found someone, me.

The workaround is easy by just removing the searchPattern: part.

gbalykov commented 11 months ago

Currently we do not have plans to add this, but we are open for contributions from community.