core icon indicating copy to clipboard operation
core copied to clipboard

Improve JS debugging experience

Open Jand42 opened this issue 9 years ago • 1 comments

  • Name prototype functions
  • Name local functions
  • In debug mode, break inner sequential expressions
  • Use if-then-else for 2-case match expressions
  • Break too big conditional expressions
  • Optimize F# async expressions: track name of bound variables, eliminate async.Zero, make some Concurrency methods chained

Jand42 avatar Aug 26 '16 17:08 Jand42

Thanks

sagorho avatar Feb 22 '19 09:02 sagorho