c# - How to kill Mono program properly -


i'm working on cross-platform app written in c#. have huge problem testing , debugging under linux/mono. when application hangs due error, have kill process (either using stop button in monodevelop debugger or using kill(all) command). problem is, after killing cannot start application again. when restarted console, waits second or 2 , exits, showing nothing output. when started monodevelop, debugger loads assemblies , process exits no error. there seems no mono-related service in process table. way start application again log off , log in again.

what i'm doing wrong?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -