Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Well, let's say we have a application that runs in a console and is for both windows and linux. On windows when you double click the application a command window opens and the application runs, you see errors warnings etc in the console window and everything it does cout/print/whatever. On linux however when I run the terminal and do ./application_name I don't see any messages/couts/prints? How can I see them? It's really important for debugging purposes.

It's for SA-MP server.

share|improve this question
2  
There's no way of knowing until you tell us what program you're trying to run. – Michael Hampton Aug 1 '12 at 22:27
the program is samp03svr from sa-mp.com – Gam Erix Aug 1 '12 at 22:34
1  
wow really nice just because I need to know something I do not know i got immeadiately downvoted... nice 'summer of love'... :( – Gam Erix Aug 1 '12 at 22:35
Sorry, it will not let me remove the downvote until you edit your post. Strange but true. – Michael Hampton Aug 1 '12 at 22:40
Your question was just missing a very important detail, since what you describe is by no means default behavior. That'd explain the down vote, because it would have been impossible to give you an answer. Try not to take it personally :) – slhck Aug 1 '12 at 23:20

1 Answer

up vote 3 down vote accepted

The documentation says that the Linux version of the SA-MP server does not normally output anything; only in case of errors will there be output.

share|improve this answer
and there is no way around it :x okay then I'll have to stick to running the server, closing it, opening the log file, and rerunning debug ;x – Gam Erix Aug 1 '12 at 22:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.