Unable to step

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm having a weird problem. When I try to run the application, I can debug
it for a while until the debugger ends the session with the following
message: "Unable to step. Operation not supported. Unknown error:
0x8013134f.". It always does this at the same line i.e. List<MyClass> list =
new List<MyClass>().

If I trace to this line and wait, the debugger ends the session by itself
without any message. In the output window, I get the following: "The program
'[17364] Test-Make.exe: Managed' has exited with code -2147023895
(0x800703e9)."

Any idea?
 
Eric:
I'm having a weird problem. When I try to run the application, I can debug
it for a while until the debugger ends the session with the following
message: "Unable to step. Operation not supported. Unknown error:
0x8013134f.". It always does this at the same line i.e. List<MyClass> list =
new List<MyClass>().

I'm very much a newbie, so forgive me if this is off track.
But I saw some strange behaviour in the debugger when I
tried to assign to a generic List I'd forgotten to instantiate.

Geoff C
 
Ah... I finaly found it.
It was one of my buggy ToString() function that was getting executed in the
watch window.

Sorry for the spam.
Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top