88 Commits (a0bff8626e523283cdaa8cca62c1ed12cda97d46)

Author SHA1 Message Date
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. 14 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
Eusebiu Marcu fe6dce75f2 Use new DecompilationContext constructor. 15 years ago
Eusebiu Marcu 4c1f0957de fix stepping in custom types 15 years ago
Eusebiu Marcu 4faea107eb Fix debugging applications that targeted different .NET versions (e.g. 2.0 and 4.0). 15 years ago
Eusebiu Marcu 203799c744 Display a warning message when attaching to a running process. 15 years ago
Eusebiu Marcu 71b6f308fd dissassemble on demand IL code when stepping 15 years ago
Eusebiu Marcu 08de76c699 Set breakpoints for the correct module 15 years ago
Eusebiu Marcu 6f290435b8 fix stepping in inner types 15 years ago
Eusebiu Marcu 61d8b4742a Step out when the mapping is not found. 15 years ago
Eusebiu Marcu 887aa424c4 Throw exceptions when something goes wrong. 15 years ago
Eusebiu Marcu 0d904d7358 fix stepping into nested types 15 years ago
Eusebiu Marcu d10b5eb5fb comment out all JumpToCurrentLine except the on in Paused event 15 years ago
Eusebiu Marcu 4c44c55278 fix code mappings helper method 15 years ago
Eusebiu Marcu 73d50fbbb4 Improve stepping. 15 years ago
Eusebiu Marcu c071797bcd Rename file 15 years ago
Eusebiu Marcu e612dffeb9 remove commented code 15 years ago
Eusebiu Marcu ad89c09578 Add validation 15 years ago
Eusebiu Marcu 10f225ffdd synchronize CurrentLineBookmark 15 years ago
Eusebiu Marcu 42f0c2e130 fix stepping 15 years ago
Eusebiu Marcu 816c34d94c rename and clean 15 years ago
Eusebiu Marcu 2c03ab8812 synchronize bookmarks between languages 15 years ago
Eusebiu Marcu f87b8b230f fix current line bookmark marker 15 years ago
Eusebiu Marcu fd47e87dca 1. improve tooltip show/hide 15 years ago
Eusebiu Marcu fe6ca3d58a fix marker display on the same code editor. 15 years ago
Eusebiu Marcu b8eb24c585 Remove line. 15 years ago
Eusebiu Marcu eafc08a181 Fix StepInto uncompiled code. 15 years ago
Eusebiu Marcu 05cfd77d1e Make sure that we don't crash if the ILVariable original value is null or the index is out of range. 15 years ago
Eusebiu Marcu a68e6c3cb2 Evaluate release code - disable optimization in JIT and NGen... 15 years ago
Eusebiu Marcu f687b0fc76 Use MEF for debugger controls; Modify the export command attribute for menuitems. 15 years ago
Eusebiu Marcu 33d4843f5d Use MEF for debugger commands. 15 years ago
Eusebiu Marcu 5e07941cc9 set some comments 15 years ago
Eusebiu Marcu 8ae3a56148 Fix history navigation when debugging. 15 years ago
Eusebiu Marcu 572c79f097 Fix IL Code mappings; 15 years ago
Eusebiu Marcu 50c11083c4 Remove the CurrentType from IconMargin. 15 years ago
Eusebiu Marcu ea8bf36298 Debug an executable - feature 15 years ago
Eusebiu Marcu 620524d2c7 Fix steping for statements. 15 years ago
Eusebiu Marcu e21dfe2a78 Use AddRange for Arguments of expressions. 15 years ago