Page 1 of 1

debugger cannot continue running the process?

PostPosted: May 19th, 2013, 4:15 pm
by Blaxus
Okay, when I start a project I get this problem. I start a new Phalanger WinForms Application.

After this, I run with debugger. Nothing bad happens.

Change 1 line or text in either the visual designer or the visual code file associated with it. And from there on it's all:
the debugger cannot continue running the process

And when I try to do anything that isn't related to Debugging I get the following:
The operation could not be completed.

I'm not a .NET developer, and I don't really know what thisis.

This might be Phalanger, PHP Tools, or anything of Visual Studio 2012. So if it's In the wrong forum, just move it. I don't really know where the problem comes from so... I posted it here.

I'm hoping that you guys know what is.

Dump
Microsoft Visual Studio Ultimate 2012 Version 11.0.50727.1
Microsoft .NET Framework 4.5.50709
Phalanger Tools for Visual Studio 3.0.4069
PHP Tools for Visual Studio 1.6.4231

Re: debugger cannot continue running the process?

PostPosted: May 19th, 2013, 4:30 pm
by Jakub Misek
Hi,

I would just guess, that Edit&Continue feature is not supported.

It means, you should not modify source code of program that is currently running. This results in debugger failure, because source files do not match the program being debugger.

Thanks,

Re: debugger cannot continue running the process?

PostPosted: May 19th, 2013, 4:38 pm
by Blaxus
Jakub Misek wrote:Hi,

I would just guess, that Edit&Continue feature is not supported.

It means, you should not modify source code of program that is currently running. This results in debugger failure, because source files do not match the program being debugger.

Thanks,


It looks like it's supported and enabled.

Okay, so from what I can see. I don't need to be running an application to get this error. I tried making a new Application, changed something before I run it the first time, same problem. So I didn't run anything before I got this error. And nothing ran at all.

Also, I'm unable to close Visual Studio 2012 pending "The operation could not be completed." error, can't close VS2012 without eliminating the process.

Re: debugger cannot continue running the process?

PostPosted: January 8th, 2014, 10:12 pm
by Rustynails
Has this been resolved? I'm receiving the same error and am pretty disappointed that I can't begin to use this.

Re: debugger cannot continue running the process?

PostPosted: January 13th, 2014, 3:37 pm
by Jakub Misek
You can't edit PHP code while it is running. Edit&Continue is currently supported by C# only.