Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-20Fixed bug 460417: Fix compiler problems from generified IAdaptable#getAdapter...Dani Megert5-21/+25
2014-10-09Fixed potential NPE.Dani Megert1-1/+1
2014-10-09Fixed bug 333891: [breakpoints] Breakpoint Undo doesn't handle duplicatesSarika Sinha1-2/+33
2014-08-05Bug 437122 - Stale launches in Debug view after canceling "Save andSarika Sinha1-0/+2
2014-07-24Bug 438621 - [step filtering] Provide an extension point to enhanceMike Rennie4-4/+8
2014-07-23[bug 438621][debug]: provided step filters extension pointakosyakov4-1/+123
2014-05-21Bug 434245 - Failed to launch run / debug configurations are not addedSarika Sinha1-5/+4
2013-10-03Fixed unchecked cast warningsI20131105-0800I20131030-2000I20131030-1400I20131030-0800I20131029-2000I20131023-2000I20131022-1300I20131022-0800I20131015-0800I20131009-0430I20131008-2330Dani Megert2-2/+5
2013-08-19[nobug] removed unused SuppressWarnings + sync / update compilerI20130820-0800Mike Rennie2-2/+0
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie58-1841/+2146
2013-05-14Updated copyright dateI20130515-2000I20130514-2000Dani Megert2-2/+2
2013-05-10Bug 395441 - An IAE exception from WorkspaceRoot breaks launch historyI20130512-2000I20130511-1500I20130510-2000Michael Rennie1-0/+1
2013-05-08Bug 407542 - Check for and remove unused NLS strings in DebugI20130509-2000I20130508-2000Curtis Windatt2-35/+2
2013-04-02Bug 395441 - An IAE exception from WorkspaceRoot breaks launch historyMike Rennie1-15/+17
2013-02-06Bug 156134 - debug.core should reexport dependencies whose API isv20130206-164052Mike Rennie1-12/+14
2012-07-12Bug 384844 - Add a current time variable and resolver v20120712-022927I20120717-0800Curtis Windatt3-2/+56
2012-05-15Fix Copyrights.Pawel Piech1-1/+1
2012-03-28Fixed bug 371687: Deadlocks on workspace startupv20120328-1140Dani Megert1-10/+18
2012-03-19Bug 374268 - Use the DebugTrace object to print to trace filesv20120319-1845Mike Rennie1-0/+32
2012-02-29Bug 280602 - [launch] Updatev20120229-2138Mike Rennie1-1/+19
2012-02-15Bug 370604 - Use new dynamic tracing optionsv20120215-2211Mike Rennie1-10/+29
2011-11-15Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111115-2020Mike Rennie1-3/+14
2011-11-04Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111107-1153Pawel Piech1-0/+7
2011-08-08Bug 352315 - NPE in BreakpointManager.removeBreakpointListener() during shutdownMichael Rennie1-3/+3
2011-07-06[nobug] fix all of the Javadoc warningsMichael Rennie21-146/+195
2011-01-20Fixed deprecation warning.Dani Megert1-415/+417
2011-01-13Fixed bug 334007: Breakpoint undo should not automatically register a breakpointDani Megert1-4/+13
2011-01-10Fixed bug 154784: [breakpoints] Undo support for deleting and toggling (off) ...Dani Megert1-14/+39
2011-01-06Bug 332410 - StringIndexOutOfBoundsException when loading launch configuratio...Michael Rennie1-3/+4
2010-10-26Bug 328710 - Compiler warning - unused private fieldDarin Wright1-5/+5
2010-09-24Bug 326063 - org.eclipse.debug.core.IExpressionManager.getExpressions() is no...Darin Wright2-93/+112
2010-07-20Bug 233773 - [launching] Auto-delete of launch configurations changed behavio...Darin Wright1-1/+1
2010-06-29Bug 279277 - Cannot change the preference for Run/Debug > Launching > Launch ...Darin Wright2-10/+3
2010-05-19Bug 284557 - Default Launchers preference settings are not importedDarin Wright3-27/+108
2010-05-18copyright updatesDarin Wright3-21/+21
2010-05-18copyright updateDarin Wright1-0/+1
2010-05-18Bug 313143 - Preferred Launch Delegate not recovered from preferencesMichael Rennie1-1/+1
2010-03-25 Bug 259281 - [launch] When using Environment tab it does not process variab...Darin Wright1-6/+7
2010-03-25Bug 279328 - Console View : Problem in UTF-8 translationDarin Wright2-13/+30
2010-03-18non-nls'd messageDarin Wright3-1/+4
2010-03-08Bug 275741 - [launching] LaunchConfigurationWorkingCopy.writeNewFile no longe...Darin Wright1-2/+18
2010-02-26fixed spelling mistakesMichael Rennie1-1/+1
2010-02-24Bug 295843 - Sort tracingOptions' mapEntries by keyDarin Wright2-4/+19
2010-02-19Bug 300919 - Cannot remove empty launch from debug viewDarin Wright1-0/+6
2010-01-22Bug 298935 - Skip All Breakpoints action does not work any more from keyboardDarin Wright3-12/+13
2010-01-13Bug 299444 comment #4 - Fixed isClosed() implementation.Pawel Piech1-1/+3
2010-01-13Bug 299444 - Deadlock in RuntimeProcessPawel Piech1-7/+24
2010-01-05Bug 288368 - getLaunchManager().launchConfigurationAdded/Changed not called f...Darin Wright3-15/+20
2009-12-17 Bug 297965 - Add launch time attribute to ILaunchMichael Rennie1-2/+1
2009-12-16Bug 297965 - Add launch time attribute to ILaunchDarin Wright1-0/+2

Back to the top