Print Page | Close Window

Debug cocktail ans Caliburn micro source code

Printed From: IdeaBlade
Category: Cocktail
Forum Name: Community Forum
Forum Discription: A professional application framework using Caliburn.Micro and DevForce
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3459
Printed Date: 01-Jun-2024 at 9:47am


Topic: Debug cocktail ans Caliburn micro source code
Posted By: rbautistaole
Subject: Debug cocktail ans Caliburn micro source code
Date Posted: 28-May-2012 at 6:25pm
Hi.
How can i debug the sourcecode of the Cocktail and Caliburn micro frameworks?
thanks in advanced.
Ramiro Bautista



Replies:
Posted By: mgood
Date Posted: 28-May-2012 at 8:47pm
The easiest way is probably to download the source code and build the debug assemblies on the machine you like to debug on, then reference the assemblies you just built. Make sure that the *.pdb files are found in the same folder as the assemblies. You will then be able to step through the code. Visual Studio will find the source in the same place you built the assemblies from. For Caliburn Micro, make sure you download the 1.3.1 source code as that is the version that Cocktail currently uses.

http://caliburnmicro.codeplex.com/SourceControl/changeset/changes/649ed878f51a - http://caliburnmicro.codeplex.com/SourceControl/changeset/changes/649ed878f51a



Print Page | Close Window