494 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
mkonicek a509660b8a Handling an expression which happens when stepping too fast. 15 years ago
mkonicek 5f3c42bd2d Very simple implementation of remembering expanded nodes - just made ObjectGraphControl.Expanded static. It should be probably remembered separately per method (different variables in different methods have different meaning. Cleared on project close?). 15 years ago
mkonicek 1abd1f920e Tried member icons in object graph. Didn't look so useful, left it commented out for possible future use. 15 years ago
mkonicek bbf3053188 Tree layout is determined by BFS rather than DFS. 15 years ago
mkonicek 74584ef078 Object graph - better formating of type names. 15 years ago
mkonicek 5121434f13 Object graph - zoom using Ctrl+mouse wheel. Fixed edge labels. 15 years ago
mkonicek 5736d53187 Object graph - highlights edge on node item mouse-over. 15 years ago
mkonicek 1e30f4dd2a Object graph - added node headers with type name. 15 years ago
mkonicek f8adea054f Object graph - tweaked column sizing a bit. 15 years ago
mkonicek 90ef21633f Object graph - bidirectional edges don't overlap anymore. 15 years ago
mkonicek 0681775b63 Object graph - fixed a small bug in multiple edge spacing. 15 years ago
mkonicek acc439575b Object graph - added simple zoom slider. 15 years ago
mkonicek fac118b615 Object graph - rewrote calculation of node size. Now arrows fit. 15 years ago
mkonicek f1bd94dc0c Object graph - better organized files into folders. 15 years ago
mkonicek 550e862c4d Object graph - simplified layout code. 15 years ago
mkonicek 4897789b4e Object graph - refactored TreeLayouter. 15 years ago
mkonicek dfad14e6ec Object graph - Arrow tip ends at node edge. 15 years ago
mkonicek 4b521fa95f Object graph - Expanded properties are in bold. 15 years ago
Eusebiu Marcu f008d1852e handle the exception when starting ProcessMonitor(ManagementEventWatcher). 15 years ago
Eusebiu Marcu f4beb9bcf1 Fix NullReferenceException when starting ASP.NET website - http://community.sharpdevelop.net/forums/t/12694.aspx 15 years ago
Eusebiu Marcu 7acf7a7e42 Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)." 15 years ago
Eusebiu Marcu a491d12952 Lock view contents when debugger starts and refresh icon since we don't support EnC (yet). 15 years ago
Eusebiu Marcu 1fecdade8f fix unhandled exception when attaching. 15 years ago
Eusebiu Marcu bc9215733c Check if CurrentProject exists - Fix NullReference 15 years ago
Eusebiu Marcu 529f10197c Polish WatchList - the evaluation of vars will be when expanding the node. 15 years ago
Eusebiu Marcu 3850f794c4 Fix opening the item when editing 15 years ago
Eusebiu Marcu e500e6c11a Polish the edit of vars WatchList Pad - more like VS 15 years ago
Eusebiu Marcu 525c75cad2 New features in WPF WatchPad: 15 years ago
Eusebiu Marcu 5ecfc6dfa4 Rename IISExpressProcessLocation 15 years ago
Eusebiu Marcu de9fcd67de Use the Environment to get the ProgramFiles location; 15 years ago
Eusebiu Marcu 1c22e596a1 fix COMException when no entry point was found. 15 years ago
Eusebiu Marcu 14bc5af12d Make safe call on all callback 15 years ago
Eusebiu Marcu f51a45646d support IIS Express 15 years ago
Eusebiu Marcu e8e1ca322c Add ProcessMonitor to monitor the creation of worker process 15 years ago
Eusebiu Marcu 449521311b Minor UI changes; minor WindowsDebugger changes. 15 years ago
Eusebiu Marcu 529abc2e3d support starting urls and attach to the default process (browser or other) 15 years ago
Eusebiu Marcu 9ca217c1df Fix WatchPad issues; 15 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 15 years ago
Eusebiu Marcu 7cb1f38325 fix SD-1796 - Unable to debug IIS applications after attaching to aspnet_wp.exe 15 years ago
mrward 57400acf44 Fix build. 15 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 15 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 15 years ago
Eusebiu Marcu cc5e41fa01 Remove unused assembly reference 15 years ago
Eusebiu Marcu 590e641d9b remove copy local flags 15 years ago
Daniel Grunwald f96b37170c Fix build. 15 years ago
Daniel Grunwald 6dfa03cd02 Add maxLength parameter to Value.AsString() method. 15 years ago
Daniel Grunwald 9aa18af3d1 Truncate argument values in CallStackPad. 15 years ago
Daniel Grunwald b9b8378eae Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus 15 years ago
Eusebiu Marcu 124cd8e359 Using DragScroll viewer 15 years ago
Eusebiu Marcu 7547363c98 Fix SD-1779 - Attach to process form does not show .NET 2.0 processes 15 years ago