Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Bug 486157: Adapt to ListenerList changesI20160126-0800I20160125-2000I20160125-0800Markus Keller1-6/+6
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha5-75/+52
2016-01-04Bug 484882: Synchronize access to fSortedConfigNamesI20160112-1800I20160112-0800I20160105-1000I20160105-0800Jonah Graham1-2/+2
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt4-9/+9
2015-03-03Bug 461219 - Compile warnings in official buildI20150303-0800Sarika Sinha2-70/+69
2015-02-20Fixed bug 460417: Fix compiler problems from generified IAdaptable#getAdapter...Dani Megert8-40/+50
2015-02-06Bug 459310: New API: DebugPlugin#splitArguments(String)I20150217-0800I20150210-0800Markus Keller1-1/+6
2015-02-06Bug 459310: New API: DebugPlugin#splitArguments(String)Markus Keller1-12/+74
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-07Removed unnecessary @SuppressWarnings("unused")Dani Megert1-1/+1
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 Rennie6-10/+15
2014-07-23[bug 438621][debug]: provided step filters extension pointakosyakov6-1/+194
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 Rennie91-3271/+3773
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-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ...v20121025-124248Markus Keller1-28/+0
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
2012-09-05Bug 387504 - Bugs in program argument parsing (compared to command line)v20120905-155951Markus Keller1-99/+256
2012-07-12Bug 384844 - Add a current time variable and resolver v20120712-022927I20120717-0800Curtis Windatt3-2/+56
2012-07-12Bug 285720 - [debug view] Add working directory + environment to processv20120712-020330Mike Rennie1-3/+26
2012-05-15Fix Copyrights.Pawel Piech1-1/+1
2012-03-28Fixed bug 371687: Deadlocks on workspace startupv20120328-1140Dani Megert3-15/+32
2012-03-19Bug 374268 - Use the DebugTrace object to print to trace filesv20120319-1845Mike Rennie3-11/+43
2012-02-29Bug 280602 - [launch] Updatev20120229-2138Mike Rennie1-1/+19
2012-02-15Bug 370604 - Use new dynamic tracing optionsv20120215-2211Mike Rennie2-32/+44
2011-11-15Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111115-2020Mike Rennie3-17/+19
2011-11-04Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111107-1153Pawel Piech2-7/+19
2011-08-08Bug 352315 - NPE in BreakpointManager.removeBreakpointListener() during shutdownMichael Rennie1-3/+3
2011-07-08Bug 295828 - [source lookup] NPE in ContainerSourceContainer with (invalid) l...Pawel Piech1-13/+16
2011-07-06[nobug] fix all of the Javadoc warningsMichael Rennie35-771/+825
2011-05-05Copyright updatesMichael Rennie1-1/+1
2011-01-20Fixed deprecation warning.Dani Megert1-415/+417
2011-01-13Fixed bug 334007: Breakpoint undo should not automatically register a breakpointDani Megert2-16/+41
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-12-13Bug 317975 - Fix for wrong usages of affect* and effect*Michael Rennie1-2/+2
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 Wright3-93/+115
2010-08-17spelling mistake: breakpoing -> breakpointMichael Rennie1-1/+1
2010-08-12Bug 315805 - Scripts node sometimes likes to disappearMichael Rennie1-0/+4
2010-07-20Bug 233773 - [launching] Auto-delete of launch configurations changed behavio...Darin Wright2-2/+2

Back to the top