Author Topic: Where's the debugger/console window?  (Read 2728 times)

Bgoulette

  • Sr. Member
  • ****
  • Posts: 116
  • I wrote a book.
    • View Profile
    • BlakeGoulette.com
Where's the debugger/console window?
« on: December 17, 2018, 02:58:22 PM »
I feel so stupid, but I'll ask anyway: how can I bring up the AM debugger or console window? I swear once upon a time, it was just there, but I'm sure I'm misremembering. I'm trying to create some layouts and a few custom classes, but I'm doing it so spectacularly poorly that I can't see anything, and I'm hoping the debugger/console will point me in the right direction. Thanks for anyone willing to help!

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: Where's the debugger/console window?
« Reply #1 on: December 17, 2018, 04:18:53 PM »
Windows builds have console included version now a separate binary. Check the downloads section.

rand0m

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
Re: Where's the debugger/console window?
« Reply #2 on: December 17, 2018, 04:22:46 PM »
In recent AM versions there are two exe files, atrract.exe and attract-console.exe. If you want to see the console output use the later one. You can also check a plugin and module created by forum member keilmillerjr here:

Debug Module: https://github.com/keilmillerjr/debug-module
Debug Plug-in: https://github.com/keilmillerjr/debug-plugin