You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
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.
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.
CecilIssue.zip
The text was updated successfully, but these errors were encountered: