debuging in VC

hi.
i use VC 2008.every thing is ok when i create new project and debug and run ...
but how we can debug and edit cpp codes(that we have already in hard drive)with VS?i simply open cpp code with VS but there is not an option to debug code.
i can not debug and run this code.i mean VS only debug project with solution(as much as i know).but for me its not important to have solution and other files that VS make when we create new project.i know that i can copy and paste codes in a new project but is'nt there a better way to debug edit and run these code without create new project?(sorry for long post)(for the first time somebody dont need this great technology and want a simpler and handy one :) )
Last edited on
The only way to debug in VC++ is from inside a project, and only if the program was compiled with debug information.
Topic archived. No new replies allowed.