Generating debug info in Inform 6

I’m having difficulty getting Inform 6.41 to generate gameinfo.dbg. The command lines for I7 and I6 I’m using to compile are:

ni -internal /Applications/Inform.app/Contents/Resources/Internal/ -external /Users/rileypb/Library/Inform  -project "./DebugTest.inform/" && inform6 -kE2wSDG "DebugTest.inform/Build/auto.inf" "DebugTest.inform/Build/output.ulx"

These work fine when I’m not trying to generate debug info. What do I need to do differently here?

The -k flag should make it generate debug info. However, the gameinfo.dbg file is written in the directory in which you’re running the command (inform6’s “current working directory”), not under DebugTest.inform/Build where the input and main output file go.

1 Like

Whattya know, it’s right there. Now I feel blind :slight_smile: . Thanks!

A post was merged into an existing topic: Marauder - an automatic mapper for IF