Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use launch.vs.json with Visual Studio to parameterize the debug start… #470

Conversation

marcboulle
Copy link
Collaborator

@marcboulle marcboulle commented Nov 21, 2024

Petite PR technique uniquement pour Visual Studio sous Windows, pour éviter d'avoir des chemins en dur pou lancer une session de debug

Copy link
Contributor

@carinehue carinehue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LVGTM

// d'environnement et quelques commentaires clairs
sUserRootPath = "C:/Applications/boullema/LearningTest.V10.5.3-b.0/TestKhiops/";
// Parametrage du repertoire racine de LearningTest via une variable d'environnement "LearningTestDir"
// Il est recommande de positionner cette variabe d'environnement via le fichier "launch.vs.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : variabe -> variable

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fait

// d'environnement et quelques commentaires clairs
sUserRootPath = "C:/Applications/boullema/LearningTest.V10.5.2-b.0/TestCoclustering/";
// Parametrage du repertoire racine de LearningTest via une variable d'environnement "LearningTestDir"
// Il est recommande de positionner cette variabe d'environnement via le fichier "launch.vs.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : variabe -> variable

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fait

// d'environnement et quelques commentaires clairs
sUserRootPath = "C:/Applications/boullema/LearningTest.V10.5.3-b.0/TestKNI/";
// Parametrage du repertoire racine de LearningTest via une variable d'environnement "LearningTestDir"
// Il est recommande de positionner cette variabe d'environnement via le fichier "launch.vs.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : variabe -> variable

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fait

@marcboulle marcboulle force-pushed the 469-use-launchvsjson-with-visual-studio-to-parameterize-the-debug-starting-directory branch from b74a733 to 3c33c4f Compare November 22, 2024 10:11
@marcboulle marcboulle requested a review from carinehue November 22, 2024 10:12
Copy link
Contributor

@carinehue carinehue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LVVGTM

@marcboulle marcboulle force-pushed the 469-use-launchvsjson-with-visual-studio-to-parameterize-the-debug-starting-directory branch from 3c33c4f to 6f85b21 Compare November 22, 2024 13:00
@marcboulle marcboulle merged commit ca27f2a into dev Nov 22, 2024
23 checks passed
@marcboulle marcboulle deleted the 469-use-launchvsjson-with-visual-studio-to-parameterize-the-debug-starting-directory branch November 22, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use launch.vs.json with Visual Studio to parameterize the debug starting directory
2 participants