V
V
vanyamasnuha2015-01-02 16:31:02
C++ / C#
vanyamasnuha, 2015-01-02 16:31:02

How to start debugging two startup projects in Visual Studio 2013?

There is a solution from two projects: GUI and console application. When a button is pressed in the GUI, a console application is launched. How it is possible to be picked up to it by a debugger at the moment of start?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maaGames, 2015-01-02
@vanyamasnuha

Put BreakPoint() in main (or other entry point). A standard dialog will pop up with a suggestion to kill or start debugging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question