I'm also having issues with the "Debug" button in Icarus. I'm running Windows 7 64-bit, and building a test suite built entirely in managed code "Any CPU". The tests run fine, but the debugger attach just seems to fail and my breakpoints don't work. When I add an x86 platform to my solution and run that way, it seems to work perfectly. For various reasons, maintaining tests on x86 is not viable in the long term for us.
Is there a known issue with Icarus debugging on 64-bit windows, or should I supply you with more information? Thanks, Wes On Jan 23, 9:57 am, Mark <[email protected]> wrote: > Yes, I'm running the tests using Icarus and clicking the debug button > on the Icarus toolbar to start debugging. > > My VS2008 has latest updates installed. > > As far as "replacing VS2008 F1 help" - literally after a Gallio > install pressing F1 in the Visual Studio IDE brings up the usual help > window but in the "Contents" window the only 2 top level items are: > > +Gallio API Documentation > +Help on Help (Microsoft Dcoument Explorer Help) > > and the 4 tabs (Local Help, MSDN Online, Codezone Community and > Questions) all show "Currently there are no search results to > display..." > > I did notice the following lines in the Diagnostic Log at the bottom > of the report generated when I ran the tests: > > [info] Host started at 1/23/2010 6:41:07 AM. > [info] Running under CLR v2.0.50727 runtime. > [important] Attaching the debugger to the host. > [important] Detaching the debugger from the host. > [warning] Could not detach debugger from the host. > [info] Host stopped at 1/23/2010 6:41:37 AM. > [info] Host process exited with code: 0 > > Thanks and Regards > > Mark > > On Jan 22, 3:27 pm, Jeff Brown <[email protected]> wrote: > > > > > Which tool are you using to run your tests? Icarus? Also, how are you > > launching the debugger? > > > I'm not sure what you mean about replacing VS2008 F1 help. Gallio installs > > additional help in Visual Studio but it certainly shouldn't replace or > > remove anything. > > > Jeff. > > > On Fri, Jan 22, 2010 at 3:18 PM, Mark <[email protected]> wrote: > > > Hello All, > > > > First a big thanks to all those responsible for creating MBUnit and > > > Gallio - your efforts are greatly appreciated. > > > > My problem is trying to debug my tests. My environment is: > > > > Windows 7 Enterprise 64 bit > > > Gallio v3.1 Update 2 build 397 - zip (I did not do an install of the > > > 64 bit version because in a test on a virtual PC the msi installer > > > replaced my VS2008 "F1" help with its own) > > > > I can use TestLog.WriteLine messages to kind of figure out what is > > > happening but breakpoints are just cheerfully ignored. When I build my > > > test DLL I am configured for debug and x86 > > > > Running the example FeatureDemos gives the same result > > > > Any ideas would be very welcome > > > > Thanks > > > > Mark > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "MbUnit.User" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<mbunituser%2bunsubscr...@googlegrou > > > ps.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/mbunituser?hl=en.-Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "MbUnit.User" 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/mbunituser?hl=en.
