English 中文(简体)
在VS2010年解冻/断点期间,我能以任何方式管理准则。
原标题:Any way I can run custom LINQ during debug / breakpoint in VS2010 or otherwise?

我常常需要从收集中得到一定数量的帮助,而我正在缩编。

我现在必须做的是,仅仅为了检查某种想法,而一旦找到答案,即需要撰写通知器测试代码,以检查从答案中得出的另一种想法。 这对我来说似乎确实是站不住脚的。

I was wondering if there exists a magic tool which enables using collection on breakpoint so I can write LINQ extensions on it immediately?

最佳回答

查阅,该扩展允许你在直线窗口中使用LINQ。 我从未使用过,因此无法确定它如何运作。

同我在评论中所说的那样,检查

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签