简体   繁体   中英

Is it possible to use the c# “interactive window” instead of the immediate window in VS2017

The C# " interactive window " is more fully featured than the " immediate window ". Is it possible to load the debug context into it during a debug session?

Quoted from this answer: https://stackoverflow.com/a/43106951/1806239

After you've run Initialize Interactive with Project, you can use Debug > Attach to Process to connect to the InteractiveHost.exe process.

You can then debug functions from your project.

Works for me in VS2019.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM