129 Commits (2edcaa2c44fdd5b2fd5dc7865ff313799a8f1191)

Author SHA1 Message Date
Siegfried Pammer bfda87c43b refactored ContextMenu API to allow opening a context menu in both tree view and text view. closes #215 14 years ago
Daniel Grunwald c000780338 UI improvements for ExecuteProcessWindow and AttachToProcessWindow. 14 years ago
Ronny Klier 0a83a850f5 Activate ILSpy when breakpoint is hit 14 years ago
Ronny Klier decceeb761 Break command and break on start debugging 14 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Daniel Grunwald becc8f14d0 Simplify bookmarks logic. 14 years ago
Eusebiu Marcu ab9a80cadd Modify code-mappings API and icon margin. 14 years ago
Daniel Grunwald 81bb822fdb Adjust ILSpy to NRefactory changes. 14 years ago
Eusebiu Marcu a131e944c6 Show full name of type in Breakpoint pad. 14 years ago
Ronny Klier ae42a14476 Show argument names and values in callstack (customizable through context menu) 14 years ago
Eusebiu Marcu 489bd6fb7a fix setting breakpoints in properties.fix UI issues; fix null reference issues.remove old code mappings (not needed anymore). 14 years ago
Ronny Klier d518e3c4e0 Only breakpoints are visible in breakpoints list (except debugger option "Show all bookmarks" is active) 14 years ago
Ronny Klier ebbbb3e41e Scroll to current line in debugger stepping 14 years ago
Ronny Klier ced763f6cf Add separator before "show breakpoints" 14 years ago
Ronny Klier 8a5b5547d4 Added windows for breakpoints and callstack 14 years ago
Eusebiu Marcu 87abf569a7 fix some null errors 14 years ago
Eusebiu Marcu 23227b3526 set AnyCPU on projects 14 years ago
Ronny Klier 88a0194a6b Breakpoint enhancements 14 years ago
Daniel Grunwald 3bddd8e2f0 Fixed crash in DebugExecutableNodeCommand.IsVisible when right-clicking on an unmanaged assembly. 14 years ago
Eusebiu Marcu 26633dc27a use LGPL in debugger plugin. 14 years ago
Eusebiu Marcu deaa0f2376 Add ILSpy.SharpDevelop.LGPL project - LGPL files from SharpDevelop; 14 years ago
Eusebiu Marcu 525e8fd74d remove unnecessary file 14 years ago
Eusebiu Marcu ea3903d697 remove unnecessary files. 14 years ago
Eusebiu Marcu 09a7400208 fix #236; show images in debugger evaluation tooltip 14 years ago
Eusebiu Marcu 84dc577fba Rename DebuggedData.cs -> DebugInformation.cs; 14 years ago
Eusebiu Marcu 3d0d4ee568 rename debugger assembly into ILSpy.Debugger.Plugin 14 years ago
Eusebiu Marcu 895a3d68b1 Move DisplaySettings to Options 14 years ago
Ronny Klier 92e8616aab Dialog for arguments and working directory was missing 14 years ago
Ronny Klier fa3941e1fd Allow arguments for debugged executable 14 years ago
Eusebiu Marcu 45f62864e1 Some cleanups 14 years ago
Eusebiu Marcu 7e9fdb396a fix step into properties getters/setters 14 years ago
Eusebiu Marcu ee3f9e9b7a fix step in/out. 14 years ago
Eusebiu Marcu 6bae4e5180 Minor clean-ups. 14 years ago
Eusebiu Marcu 8d15716f36 set the MIT header. 14 years ago
Eusebiu Marcu 802702908a debug methods - part 1. 14 years ago
Eusebiu Marcu f6ecd0645a Store code mappings using token as key. Sync bookmarks. 14 years ago
Eusebiu Marcu a0bff8626e sync bookmarks : types/members and C#/IL(not working 100%). 14 years ago
Eusebiu Marcu f88afd0f0a save the ILRange on a breakpoint bookmark - useful when syncing the bookmarks. 14 years ago
Eusebiu Marcu 495307b4ed Remove the X11 from header. 14 years ago
Eusebiu Marcu a2b35dbd60 Store the code mappings when decompiling multiple member references (TypeDefinitions, MethodDefinitions, PropertyDefinitions, etc). 14 years ago
Eusebiu Marcu 714805b58f fix stepping in other .NET frameworks 14 years ago
Eusebiu Marcu 65be04d18e Move local variables into a property of AstBuilder 14 years ago
Eusebiu Marcu 617236b31d Remove the dictionary storage; Code mappings are found in CodeMappings property in AstBuilder or ReflectionDisassembler. 15 years ago
Eusebiu Marcu 6b901e7995 Rename 15 years ago
Eusebiu Marcu bccf5e72e1 Use MemberReference instead of TypeDefinition. 15 years ago
Eusebiu Marcu 3e7de05b98 Add ICSharpCode prefix. 15 years ago
Eusebiu Marcu 0049fc2555 Add IsCurrentMemberType property. 15 years ago
Eusebiu Marcu e9d0de44fc Prepare for debugging single methods or properties. 15 years ago
Eusebiu Marcu 895855f77f Use "ICSharpCode." prefix for ILSpy.Debugger namespaces. 15 years ago
Eusebiu Marcu ecdb366bdb Some cleaning; 15 years ago