Skip to content

OK, I've gotten the project to build. Now, how do I debug and step through? #5231

Discussion options

You must be logged in to vote

I'm not even sure which project I should attempt to launch

That would be the AppInstallerCLIPackage

but then it immediately closes before I can read it

In the command-line arguments, add --wait at the end of any command that you execute

The compiled code is also available to you via a wingetdev command in your normal terminal session if you click on Deploy Solution. Any time you rebuild and deploy, the updated changes would be available via the wingetdev command

Places like inside the function WindowsPackageManagerCLIMain(int argc, wchar_t const** argv). I've tried others as well.

The starting point of the program is in src/AppInstallerCLI/main.cpp

What do I do to set breakpoints…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AltitudeApps
Comment options

@mdanish-kh
Comment options

@mdanish-kh
Comment options

Answer selected by AltitudeApps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants