Difference between revisions of "VisualStudio"
From Lost In Wonderlands
								
												
				|  (→Visual Studio) |  (→Tools link) | ||
| (14 intermediate revisions by the same user not shown) | |||
| Line 29: | Line 29: | ||
| ** https://fr.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_pour_Mac | ** https://fr.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_pour_Mac | ||
| **https://code.visualstudio.com | **https://code.visualstudio.com | ||
| + | |||
| + | === PlugIns === | ||
| + | * [https://clangpowertools.com/ clangpowertools] | ||
| === 2015 === | === 2015 === | ||
| === 2019 === | === 2019 === | ||
| − | * https://docs.microsoft.com/fr-fr/visualstudio/ide/whats-new-visual-studio-2019?view=vs-2019 | + | * [https://docs.microsoft.com/fr-fr/visualstudio/ide/whats-new-visual-studio-2019?view=vs-2019 whats-new-visual-studio-2019?] | 
| + | * [https://devblogs.microsoft.com/visualstudio/performance-improvements-in-visual-studio-2019/ better performances] | ||
| + | |||
| + | * [https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-in-visual-studio?view=vs-2019 C++] | ||
| + | * [https://docs.microsoft.com/en-us/cpp/build/reference/opt-optimizations?view=vs-2019 optimizations] | ||
| + | |||
| + | |||
| + | * [https://docs.microsoft.com/en-us/visualstudio/debugger/debugging-native-code?view=vs-2019 debugging-native-code?] | ||
| + | |||
| + | |||
| + | *[https://devblogs.microsoft.com/cppblog/c-with-visual-studio-2019-and-windows-subsystem-for-linux-wsl/ c-with-visual-studio-2019-and-windows-subsystem-for-linux-wsl] | ||
| + | |||
| + | |||
| + | * https://www.wintellect.com/correctly-creating-native-c-release-build-pdbs/ | ||
| == Articles == | == Articles == | ||
| Line 54: | Line 70: | ||
| * https://channel9.msdn.com/Blogs/Seth-Juarez/Debugging-101-in-Visual-Studio-with-Andrew-Hall | * https://channel9.msdn.com/Blogs/Seth-Juarez/Debugging-101-in-Visual-Studio-with-Andrew-Hall | ||
| * https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/C-Plus-Plus-Debugging-Tips-and-Tricks | * https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/C-Plus-Plus-Debugging-Tips-and-Tricks | ||
| + | * https://www.youtube.com/watch?v=0ebzPwixrJA | ||
| + | * https://docs.microsoft.com/fr-fr/visualstudio/ide/getting-started-with-cpp-in-visual-studio?view=vs-2019 | ||
| == Tools link == | == Tools link == | ||
| * https://www.gnu.org/software/gdb/ | * https://www.gnu.org/software/gdb/ | ||
| * http://lldb.llvm.org/index.html | * http://lldb.llvm.org/index.html | ||
| + | * https://clang.llvm.org/ | ||
| == Books == | == Books == | ||
Latest revision as of 10:13, 17 July 2019
Contents
Visual Studio
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Visual Studio... (But Were Afraid to Ask)
a collection of links of interest
See also
Visual Studio
PlugIns
2015
2019
Articles
- c-debugging-and-diagnostics
- edit and continue in visual c++
- Native Debugger Objects in NatVis
- Débogage dans Visual Studio
- Débogage du code natif
- Sécurité du débogueur
- Débogage avec Xamarin
tutorials
- https://docs.microsoft.com/fr-fr/visualstudio/debugger/index?view=vs-2019
- https://channel9.msdn.com/Blogs/Seth-Juarez/Debugging-101-in-Visual-Studio-with-Andrew-Hall
- https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/C-Plus-Plus-Debugging-Tips-and-Tricks
- https://www.youtube.com/watch?v=0ebzPwixrJA
- https://docs.microsoft.com/fr-fr/visualstudio/ide/getting-started-with-cpp-in-visual-studio?view=vs-2019
