Monkey Debugger

Community Forums/Monkey Talk/Monkey Debugger

JoshK(Posted 2012) [#1]
I was just wondering whether Monkey has a debugger yet, and what target is actually used when the debugger is running? Is it using the GCC debugger GDB on the backend, or something else?


GfK(Posted 2012) [#2]
Yes, GLFW i think.

Edit: http://www.monkeycoder.co.nz/Community/posts.php?topic=3047

(although v60 is up now, too)

Last edited 2012


ziggy(Posted 2012) [#3]
Yes, it has a debuger for any C++ based target, that is the stdcpp target that produces console-like applications using MinGW or XCode, and the GLFW application that can be used with Mojo to create games using VisualC++ Express or Xcode on the Mac.
Beaware that the debugger is similar to the BlitzMax debuger, so it has some limitations

Last edited 2012