Cosmos/source2/Debug/Cosmos.Debug.Common
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
..
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
App.Config 2012-08-02 06:33:12 +00:00
Consts.cs Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#. 2012-07-17 02:39:08 +00:00
Cosmos.Debug.Common.csproj Removed reversesourceinfos. 2012-08-08 03:51:54 +00:00
Cosmos.Debug.Common.csproj.vspscc renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Cosmos.snk
DebugConnector.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
DebugConnectorPipeServer.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
DebugConnectorSerial.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
DebugConnectorStream.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
DebugConnectorTCPServer.cs Removed WaitForConnect in DebugConnectors as it appears to not be used any more. 2012-07-01 23:08:16 +00:00
DebugInfo.cs 2012-08-13 00:23:22 +00:00
DebugModel.Designer.cs 2012-08-12 00:31:19 +00:00
DebugModel.edmx 2012-08-12 00:31:19 +00:00
DebugModel.edmx.sql 2012-08-12 00:31:19 +00:00
EntityDataReader.cs 2012-08-03 05:17:12 +00:00
FirebirdSql.Data.FirebirdClient.dll 2010-09-05 13:29:49 +00:00
Guess.mdf 2012-07-31 19:33:14 +00:00
Guess_log.ldf 2012-07-31 19:33:14 +00:00
NameValueCollectionHelper.cs Bochs integration : alpha version 2012-09-14 17:13:06 +00:00
ObjDump.cs Removed subdir from Cosmos.Debug.Common 2010-09-06 02:10:35 +00:00
packages.config 2012-08-02 06:33:12 +00:00
PipeClient.cs Fix for last checkin. 2012-07-30 02:05:49 +00:00
PipeServer.cs Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#. 2012-07-17 02:39:08 +00:00
SourceInfo.cs 2012-08-11 14:38:56 +00:00
SQL.cs 2012-08-03 05:17:12 +00:00