[nem-bug] [Nemerle 0000821]: Can't set breakpoint on return value

feedback at nemerle.org feedback at nemerle.org
Tue Jan 9 09:10:56 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=821> 
======================================================================
Reported By:                VladD2
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   821
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-09-2007 09:10 CET
Last Modified:              01-09-2007 09:10 CET
======================================================================
Summary:                    Can't set breakpoint on return value
Description: 
public FoldLeft [A, B] (this source : SCG.IEnumerable [B], mutable ini : A,
f : B * A -> A) : A
{
  foreach (value in source)
    ini = f(value, ini);
  
  ini // Can't set breakpoint here!
}
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-09-07 09:10 VladD2         New Issue                                    
======================================================================




More information about the bugs mailing list