I think echo $_ will return you the error number of the last application you ran. An error level number of 0 means normal termination and higher than that means an error happened. On Mon, 22 Aug 2011, pjsmith wrote:
> Hi, > > I'm looking for a little advice how to debug this issue. I wrote a vb.net > app which I run under mono 2.4.4 (Ubuntu 10.4). It works pretty much > perfectly, but I've found that after a day or so it was failing. I ran the > app in console mode to see any error messages and after a day it failed > again. The only output was 'Terminated' and the console was sitting at the > prompt. Not a very helpful error message? The text is not output by my app, > so I guess it's from the mono runtime. > > I could not find any information regarding this error message or what might > cause it. Is it an OS/Mono issue or a bug in my code? I don't really know > how to find out. > > Can anyone tell me what this error message means in general and if possible > offer some advice to track down what is causing it? > > Thanks. > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/After-a-couple-days-application-Terminated-tp3759576p3759576.html > Sent from the Mono - VB mailing list archive at Nabble.com. > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb > > Jude <[email protected]> "I love the Pope, I love seeing him in his Pope-Mobile, his three feet of bullet proof plexi-glass. That's faith in action folks! You know he's got God on his side." ~ Bill Hicks _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
