console output in playgrounds 7

Hi,


just wondering if the console output has been removed in playgrounds 7?


A console panel is available for print() statements in playgrounds 6 when displaying assistant editor, but nothing shows up in (xcode) playgrounds 7. Is this a beta bug or have console panels been deprecated?.


-nick

Accepted Answer

The console output is now in the debug area and no longer in the assistant area.

Yep, just stumbled over it my self - thanks


To clarify, at the bottom of the playground window, to the left of the timeline slider, there is a show/hide button. This button displays console output for things like print() statements.


Thanks Erica.

Thanks for the tip.

I've just got some messages that showed on Debug area.


like this:

Oct  3 01:42:05  iOSPlayground-1 2015-10-03[2586] <Error>: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
Oct  3 01:42:05  iOSPlayground-1 2015-10-03[2586] <Error>: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
Oct  3 01:42:05  iOSPlayground-1 2015-10-03[2586] <Error>: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.


any help?

Try beta 7.1. This is a known issue for 7.0

console output in playgrounds 7
 
 
Q