Commit graph

325 commits

Author SHA1 Message Date
EdwardNutting_cp
3bc5c49263 Final changes that have made this stable ready for first VS2013-compatible beta release. 2013-12-21 18:17:25 +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
kudzu_cp
5393689642 sqlite works! 2013-08-06 17:28:32 +00:00
mterwoord_cp
517d531896 Almost looks like sqlite might just be working again... 2013-07-28 16:09:58 +00:00
mterwoord_cp
ff41b7ecf1 Updated version of my playground and small tweaking of the IL2CPU task. 2013-03-10 16:27:08 +00:00
geramy_cp
3473bb6a9a I have resolved the bulk insert issue there is now commented out debugging code it will create debug files for each bulk insert currently we only have 30 files that means 30 bulk insert calls this is good :) 2013-02-18 13:09:21 +00:00
mterwoord_cp
551a75fdfc Solved String.Empty issue on machines having .net 4.5 installed 2013-02-15 11:04:42 +00:00
geramy_cp
eab46e2cb0 Fixed asm stepping. also fixed IL2CPU Profiler and changed Label replace chars with a compiled regex. 2013-02-03 16:10:16 +00:00
geramy_cp
4e3328ec3a Matthijs did some changes to IL2CPU Profiler something is going weird further investigation required. 2013-02-03 13:22:49 +00:00
geramy_cp
11f1073af3 Fixed the Plug build errors with Matthijs 2013-02-02 13:17:51 +00:00
BlueSkeye_cp
783eaee16d Partially fix issue #15680 : IL2CPU will crash when default PlugAttribute constructor is used.
Added two constructors one with TYpe and one with type name. However there is still some cases (a null or empty type name for example) that will make the IL2CPU task crash. Fixing this would require allowing IL2CPU tasks funneling back to MSBUILD some error messages instead of throwing an exception. This will be adressed in a future patch when we will plug the IL2CPU task with X# instead of the current assembler.
2012-10-05 16:11:58 +00:00
BlueSkeye_cp
30784d81bd Fix issue #15638 : Classes in global namespace make the IL2CPU task crash 2012-10-01 12:34:35 +00:00
BlueSkeye_cp
e4a82957c2 Fix issue #15637 : The VS DebugEngine may fail to resolve some breakpoints and throws an exception at debugging session startup 2012-09-21 10:27:20 +00:00
kudzu_cp
aa702c6cd0 Missing semi colon. 2012-08-18 03:43:39 +00:00
kudzu_cp
800aaa6bfe 2012-08-13 14:59:54 +00:00
kudzu_cp
4b5203f13d 2012-08-13 00:55:41 +00:00
kudzu_cp
3efe2c451a 2012-08-13 00:45:40 +00:00
kudzu_cp
2249797e61 2012-08-13 00:39:42 +00:00
kudzu_cp
460ef24805 2012-08-13 00:23:22 +00:00
kudzu_cp
b6ff2883b6 2012-08-12 00:31:19 +00:00
kudzu_cp
fbbba12851 2012-08-12 00:19:44 +00:00
kudzu_cp
7a5307d32d 2012-08-11 21:38:39 +00:00
kudzu_cp
b53fde6b48 About to begin killing off old debug metadata. 2012-08-08 03:46:51 +00:00
kudzu_cp
c0a2b14b4b 2012-08-08 01:35:54 +00:00
kudzu_cp
51d78c10ec Method labels now use GUIDs internally. Shorter and more efficient. 2012-08-07 22:23:17 +00:00
kudzu_cp
6cc797fb89 2012-08-07 21:03:48 +00:00
kudzu_cp
8536a39de0 2012-08-07 20:46:16 +00:00
kudzu_cp
0a730c7524 GUID label parsing from map. 2012-08-07 20:10:00 +00:00
kudzu_cp
ea194e1c8b Method End GUID label. 2012-08-07 19:49:21 +00:00
kudzu_cp
f87223003d Label GUIDs 2012-08-07 06:27:04 +00:00
kudzu_cp
1984ba8e7e Labeling changes. 2012-08-07 05:29:26 +00:00
kudzu_cp
3011120e5e 2012-08-07 04:55:39 +00:00
kudzu_cp
440b8ff60f 2012-08-07 02:48:32 +00:00
kudzu_cp
16a03ff608 2012-08-07 01:54:08 +00:00
kudzu_cp
3d2e7d8640 2012-08-07 01:47:53 +00:00
kudzu_cp
e099a451cc 2012-08-07 00:48:57 +00:00
kudzu_cp
972d87603d 2012-08-07 00:20:10 +00:00
kudzu_cp
76b6f95bf2 2012-08-06 22:09:30 +00:00
kudzu_cp
f7083d8a6e 2012-08-06 21:41:03 +00:00
kudzu_cp
285637dbc7 2012-08-06 21:27:31 +00:00
kudzu_cp
9eef59b8d6 2012-08-06 07:30:58 +00:00
kudzu_cp
b4d132fde9 2012-08-06 06:38:46 +00:00
kudzu_cp
0bed75099b 2012-08-06 05:57:01 +00:00
kudzu_cp
0cbc449003 2012-08-06 05:41:06 +00:00
kudzu_cp
79058f0f4d 2012-08-06 05:30:44 +00:00
kudzu_cp
dda4b2f028 2012-08-06 05:17:52 +00:00
kudzu_cp
d013d61cfb 2012-08-06 05:10:59 +00:00
kudzu_cp
9e33cfbf01 2012-08-06 05:05:37 +00:00
kudzu_cp
a9ae1d41c2 2012-08-06 05:02:24 +00:00
kudzu_cp
a5d18430b3 2012-08-06 04:16:56 +00:00