Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Debugging does not work for implicit expressions. i.e. @DateTime.Now #151

Closed
NTaylorMullen opened this issue Sep 22, 2014 · 1 comment
Closed
Assignees
Milestone

Comments

@NTaylorMullen
Copy link
Contributor

We currently generate @DateTime.Now to be something like:

Write(
#line 1 "SomeFile.cshtml"
 DateTime.Now

#line default
#line hidden
);

which ends up breaking our debugging scenario for implicit expressions.

@pranavkm
Copy link
Contributor

pranavkm commented Oct 2, 2014

Fixed in f913d89

@pranavkm pranavkm closed this as completed Oct 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants