Commit graph

673 commits

Author SHA1 Message Date
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
25c67d6d81 some refactoring in DebugInfo 2013-08-03 16:46:09 +00:00
HugeCode_cp
baede33f67 2013-08-02 15:47:05 +00:00
mterwoord_cp
517d531896 Almost looks like sqlite might just be working again... 2013-07-28 16:09:58 +00:00
mterwoord_cp
46b7d1222c 2013-04-20 08:57:27 +00:00
clearosdev_cp
d2291b23a7 2013-03-16 20:36:06 +00:00
clearosdev_cp
4cb0fe5ad6 I added a user playground for myself and started prototyping a stand alone debugger. Right now it just deals with command line arguments. 2013-03-13 23:52:03 +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
mterwoord_cp
e6dbfc19a2 2013-03-10 15:53:52 +00:00
AtomOS_cp
272ee6eb36 2013-03-10 11:52:51 +00:00
AtomOS_cp
2985078561 2013-03-03 13:26:59 +00:00
mterwoord_cp
7ea9f2a15e 2013-02-16 10:16:02 +00:00
mterwoord_cp
551a75fdfc Solved String.Empty issue on machines having .net 4.5 installed 2013-02-15 11:04:42 +00:00
mterwoord_cp
1dd5d3e733 2013-02-15 09:56:49 +00:00
BlueSkeye_cp
a2e7e7ff55 Fix issue #15666 : X# compiler fails to check the last function in a source code file is complete 2012-10-02 14:36:12 +00:00
BlueSkeye_cp
4437fa419f Fix issue #15565 : X# compiler doesn't properly handle unbalanced closing curly braces 2012-10-02 14:16:02 +00:00
BlueSkeye_cp
ad9bb91b22 Fix issue #15662 : X# compiler crashes on a line that contain a single slash
Fix issue # 15663 : X# compiler fails to detect some syntax error in comments
2012-10-02 09:33:58 +00:00
BlueSkeye_cp
7372c8a9bd Bochs integration : alpha version
Limitations :

- Bochs must be installed on the system. This is not checked as a  prerequisite by the Builder.
- You will find a GuessForBochs Cosmos project under BlueSkeye user project folder that can be used to launch the Guess project under Bochs.
- You may have to fix manually the path for the following properties in Cosmos.bxrc file copied to the CosmosForBochs\Bin\Debug folder
  * romimage
  * vgaromimage
- The Cosmos project UI is not yet Bochs aware. If you do not use the GuessForBochs project you must manually edit your Cosmos project file to modify the following property in both the Debug and Release property group from the project file :

    <Launch>Bochs</Launch>

  You must also add the following properties in both the Debug and Release property group from the project file :

    <BochsConfig>Cosmos.bxrc</BochsConfig>
    <Bochs_Deployment>ISO</Bochs_Deployment>
    <Bochs_Launch>Bochs</Bochs_Launch>
    <Bochs_DebugEnabled>True</Bochs_DebugEnabled>
    <Bochs_DebugMode>Source</Bochs_DebugMode>
    <Bochs_IgnoreDebugStubAttribute />
    <Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
    <Bochs_OutputPath>bin\Debug\</Bochs_OutputPath>
    <Bochs_Framework>MicrosoftNET</Bochs_Framework>
    <Bochs_UseInternalAssembler>False</Bochs_UseInternalAssembler>
    <Bochs_TraceAssemblies />
    <Bochs_EnableGDB>False</Bochs_EnableGDB>
    <Bochs_StartCosmosGDB>false</Bochs_StartCosmosGDB>
    <Bochs_Name>GuessForBochs</Bochs_Name>
    <Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
    <Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
    <Bochs_PxeInterface>192.168.43.1</Bochs_PxeInterface>
    <Bochs_SlavePort>Serial: COM3</Bochs_SlavePort>
    <Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
2012-09-14 17:13:06 +00:00
BlueSkeye_cp
5031084773 2012-09-14 15:59:40 +00:00
kudzu_cp
3924c5002b 2012-08-18 14:03:27 +00:00
kudzu_cp
460ef24805 2012-08-13 00:23:22 +00:00
kudzu_cp
23b10260b2 2012-08-12 17:11:38 +00:00
kudzu_cp
6331a7c4ae 2012-08-12 17:09:55 +00:00
kudzu_cp
b6ae77918b 2012-08-12 17:06:35 +00:00
kudzu_cp
a8e49df02c 2012-08-12 16:51:55 +00:00
kudzu_cp
5613c6387e 2012-08-12 16:35:36 +00:00
kudzu_cp
9a856e0102 2012-08-06 02:11:34 +00:00
kudzu_cp
363f70c56c 2012-08-05 00:07:43 +00:00
kudzu_cp
d17a4d5fe8 2012-08-04 00:15:08 +00:00
kudzu_cp
9362b37f74 2012-08-03 17:09:10 +00:00
kudzu_cp
61bfdd773a 2012-08-03 15:36:55 +00:00
kudzu_cp
b7a6015257 2012-08-03 05:54:06 +00:00
kudzu_cp
d67d05685c 2012-08-03 05:17:12 +00:00
kudzu_cp
216ad30772 2012-08-02 18:45:21 +00:00
kudzu_cp
af5c2586db 2012-08-02 17:08:48 +00:00
kudzu_cp
127e91d706 2012-08-02 16:25:40 +00:00
kudzu_cp
d29c1ab452 2012-08-02 06:58:27 +00:00
kudzu_cp
4f1f090ea0 Bulk insert 2012-08-02 06:38:41 +00:00
kudzu_cp
599ec73d1d Database now drops on debug end. 2012-08-02 02:25:53 +00:00
kudzu_cp
7e5785f27f Fix for drop database issue on second run. 2012-08-02 02:14:07 +00:00
kudzu_cp
394e877a37 2012-08-01 15:37:44 +00:00
kudzu_cp
1935fde6b8 2012-08-01 15:37:21 +00:00
kudzu_cp
a2d57ba1f1 2012-08-01 07:12:23 +00:00
kudzu_cp
c7839effd5 Asm Stepping works! 2012-07-30 15:13:20 +00:00
kudzu_cp
90f4570a42 2012-07-30 05:45:08 +00:00
kudzu_cp
ab16e988b9 Assembly load resolution fix (IL2CPUTask), other changes happened along the way to find this bugger. 2012-07-17 18:31:34 +00:00
kudzu_cp
10304bb139 2012-07-17 03:16:49 +00:00
kudzu_cp
65e0ebbf40 Removed old X# from build.sln. 2012-07-16 21:29:22 +00:00
kudzu_cp
f27c8d8e83 2012-07-16 18:17:00 +00:00