Author Topic: Where is the print output window when performming debug?  (Read 5642 times)

davidlee62

  • Community Member
  • Posts: 35
  • Hero Points: 1
Where is the print output window when performming debug?
« on: December 09, 2006, 08:06:00 AM »
Hello,

I use SE v11 under Linux. When debug a code which is like "printf ("buf == %s\n", buf);", I can not find the string print output, just from the watch window see many digitals, could you advis where to find a terminal window which can display the output string ? Thanks.


David

Dennis

  • Senior Community Member
  • Posts: 3960
  • Hero Points: 517
Re: Where is the print output window when performming debug?
« Reply #1 on: December 11, 2006, 01:02:35 AM »
The application I/O will be found in the "Build" tool window for a normal debug session.

davidlee62

  • Community Member
  • Posts: 35
  • Hero Points: 1
Re: Where is the print output window when performming debug?
« Reply #2 on: December 11, 2006, 06:19:55 AM »
Hi Dennis,

Now I can see the output. By the way , I guess this should be set in the project properties dialog, because in the dialog's Tool tab,  highlights the "Debug" item in the "tool name" list, then deselects the mark of "Capture output" and "Output to build window",  I have done this, but it seems not any affect to the output window, the print result still can be displayed in the build output window, would you please advise what are the effects of these marks? Thanks.


David