[Solved] Start a project within Visual Studio

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By radubolovan
:warning: Old Version Published before Godot 3 was released.

Hello,
I successfully compiled the github repository of the Godot engine with Visual Studio 2015 and everything works fine. Including that the editor starts when F5 is pressed.

What I want to do is run a project directly from Visual Studio for debug purpose. I want to learn more and I want to have the possibility to add breakpoints in Visual Studio while a project is in the editor or running.

So I have two questions:

  1. Is it possible to start a project (with line arguments perhaps) directly in the editor from Visual Studio?
  2. Is it possible to run a project (with line arguments perhaps) from Visual Studio?

Best regards,
Radu

:bust_in_silhouette: Reply From: radubolovan

I figure it out myself by reading Main::print_help function from main.cpp

Command arguments: --path path_to_your_project => runs the game
Command arguments: --path path_to_your_project -e => starts the project in the editor

Cheers!
Radu

:bust_in_silhouette: Reply From: Neela

For Asp.net projects topics, 2022-2023 Computer Science Projects|2022-2023 IEEE Projects for CSE|2018 Computer Science Projects in Bangalore|2022-2023 Computer Science Projects for Engineering Students