Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-11-09Bug 392855 - DebugContextSourceProvider should check for Null beforev20121109-220628I20121113-0800Pawel Piech2-4/+5
subscribing fEvaluationService.addSourceProvider
2012-11-06Bug 393700 - [Export breakpoints] Wrong file appears in overwrite dialogValentin Ciocoi1-21/+18
and wrong file can be overwritten
2012-11-01Bug 393374 - Error in HasChildrenUpdate.doEquals()v20121101-212335I20121106-0800Pawel Piech3-3/+3
2012-10-25Bug 392840: Process Properties dialog throws IAEv20121025-161739I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Markus Keller1-5/+25
2012-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ↵v20121025-124248Markus Keller2-29/+36
line) Reverted special treatment of Windows arguments in DebugPlugin.exec(..)
2012-10-16Bug 391989 - Add tycho.scmUrl for eclipse.platform.debug.gitI20121024-1200I20121024-1130I20121023-0800I20121016-2240Curtis Windatt1-0/+4
2012-10-16Bug 386673 - Show warning messages in launch configuration dialogv20121016-001855I20121016-0800Mohamed Hussein6-7/+96
2012-10-12Bug 391667 - ConcurrentModificationException installing model proxiesPawel Piech1-16/+18
2012-10-10Bug 387504 - Bugs in program argument parsing (compared to command line)Markus Keller2-8/+32
2012-10-09fix mixed line delimitersMarkus Keller1-1/+2
2012-10-08Bug 386097 - [debug view] Cannot copy stack trace with "Show Qualified ↵v20121008-183959I20121009-0800Pawel Piech2-54/+48
Names" option enabled
2012-10-08Bug 390052 - ↵v20121008-163013Pawel Piech1-2/+9
VirtualViewerFilterTests.testREfreshToUnfilterElementsWithMixedFilters test times out on Windows 7
2012-10-04Bug 380288 - NPE switching to the Breakpoints ViewPawel Piech5-8/+40
Added guard to prevent updating viewer while input == null.
2012-10-03Fixed bug 278529: [console] Background color not set when Console opensv20121003-094357Dani Megert1-1/+2
the first time
2012-10-03Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-10-02Bug 386820 - Double-clicking on a disabled builder in Builders Propertyv20121002-163042Mike Rennie1-10/+18
page leads to a DebugException
2012-10-01Bug 382374 - Synchronization looks fishy inv20121001-203657I20121002-0800Mike Rennie1-4/+4
org.eclipse.ui.console.IOConsoleOutputStream
2012-10-01Bug 378134 - Missing ToogleLineBreakpoint commandv20121001-160410Mike Rennie2-12/+19
2012-10-01Bug 390621 - [Preferences]Icon for the annotation in preferences windowMike Rennie1-6/+10
is missing.
2012-09-28Bug 387504: Bugs in program argument parsing (compared to command line)v20120928-144435Markus Keller1-1/+1
2012-09-26Bug 387504: Bugs in program argument parsing (compared to command line)Markus Keller1-1/+1
Fixed ArgumentTests.testProgramArgEmptyString
2012-09-21Bug 387504: Bugs in program argument parsing (compared to command line)v20120921-184318I20120925-0800Markus Keller1-12/+16
2012-09-17Bug 389753: Set SWT.COLOR_INFO_FOREGROUND wherever we use ↵v20120917-185536Markus Keller2-3/+13
SWT.COLOR_INFO_BACKGROUND
2012-09-06Revert "Bug 303650 - [flex][standard model] Wrong adapters for ↵v20120906-195348I20120920-1300I20120919-2000I20120919-0800I20120919-0330I20120918-2200I20120918-2000I20120918-0800I20120917-2000I20120917-0800I20120916-2000I20120911-1000Mike Rennie1-7/+0
IndexedVariablePartition" This reverts commit 8c623b599674739320f23be6df89e6ac86f8abe9.
2012-09-05Bug 388321 - Perspectives are not sorted in debug's view managementChristian Georgi1-1/+15
preference page
2012-09-05Bug 387504 - Bugs in program argument parsing (compared to command line)v20120905-155951Markus Keller5-125/+553
2012-09-04Bug 388120 - Compilation errors while building debug on Fedora withintegrationKrzysztof Daniel1-1/+1
OpenJdK 7
2012-09-04Bug 388238 - NPE when calling DebugUIPlugin.launchInBackground() from non-UI ↵Pawel Piech1-0/+4
thread Added a note in DebugUITools for calling on non-UI thread access.
2012-09-04Revert "Bug 388238 - NPE when calling DebugUIPlugin.launchInBackground() ↵Pawel Piech3-14/+5
from non-UI thread" This reverts commit a7933cebb9008430f78cb0a48e66007178723c95.
2012-08-30Bug 388238 - NPE when calling DebugUIPlugin.launchInBackground() from non-UI ↵Pawel Piech3-5/+14
thread
2012-08-20Revert "Bug 385282 - Variables view is sometimes empty"v20120820-154241I20120904-0800I20120828-0800I20120821-0800Mike Rennie1-13/+7
This reverts commit 367e5b38f2ef3b70e1d09ee89d8b288270d6df58.
2012-08-09Bug 382046 - [flex] Intermittent failure in ↵v20120809-222045Pawel Piech4-55/+76
StateTests.testSaveAndRestoreInputInstance()
2012-08-08Bug 385400 - System property for debug toolbar visibility not initializedPawel Piech1-0/+4
Re-submitted commit with bug fix, with correct author.
2012-08-08Revert "Bug 385400 - System property for debug toolbar visibility not ↵Christian Georgi1-4/+0
initialized" This reverts commit eb1377719b70d2785cb1dea595e7411eec73730e. The given commit was made with incorrect author.
2012-08-06Bug 380288 - NPE switching to the Breakpoints Viewv20120806-174634I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000Pawel Piech3-2/+11
Added a guard for the exception and a check to log the race condition early and with a better stack trace.
2012-07-31Fixed wrong @since tagsDani Megert1-30/+35
2012-07-31Bug 384460 - Provide Breakpoint Serialization/Deserialization APISebastian Schmidt9-21/+305
2012-07-31Bug 384460 - Show full patchs in breakpoint export wizard.Pawel Piech1-6/+3
2012-07-25Bug 385879 - variable view detail automaticv20120725-165911I20120807-0800I20120806-2000I20120806-0800I20120805-2000I20120801-1800I20120731-0800Curtis Windatt1-0/+1
2012-07-24[nobug] x-friend JDT debug UI for internal variable resolver usev20120724-175634Mike Rennie1-1/+1
2012-07-24Bug 383003 - The Run/Debug>Perspectives preference page is resizedMike Rennie1-45/+37
strangely
2012-07-19Fixed bug 379442: preferences - "reuse" should be a searchable keyword.Dani Megert1-1/+1
2012-07-18Bug 385400 - System property for debug toolbar visibility not initializedChristian Georgi1-0/+4
2012-07-18Bug 385398 - DropToFrameCommandHandler calls wrong commandMarc Khouzam1-2/+2
2012-07-18Bug 384888 - Command Line hard to read on Process properties pagev20120718-153512I20120725-1800I20120724-0800Markus Keller1-1/+30
2012-07-17Bug 385282 - Variables view is sometimes emptyZhongwei Zhao1-7/+13
2012-07-17Bug 327193 - [patch] Launching command line exceeds the windows limitMike Rennie1-1/+1
2012-07-12Bug 384844 - Add a current time variable and resolver v20120712-022927I20120717-0800Curtis Windatt5-5/+66
2012-07-12Bug 285720 - [debug view] Add working directory + environment to processv20120712-020330Mike Rennie5-19/+143
properties
2012-07-05Bug 383687 - Memory view is not updated when using Platform renderingsv20120705-152510I20120710-0800Mikhail Khodjaiants1-3/+7

Back to the top