Index: src/hostapi/asio/pa_asio.cpp
===================================================================
--- src/hostapi/asio/pa_asio.cpp	(revision 1134)
+++ src/hostapi/asio/pa_asio.cpp	(working copy)
@@ -1113,10 +1113,20 @@
                 || strcmp (names[i],"ASIO Multimedia Driver")          == 0
                 || strncmp(names[i],"Premiere",8)                      == 0   //"Premiere Elements Windows Sound 1.0"
                 || strncmp(names[i],"Adobe",5)                         == 0   //"Adobe Default Windows Sound 1.5"
-                || strncmp(names[i],"ReaRoute ASIO",13)                == 0)  //Reaper www.reaper.fm <- fix your stuff man.
+                || strncmp(names[i],"ReaRoute ASIO",13)                == 0  //Reaper www.reaper.fm <- fix your stuff man.
+                )
             {
-                PA_DEBUG(("BLACKLISTED!!!\n"));
+              PA_DEBUG(("BLACKLISTED!!!\n"));
+              continue;
+            }
+
+            if (IsDebuggerPresent())
+            {
+              if  (strcmp(names[i], "ASIO Digidesign Driver") == 0)
+              {
+                PA_DEBUG(("BLACKLISTED!!! asio digidesign driver quit the debugger\n"));
                 continue;
+              }
             }
 
 
