![]() |
|
#1
|
|||
|
|||
|
Dnspy does not hit breakpoint
Hello all,
I am trying to debug a .NET programme with Dnspy. It stops in some breakpoints, does not stop others. Then I added below codes however It did not stops but MessageBox shows. Code:
if (Debugger.IsAttached)
{
Debugger.Break();
}
Debugger.Launch();
Debugger.Break();
MessageBox.Show("Select License File");
Because It runs in another thread? What must I do? Regards |
| Tags |
| breakpoint, dnspy |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dnSpy Plugins | n00b | Developer Section | 5 | 12-28-2025 19:46 |
| dnSpy oddities | LaptoniC | General Discussion | 5 | 05-05-2019 22:34 |
| [dnSpy Extension] TraceSpy | phono | Community Tools | 7 | 12-06-2016 02:11 |