I have to try it. Thanks!
How about the log4net thing? I can i enable log messages for monorail stack? On Oct 22, 1:22 pm, Daniel Hölbling <[email protected]> wrote: > I guess this has something to do with the debuggable switch on the > assemblies:http://msdn.microsoft.com/en-us/library/ms241903.aspx > > <http://msdn.microsoft.com/en-us/library/ms241903.aspx>You need files that > have /debug:full set and not /debug:pdbonly. Then VS should allow you to > simply step into the code. > If pdbonly is set (you need a debug build for that), you can see the stack > trace (it's not shown as [External Code] but you will be prompted for a > source file when you try to step into the code. > > greetings Daniel > > On Thu, Oct 22, 2009 at 2:14 PM, Daniel Hölbling <[email protected]>wrote: > > > You want to debug INTO MonoRail or you want to debug your Website code that > > is running on MonoRail?In theory it should be enough to make VS load the > > MonoRail pdb debug symbols to enable step-into. > > > greetings Daniel > > > On Thu, Oct 22, 2009 at 12:42 PM, João Paulo Marques < > > [email protected]> wrote: > > >> hello, > > >> Sometimes i need to debug monorail but i know how to do it the proper > >> way. How can i do it? (I have my project solution in one visual studio > >> instance and the castle project in another). > > >> Alternatively i could enable the log4net debugging for the monorail > >> namespace but I don't know how too. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
