1

Re: "Changes are not allowed while code is running..."

While stopped at a debug breakpoint,
I hit "/" to search for some text.

VS2005 whines at me with
"Changes are not allowed while code is running or
if the option 'Break all processes when one process breaks' is disabled."

(Note that this option *is* enabled).

After I click OK to dismiss the dialog I see the "/" key
show up in the ViEmu status bar below.

So it looks like the "/" is not being swallowed up by ViEmu whilst debugging?

Any option I can throw to disable this?

(It would be nice if I could search with "/" whilst debugging).

Thanks!
Mike

2

Re: "Changes are not allowed while code is running..."

Actually I am *not* stopped at a breakpoint, but my program IS running.
Thanks again,
Mike

3

Re: "Changes are not allowed while code is running..."

Mike, there is a setting in the Tools|Options|ViEmu preferences page to deactivate it. It's disable by default, as the method is a bit intrusive (nothing bad, but given it is only applicable with VS2005 and .NET languages, I decided to have it off by default).

Let me know if it doesn't fix it.