System.Data.SQLite

Check-in [bae364e5e7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add another MDA to the example configuration file.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bae364e5e7c70b261de648fd6cb1892c29b65a88
User & Date: mistachkin 2013-01-05 21:57:11.964
Context
2013-01-05
22:59
Update Eagle script library to the latest trunk code. When MDAs are enabled, disable a test that is problematic with them. check-in: 8a1386f303 user: mistachkin tags: trunk
21:57
Add another MDA to the example configuration file. check-in: bae364e5e7 user: mistachkin tags: trunk
20:40
Enable easier use of Managed Debugging Assistants during the test suite. check-in: 3d3dcd4a76 user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Externals/Eagle/bin/EagleShell.exe.mda.config.
10
11
12
13
14
15
16

17
18
19
20
21
22
23
 *
 * RCS: @(#) $Id: $
 *
-->
<mdaConfig xmlns="http://schemas.microsoft.com/CLR/2004/10/mda">
  <assistants>
    <!--++

    <bindingFailure />
    <callbackOnCollectedDelegate listSize="50" />
    <contextSwitchDeadlock enable="true" />
    <dangerousThreadingAPI />
    <dateTimeInvalidLocalFormat />
    <dirtyCastAndCallOnInterface />
    <disconnectedContext enable="true" />







>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 *
 * RCS: @(#) $Id: $
 *
-->
<mdaConfig xmlns="http://schemas.microsoft.com/CLR/2004/10/mda">
  <assistants>
    <!--++
    <asynchronousThreadAbort />
    <bindingFailure />
    <callbackOnCollectedDelegate listSize="50" />
    <contextSwitchDeadlock enable="true" />
    <dangerousThreadingAPI />
    <dateTimeInvalidLocalFormat />
    <dirtyCastAndCallOnInterface />
    <disconnectedContext enable="true" />