• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE alternate to debugger graph?

JAG

Member
Hi Im wondering if there is some way I can display my show_debug_message output in a regular sequential console like in other IDEs? I find the graph view useful but it obscures the order of messages in certain conditions.

If there's no built-in way to do this, is there some way to write the debug output to a file?

Thanks!!
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
All your show_debug_messages are logged to the Output window, even when not running in debug mode.
 

JAG

Member
@Nocturne ohh hm mine does not. Im on a Mac, is that feature not yet implemented? Or maybe I need to enable the setting somewhere?
 
Top