I can't do much about ISymWrapper throwing exceptions short of rewriting the
really bad implementation provided by MS...

However here's how to work around both of your problems.  Open up the Visual
Studio Options and look at the general debugger settings.

1. Disable the Exception Assistant feature.  That will silence those
ISymWrapper related exception dialogs.

2. Disable "Just my code" feature.  That will ensure your code can be
viewed.

3. (optional) Enable Source Server support.  Assuming you have "svn.exe"
somewhere in your system path, you will now be able to step into MbUnit &
Gallio source code while debugging.

Jeff.

On Sun, Jan 18, 2009 at 3:39 PM, Simone Chiaretta <
[email protected]> wrote:

> Actually I just changed the startup mode via the "Tools>Options>Startup" to
> IsolatedAppDomain, and I'm still not able to attach the debugger (actually I
> attach it but the breakpoint are not hit, and the breakpoint icon says "no
> symbols have been loaded, bla bla bla..."
> And in the output window I get tons of
> "System.Runtime.InteropServices.COMException" in ISymWrapper.dll
>
> Simone
>
>
> On Sun, Jan 18, 2009 at 10:26 PM, Jeff Brown <[email protected]> wrote:
>
>> You can attach the debugger to Icarus if you change the Runner Type
>> preference to IsolatedAppDomain instead of IsolatedProcess.
>>
>>
>> On Sun, Jan 18, 2009 at 5:00 AM, Simone Chiaretta <
>> [email protected]> wrote:
>>
>>> I'll do some more testing and let you know.
>>> I used TD.Net, but I doesn't have the nice integration that R# has.
>>> I'd rather use the icarus GUI :)
>>> It has one problem tho: I cannot attach to the process to debug the tests
>>> Simo
>>>
>>>
>>> On Sun, Jan 18, 2009 at 4:38 AM, Jeff Brown <[email protected]>wrote:
>>>
>>>>
>>>> There are performance problems with the R# integration that we are
>>>> working on.   That said usually it is not this extreme.
>>>>
>>>> Out of curiosity do you notice if the slowndown is greater when the test
>>>> class is larger or when you use an abstract test base class?
>>>>
>>>> You might try using TestDriven.Net instead for now.  You will need to
>>>> reinstall or repair Gallio to enable tdnet integration if not already
>>>> installed.
>>>>
>>>> Jeff.
>>>> -----Original Message-----
>>>> From: "Simone Chiaretta" <[email protected]>
>>>> Date: Saturday, Jan 17, 2009 5:51 pm
>>>> Subject: MbUnit VS becomes very slow with Gallio 546 and Resharper 4.1
>>>> To: [email protected]: [email protected]
>>>>
>>>> Hi,
>>>> I started playing around with Gallio since it allows running MbUnit
>>>> tests directly from inside VisualStudio through ReSharper.
>>>> But it appears to make VS incredibly slow:
>>>> every key I type inside a codefile that contains an MbUnit test, VS
>>>> freezes, sometimes also becomes all white, sometimes I get a 'synchronizing
>>>> with external changes...' on the status bar. And after 10-15 seconds I get
>>>> the control back. But then, next key, same 10-15 of pain.
>>>>
>>>> I tried disabling Gallio from VS Add-ins, but nothing changed.
>>>> The only way to make this pain go away is to uncheck Gallio from the
>>>> 'Unit testing providers' inside R# options.
>>>>
>>>> Any idea where the problem could be and how can I fix this?
>>>>  Thank you
>>>> Simone
>>>>
>>>> --
>>>> Simone Chiaretta
>>>> codeclimber.net.nz
>>>> Any sufficiently advanced technology is indistinguishable from magic
>>>> 'Life is short, play hard'
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Simone Chiaretta
>>> codeclimber.net.nz
>>> Any sufficiently advanced technology is indistinguishable from magic
>>> "Life is short, play hard"
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> Simone Chiaretta
> codeclimber.net.nz
> Any sufficiently advanced technology is indistinguishable from magic
> "Life is short, play hard"
>
> >
>

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