Re: [users@lists.monobjc.net] Running mono in debug mode

2011-04-19 Thread Bastien Hofmann
Hello, Laurent Etiemble a écrit : Hello, Sorry, my mistake. Options shall be passed with the MONO_OPTIONS environment variable: MONO_OPTIONS="--debug" ./MyGreatApp.app/Contents/MacOS/MyGreatApp Great, thank you! Regards, Laurent Etiemble. 2011/4/19 Bastien Hofmann mailto:bhofm...@waterpro

Re: [users@lists.monobjc.net] Running mono in debug mode

2011-04-19 Thread Laurent Etiemble
Hello, Sorry, my mistake. Options shall be passed with the MONO_OPTIONS environment variable: MONO_OPTIONS="--debug" ./MyGreatApp.app/Contents/MacOS/MyGreatApp Regards, Laurent Etiemble. 2011/4/19 Bastien Hofmann > Hello, > > Thank you, but I can't seem to make it work. Exceptions still don't

Re: [users@lists.monobjc.net] Running mono in debug mode

2011-04-19 Thread Bastien Hofmann
Hello, Thank you, but I can't seem to make it work. Exceptions still don't have filename/line numbers infos (they do when I do something like mono --debug MyApp.exe), and the --debug param seems to be passed to my app instead of the mono runtime. Laurent Etiemble a écrit : Hello, As the ne

Re: [users@lists.monobjc.net] Running mono in debug mode

2011-04-17 Thread Laurent Etiemble
Hello, As the new launcher is a wrapper around the Mono runtime, you have to use the command line want to pass additional arguments. For example, to launch MyGreatApp in debug mode, open a Terminal and type: ./MyGreatApp.app/Contents/MacOS/MyGreatApp --debug Regards, Laurent Etiemble. 2011/4/1

[users@lists.monobjc.net] Running mono in debug mode

2011-04-14 Thread Bastien Hofmann
Hello, Is there a way to run mono with the "--debug" parameter with the new Monobjc 3 launcher? With the old script based launcher I added it myself, but with the new binary I can't. The problem is that current when an exception is thrown, I don't get filenames or line numbers in the stack, be