New Posts New Posts RSS Feed: Debug cocktail ans Caliburn micro source code
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Debug cocktail ans Caliburn micro source code

 Post Reply Post Reply
Author
rbautistaole View Drop Down
Newbie
Newbie


Joined: 01-Apr-2011
Posts: 37
Post Options Post Options   Quote rbautistaole Quote  Post ReplyReply Direct Link To This Post Topic: Debug cocktail ans Caliburn micro source code
    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
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down