161
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for My.Forms. Added support for ImportProjectItems. Reworked NRefactory to use List<AttributeSection> instead of ArrayList for attributes and List<ParameterDeclarationExpression> instead of ArrayList for parameter declarations. Added Ctrl+'.' debug code completion. More... about 21 years ago
A little modification of the hack More... about 21 years ago
Really nasty hack to force release of debug symbols More... about 21 years ago
WindowsDebugger cleaned up More... about 21 years ago
Worked on breakpoints More... about 21 years ago
Added support for code completion on partial classes. More... about 21 years ago
Reworked DebuggerService, IDebugger, DefaultDebugger and Debugger menu More... about 21 years ago
Added code completion for the "My" namespace. More... about 21 years ago
Added generics support to the VB.Net parser. More... about 21 years ago
Removed old code from DebuggerService More... about 21 years ago
Replacing EventHandler with generics EventHandler More... about 21 years ago
All events inherit from DebuggerEventArgs More... about 21 years ago
Fixed some code completion bugs. More... about 21 years ago
Worked on code completion. More... about 21 years ago
CurrentProcess, CurrentThread and CurrentFunction set in ManagedCallback More... about 21 years ago
System.Diagnostics not used in debugger anymore More... about 21 years ago
Added code completion after keywords like 'using', 'new', 'as', 'is', ... More... about 21 years ago
Some custom exceptions removed More... about 21 years ago
Added Process collection More... about 21 years ago
Handling of CurrentThread and CurrentFunction changed More... about 21 years ago
Improved code completion. More... about 21 years ago
Some call forwarders removed More... about 21 years ago
Created public constructors for SourcecodeSegment, changes in Breakpoint.cs More... about 21 years ago
Debugger lazy loading bug fixed More... about 21 years ago
Function.cs refactored to use MetaData wrapper More... about 21 years ago
Extended MetaData wrapper More... about 21 years ago
ObjectVariable.cs refactored to use MetaData wrapper More... about 21 years ago
Started MetaData wrapper More... about 21 years ago
Debugger lazy loading More... about 21 years ago
Continue postponed to OnDebuggingPaused() More... about 21 years ago