Resource Sharing Between production and test environment
Vance Shipley
vances@REDACTED
Wed Aug 13 16:47:42 CEST 2003
On Wed, Aug 13, 2003 at 08:32:39AM +0300, Per Bergqvist wrote:
}
} You say .DLL and I must say that I never tried this on Win32.
} Should probably work now when you can build local using cygwin.
Per,
Actually I said "DLL" and I obviously should have chosen my terms
better. That seemed shorter than "dynamic library" or "relocatable
object". Let be more specific: :)
$ file libnatest.so
libnatest.so: ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked, not stripped
} (Have to try this some day but I have had my doze of M$ for this year
} ....)
I'm not masochistic enough to try to do this stuff on Windows.
On Wed, Aug 13, 2003 at 08:32:39AM +0300, Per Bergqvist wrote:
} Hi Vance,
}
} 1) build a debug emulator (cd erts; make debug)
} 2) make sure your X environment is correct
} 3) tell your script to execute "cerl -gdb ..." instead of "erl ..."
}
} This will pop up gdb in emacs. very handy.
} You can also do this on remote nodes by passing X settings.
} Note that you need to work with the source tree in the path since
} cerl and debug emulators are not installed.
Thanks, I'll give this a try.
-Vance
More information about the erlang-questions
mailing list