Why no error pop-ups in my multi-threaded application?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • eBob.com

    #1

    Why no error pop-ups in my multi-threaded application?

    I get no error pop-ups from my multi-threaded application. This makes it
    difficult to find errors. Fortunately I can step statement by statement
    though code running under any thread - but that's a lot slower than a pop-up
    allowing you to "break" and go directly to the offending statement. I've
    done searches but I have not been able to find any discussion of this
    problem. Is this a common problem or unique to my system/application?

    Thanks, Bob


  • =?Utf-8?B?S2VycnkgTW9vcm1hbg==?=

    #2
    RE: Why no error pop-ups in my multi-threaded application?

    Bob,

    What IDE are you running? For example, I don't believe you have full
    debugging capabilities for multi-threaded apps in the Express Editions.

    Kerry Moorman


    "eBob.com" wrote:
    I get no error pop-ups from my multi-threaded application. This makes it
    difficult to find errors. Fortunately I can step statement by statement
    though code running under any thread - but that's a lot slower than a pop-up
    allowing you to "break" and go directly to the offending statement. I've
    done searches but I have not been able to find any discussion of this
    problem. Is this a common problem or unique to my system/application?
    >
    Thanks, Bob
    >
    >
    >

    Comment

    • eBob.com

      #3
      Re: Why no error pop-ups in my multi-threaded application?

      Thanks Kerry, I meant to add that info but then forgot to.

      I am running Microsoft Development Environment 2003 V 7.1.3088,
      Microsoft .NET Framework 1.1 V 1.1.4322, and Microsoft Visual Basic .NET
      69462-335-0000007-18875.

      Thanks, Bob

      "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.comwrote in message
      news:B7635BC9-1B09-4F58-A00A-473AF034A88C@mi crosoft.com...
      Bob,
      >
      What IDE are you running? For example, I don't believe you have full
      debugging capabilities for multi-threaded apps in the Express Editions.
      >
      Kerry Moorman
      >
      >
      "eBob.com" wrote:
      >
      >I get no error pop-ups from my multi-threaded application. This makes it
      >difficult to find errors. Fortunately I can step statement by statement
      >though code running under any thread - but that's a lot slower than a
      >pop-up
      >allowing you to "break" and go directly to the offending statement. I've
      >done searches but I have not been able to find any discussion of this
      >problem. Is this a common problem or unique to my system/application?
      >>
      >Thanks, Bob
      >>
      >>
      >>

      Comment

      Working...