rileypb
(Phil Riley)
March 28, 2025, 3:13pm
1
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?
Hanna
March 28, 2025, 4:12pm
2
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
rileypb
(Phil Riley)
March 28, 2025, 4:13pm
3
Whattya know, it’s right there. Now I feel blind . Thanks!
HanonO
(Hanon Ondricek)
Split this topic
March 28, 2025, 7:18pm
4
A post was merged into an existing topic: Marauder - an automatic mapper for IF