Skip to content

Add debug path output in Program.cs#57

Closed
ostomachion wants to merge 1 commit into
mainfrom
demo
Closed

Add debug path output in Program.cs#57
ostomachion wants to merge 1 commit into
mainfrom
demo

Conversation

@ostomachion

Copy link
Copy Markdown
Contributor

Added a line to construct a path from command line arguments and print it for debugging.

Summary

Describe what this pull request changes.

Why

Why is this change needed?

Closes #

Testing

Describe how you tested this change.

Examples:

  • dotnet build
  • dotnet test
  • manual testing in Visual Studio / VS Code
  • browser testing
  • not tested yet — explain why

Screenshots or Video

For visible UI changes, add screenshots or video if helpful.

Notes for Reviewers

Add anything reviewers should pay attention to.

Examples:

  • design tradeoffs
  • follow-up work
  • known limitations
  • areas where you want feedback

Checklist

  • I have reviewed and understand the changes I am submitting, including any AI-assisted work.
  • I have run the relevant checks or explained why I could not.
  • I updated documentation where needed.
  • This pull request is focused and does not include unrelated changes.
  • This contribution does not copy, translate, port, adapt, or mechanically rewrite decompiled source code from the original MyGameBuilder Flash client or any other proprietary source.

Added a line to construct a path from command line arguments and print it for debugging.

Signed-off-by: Josh Hufford <josh@hufford.io>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds a debug print of a filesystem path constructed from command-line arguments during API startup.

Changes:

  • Construct a path from the first two command-line arguments in Program.cs
  • Print the constructed path to standard output for debugging

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +28 to 31
var path = Path.Combine(args[0], args[1]);
Console.WriteLine(path); // Debug! Remove before merging to main

var app = builder.Build();
});
});

var path = Path.Combine(args[0], args[1]);
@ostomachion ostomachion deleted the demo branch June 12, 2026 18:40
@github-project-automation github-project-automation Bot moved this from Triage to Done in OpenGameBuilder Roadmap Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants