Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79797 --- shadow/79797 2006-10-31 18:28:58.000000000 -0500 +++ shadow/79797.tmp.10693 2006-10-31 18:51:30.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 79797 Product: Mono: Runtime Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Minor Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -25,6 +25,19 @@ the 'windows' subsystem. ------- Additional Comments From [EMAIL PROTECTED] 2006-10-31 18:28 ------- Created an attachment (id=17963) monow.diff + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-31 18:51 ------- + +Another related issue: when mono.exe detects that the assembly +was compiled for the winexe target, it detaches the console. +This is annoying during debugging or when the runtime crashes +(the back trace is not visible). + +IIRC, this feature was introduced because monow.exe did't exist. + +The patch disables the detaching when the --debug +option was supplied. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
