-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can you run a w file with this extension? #64
Comments
As far as I know you can only run_progres not prowin from vscode |
As @cverbiest mentionned, the current version only supports command line execution. |
I have done some testing. I created a workaround where this doesn't have to be implemented. I created a test procedure
So I created a command that calls prowin.exe |
Nice hack ! |
No, I can't debug it now. The only thing I can do in to write a MESSAGE in my code to see what the contents of variables are. |
I was wondering if you can pass a command line parameter to prowin to start the debugger? If you can start it with a parameters it would work. |
I have created a test project, with a p and a w file.
I was wondering if I can run .w files with this extension? (To run a GUI)
I have installed all the required libraries to run the GUI, I can run the w file in Progress Developer Studio.
The p files woks well but if I try to run a w file the extension says invalid handle.
The error comes from the automatically generated code from the AppBuilder when you create a w file:
The text was updated successfully, but these errors were encountered: