Commit graph

15 commits

Author SHA1 Message Date
EdwardNutting_cp
a952b8ff4b Stabalises the debugger so VS should crash less often.
Locals window now works! (For primitive types and pointers only.) Exceptions related to unrecognised (i.e. more complex) types should be caught and display as the local variable's value instead of causing VS to crash. 
Autos window still causes instant VS crash.
Cosmos windows works.
Call Stack works (sort of...only ever displays current line)
Threads works (but there is only ever 1 thread so not very helpful)
Watch window is only capable of doing 1 watch result per break - step to next line to be able to run another - will look into why this is.
2013-12-24 16:53:49 +00:00
EdwardNutting_cp
bac3f98d56 VS2013 Support
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.

Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.

Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).

If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
Trivalik_cp
970e4926ef now is InstallPath used to detect if Express is installed -> so not avaiable if normal Visual Studio 2010 is installed
add also a infer of templateproject path if not in registry
2011-06-19 08:42:50 +00:00
Trivalik_cp
c13c7835bb add f# project template
set projects to build
2011-04-16 23:01:33 +00:00
Trivalik_cp
d74c8612a2 order changes, add " not" 2010-09-05 13:20:39 +00:00
kudzu_cp
4f08580a2e 2008 removal of iss parts. 2010-09-05 12:34:59 +00:00
Trivalik_cp
1785670a75 renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Trivalik_cp
474c16ecd8 remove vs2008 support, part 1 (not usable) 2010-09-04 17:59:02 +00:00
mterwoord_cp
26b997da5f 2010-08-22 06:39:58 +00:00
mterwoord_cp
05716899f3 2010-08-17 15:16:05 +00:00
mterwoord_cp
6c9a96953b 2010-08-14 13:48:25 +00:00
mterwoord_cp
fa1e84a109 2010-08-13 13:23:32 +00:00
mterwoord_cp
d91fe70c16 2010-08-05 17:36:17 +00:00
kudzu_cp
9a51a25e05 2010-07-21 13:15:54 +00:00
mterwoord_cp
c67b2dc43d second installer works now 2010-03-24 15:35:25 +00:00