Replies: 1 comment 1 reply
-
@DBizz22 To clarify, it only works when you debug it through VS Code, but the exe doesn't work as expected when running it on the command-line? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've built a windows exe file, it works fine only when i run with the debug button in the vscode project status, it doesn't work properly with the launch or outside vscode. This issues occurs in both debug or release cmake build. The same release build works fine when ran with the debug but not with the launch or outside of vscode. An example of it not working properly is the login doesn't work but this isn't a issue when ran with the debug in vscode cmake.
Beta Was this translation helpful? Give feedback.
All reactions