[MonoDevelop] Mono.Debugger.Soft do not work on Ubuntu (MD from trunk)
Tomasz Kubacki
tomasz.kubacki at gmail.com
Fri Jun 11 01:44:04 EDT 2010
hi,
I've set: export MONODEVELOP_SDB_LOG=/home/tomek/log.txt
File is created after debug try, but it's empty.
I've completely removed my default system mono environment and still have
the same behavior.
My para. env file:
#!/bin/bash
MONO_PREFIX=/opt/mono
GNOME_PREFIX=/usr
export
DYLD_LIBRARY_FALLBACK_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_FALLBACK_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export
PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
export PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "
I also tried to set MONO_GAC_PREFIX for many different locations, but
without result.
Mono is installed at :
/opt/mono
and monodevelop at:
/opt/monodevelop
PS: My Mono.Addins lib is also from trunk does it matter ?
--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-Debugger-Soft-do-not-work-on-Ubuntu-MD-from-trunk-tp2246029p2251302.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list