[Gambas-user] Warnings report

Martin mbelmonte at belmotek.net
Wed Dec 30 01:23:17 CET 2020


Thanks for replying, but I mean the warning list not the console.
In the list of warnings, apparently it is not possible to make text copies.

Tanks

Martin

On 29/12/20 20:03, Bruce Steers wrote:
> Options....
>
> Right click Console view in gambas IDE and select "Select All" then 
> copy the text to a file
>
> Or...
> run .gambas app in terminal using redirects > .
> Eg..
> gbr3 /$HOME/MyApp/MyApp.gambas >/$HOME/MyApp_Output.txt 2>&1
>
> *>/path* redirects std_out not std_err to file
> *2>path* redirects std_err not std_out to file
> *>/path_out 2>/path_err* redirects out and err to 2 files
> *>/path 2>&1* directs out and err to same file
>
> Hope that helps.
> BruceS
>
>
> On Tue, 29 Dec 2020 at 12:50, Martin <mbelmonte at belmotek.net 
> <mailto:mbelmonte at belmotek.net>> wrote:
>
>     Hi,
>
>     I am trying to create an executable .gambas and because my project
>     has
>     many warnings I cannot do it.
>     To organize the debugging between several developers I would like
>     to be
>     able to distribute the tasks and for this, since it is a lot of
>     warnings, I would like to have a file in which all these are listed.
>     It's possible?
>     thanks
>
>     MB.
>
>
>     ----[ http://gambaswiki.org/wiki/doc/netiquette
>     <http://gambaswiki.org/wiki/doc/netiquette> ]----
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201230/3d066003/attachment.htm>


More information about the User mailing list