dgiagio / warp

Create self-contained single binary applications
MIT License
1.92k stars 92 forks source link

Is there anyway to debug this? #5

Closed AlgorithmsAreCool closed 6 years ago

AlgorithmsAreCool commented 6 years ago

A minimal example works fine, but when I tried on a larger application i got

Specify --help for a list of available options and commands.
Unrecognized command or argument 'MyApp.exe'

But I can run the app just fine from the warp packages folder in appdata.

Can I get some more verbose output somehow to try to figure out whats wrong?

dgiagio commented 6 years ago

A bug that might have affected your case has just been fixed (#2). Could you please download the new release v0.1.1 and try again?

About your question: if you set the environment variable WARP_TRACE=1 you get debugging output while running your self-contained application.

AlgorithmsAreCool commented 6 years ago

BRILLIANT! It works! Thank you so much for this project!