Discussion:
Compile while running, How I disable this feature ?
(too old to reply)
master_mfb
2007-11-28 12:05:00 UTC
Permalink
Hi,
When I run in debug mode my applications and I want to edit my code, the
visual c++ always compiles again my changes. I don't want that, it takes too
long.

Is there any way to disable this feature ?

Regards,
Amareto
Alex Blekhman
2007-11-28 16:48:57 UTC
Permalink
Post by master_mfb
When I run in debug mode my applications and I want to
edit my code, the
visual c++ always compiles again my changes. I don't want
that, it takes too
long.
Is there any way to disable this feature ?
Go to properties if the project and select there C/C++ ->
General property page. In "Debug Information Format" select
something other than /ZI (Edit and Continue).

Alex
master_mfb
2007-11-29 10:19:00 UTC
Permalink
Post by Alex Blekhman
Post by master_mfb
When I run in debug mode my applications and I want to
edit my code, the
visual c++ always compiles again my changes. I don't want
that, it takes too
long.
Is there any way to disable this feature ?
Go to properties if the project and select there C/C++ ->
General property page. In "Debug Information Format" select
something other than /ZI (Edit and Continue).
Alex
Thanks, for the help but this doesn't fix the problem, let me describe it
better:
When my application is running in debug mode and I edit, the Visual C++ is
writing at the bottom left status bar "Loading dependency information" and it
takes him 5 - 10 seconds to complete the load.

How can I disable this ?

Best
Amareto
Alex Blekhman
2007-11-29 11:48:53 UTC
Permalink
Post by master_mfb
When my application is running in debug mode and I edit,
the Visual C++ is
writing at the bottom left status bar "Loading dependency
information" and it
takes him 5 - 10 seconds to complete the load.
How can I disable this ?
You can go to project's properties, then Debugging -> Edit
and Continue. On the property page uncheck "Enable Edit and
Continue" check box. I think it should disable edit and
continue completely.

Alex

Loading...