Content deleted Content added
Phil Boswell (talk | contribs) Reference edited with ProveIt |
mNo edit summary |
||
Line 4:
More advanced features of the most recent versions of this debugger include:
* Full symbol and source integration.
* '''Edit and continue''' support, enabling source code to be modified and recompiled on-the-fly without having to exit the current running program or restart the debugger ([[32
* Remote machine debugging.
* Attaching and detaching to and from processes (both on the current machine and a remote machine).
Line 20:
The Visual Studio Debugger also has no ability to debug [[Lambda-expression#Lambda_calculus_and_programming_languages|Lambda-Expressions]] or [[Language Integrated Query|LINQ]]. This is because it would take too much work for Microsoft to implement.<ref>{{Cite web |url=http://blogs.msdn.com/b/jaredpar/archive/2009/08/26/why-no-linq-in-debugger-windows.aspx |title=Why is LINQ absent from debugger windows? |website=jaredpar's WebLog |publisher=[[Microsoft]] |language=en-US |access-date=2018-04-24}}</ref><ref>{{Cite web |url=http://blogs.msdn.com/b/jaredpar/archive/2010/06/02/why-is-linq-absent-from-debugger-windows-part-2.aspx |title=Why is LINQ absent from debugger windows (Part 2)? |website=jaredpar's WebLog |publisher=[[Microsoft]] |language=en-US |access-date=2018-04-24}}</ref><ref>http://connect.microsoft.com/VisualStudio/feedback/details/472999/ability-to-evaluate-lambda-expressions-in-immediate-window</ref> However, most developers working with Lambda expressions are able to visualize the data through the several memory windows or by storing the result into a variable.
Edit-and-continue is held by many developers
== See also ==
* [[Program database]] (PDB)
== References ==
{{reflist}}
== External links ==
*[https://msdn.microsoft.com/en-us/library/dd264915.aspx/ IntelliTrace] MSDN
[[Category:Debuggers]]
|