This repository was archived by the owner on Oct 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
DebuggerPlans
DavidSrbecky edited this page May 28, 2008
·
11 revisions
These are the most important features. Hopefully they will be finished as soon as possible.
- Console
- Watch pad
- Conditional breakpints
- Conditional exceptions
- Conditional MDAs
- Editable variable values
If I am not in the mood to work on any high priority features, I will pick one of these :-)
- Allow attaching to running applications
- Run to cursor
- $exception variable
- Skip code marked as step through (Forum-7834)
- VBNet Modules variables (Forum-6468)
- Consistent icons (Forum-7460)
I agree that the following ideas might be good, but until other important features are implemented these must wait.
- Debugger Visualizers
- Remote Debugging
- Edit and Continue support - That's a lot of work, but I hope it will be done once. Reusing Mono compiler seems unfeasable so I guess IL diff would be way to go. This would not perform really well (needs complete recompilation), but better something then nothing.
- Some vidoes
Sorry, I either think these ideas are not good at all or they are not worth the effort. If you produce a really good argument, you may change my mind :-)
- Debug unmanaged/mixed code (like C++) - It is too much work and I doubt anyone would use it. However, if you know good managed wrapper of unmanaged debugging API or if you know any open-source managed Debugger of unmanaged code, let me know.
- Decompiler - Lutz Roeder Reflector would be great for this, but he has not implemented support for pdb generation and he does not allow redistribution of his library
If you want to suggest a great new feature, please add it here.
- Vanya suggested that debugger tooltips should be reused in non-debug mode to provide more infromative tooltips