Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dprintfn not working when compiled (i.e., calling the function in the ExtCore package) #2

Open
jack-pappas opened this issue Oct 19, 2013 · 0 comments

Comments

@jack-pappas
Copy link
Owner

Greg Chapman submitted this bug report to me a while back via the NuGet gallery. I'm opening an issue here to keep track of it:

Using VSExpress Web 2012, I manually created a WinForms app and used Nuget to add ExtCore to it. I then used the dprintfn function in several places. Although I compiled and ran my app in Debug mode, none of the dprintfn messages appeared in the Debug Output. When I just copied the dprintfn code into my app and used that (rather than the ExtCore version), the debug messages did appear.

I'm guessing that the NuGet ExtCore is a release build. so the Debug.WriteLines get stripped out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant