Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

"Edit and Continue" debugging #21

Open
pixeltris opened this issue Oct 5, 2018 · 0 comments
Open

"Edit and Continue" debugging #21

pixeltris opened this issue Oct 5, 2018 · 0 comments

Comments

@pixeltris
Copy link
Owner

pixeltris commented Oct 5, 2018

AssemblyRewriter / cecil seems to break edit and continue debugging. This happens even in the simplest setup with cecil. See the attached project to test this.

  • Compile the project.
  • Run CecilTest. See that the output is "Hello from IAmVisible!". You can also "edit and continue" debug this program.
  • Run Rewriter and then run CecilTest again. See that the output is "Hello from IAmHidden!" and "Hello from IAmVisible!". "Edit and continue" debugging will no longer work.

CecilIssue.zip

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

No branches or pull requests

1 participant