It's actually a little fancier than that.  It will launch the debugger...

You can already attach to Icarus if you want.  Just change the runner type
preference to IsolatedAppDomain instead of IsolatedProcess.

Jeff. 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of max2256
Sent: Tuesday, February 24, 2009 10:54 AM
To: MbUnit.User
Subject: MbUnit Re: Starting to wrap up v3.0.6.


Hi Jeff,

      I would like to know if in the list that you have posted concerning
Gallio v3.0.6 release,
      the Icarus debugging support and other improvements mean that
      we will be able to attach to the Icarus process with visual studio and
break into our code?

Thanks

Max

On Feb 14, 10:48 pm, "Jeff Brown" <[email protected]> wrote:
> I'm starting to wrap up v3.0.6.
>
> I hope to get it released by the end of next week, then jump straight 
> into
> v3.1 which will feature major architectural improvements.
>
> Please help us out by trying a recent nightly build 
> from:http://ccnet.gallio.org/Distributables/
>
> Here's a summary of some of the bits that are new in v3.0.6:
>
> http://blog.bits-in-motion.com/2009/01/gallio-update.html
>
> To that list we may also add:
>
> * XmlSerializationAssert has been eliminated.  Use the new Xml 
> serialization assert methods Assert.IsXmlSerializableType, 
> Assert.XmlSerialize, Assert.XmlDeserialize and
Assert.XmlSerializeThenDeserialize instead.
>
> * Added Assert.IsSerializableType, Assert.Serialize, 
> Assert.Deserialize, Assert.SerializeThenDeserialize and other methods 
> to help test runtime object serialization.
>
> * Added Assert.IsFailurePending to enable the detection of whether the 
> current Assert.Multiple block (or [MultipleAssertions] test) has 
> already encountered a failure but not yet terminated.
>
> * Added Assert.Terminate and Assert.TerminateSilently to enable a test 
> in progress to be terminated with a particular result code.  Obviates 
> the need to throw a new SilentTestException.
>
> * More improvements to contract verifiers including a new collection 
> contract verifier.
>
> * Bunch of reflection layer fixes to improve stability and performance 
> in R# and VSTS.
>
> * Added [Parallelizable] attribute.  Can control degree of parallelism 
> with
> [assembly: DegreeOfParallelism].
>
> * Default timeout is now 10 minutes for test cases and unlimited for 
> test fixtures (used to be the other way around.  Can override with
[assembly:
> DefaultTestCaseTimeout]
>
> * Fixed a bug running under .Net Framework 2.0 pre-SP2.
>
> * Icarus debugging support and other improvements.
>
> * Echo supports Gallio project files.
>
> Jeff.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to