Visual Studio

  • Decompile the dll with ILSpy, find the function you need.
  • Attach to Process: w3wp.exe - your application's pool
  • Debug -> Windows -> Breakpoints.. -> New -> Function Breakpoint: Type the function name with the namespace you found.
  • See the variable in Local window.

DotPeek Plug-in for VS

Tools -> Options -> Debugging -> Uncheck Enable just my code
Tools -> Options -> Debugging -> check Suppress JIT optimization on module load (Managed only)

DNSpy

  • A standalone Debugging IDE.

References

相关文章:

  • 2022-02-01
  • 2022-12-23
  • 2021-08-16
  • 2021-07-08
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-13
  • 2022-02-26
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
相关资源
相似解决方案