Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Bug 533788 - Use StandardCharsetsI20180509-0800Alexander Kurtakov1-1/+2
2018-05-03Using StringBuilder instead of StringBuffer in org.eclipse.debug.coreLars Vogel3-5/+5
2018-04-24Remove redundant type arguments in o.e.debug.core.Alexander Kurtakov13-259/+60
2017-12-11Bug 41353 - Launch configuration prototypesI20171211-2000Axel Richard5-13/+334
2017-04-28Bug 515941 - ConcurrentModificationException inY20170504-1000I20170503-2000I20170502-2000I20170501-2000I20170430-2000I20170429-2000I20170429-1330I20170429-1230I20170428-2000I20170428-0830I20170428-0700I20170428-0550Andrey Loskutov1-6/+17
2017-04-28Bug 515941 - code cleanup before fixAndrey Loskutov1-19/+4
2017-02-06Bug 508718 - Allow groups to catch up with renames in launch configsMarkus Duft1-0/+4
2017-01-13Bug 510100 - [cleanup] Get rid of trailing white space in platform.debugY20170119-1000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Andrey Loskutov75-596/+596
2016-11-09Bug 506182 - Launch is not multi-thread safeAndrey Loskutov1-61/+149
2016-10-27Bug 501245 - Trigger points -- API deficienciesY20161103-1000I20161108-1015I20161108-0800Sarika Sinha4-68/+85
2016-09-14Bug 501333 - Trigger Points -- remove "Active Trigger" stateY20160915-1000I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800Sarika Sinha3-68/+6
2016-09-12Bug 488664: [Breakpoints] Ability to set up Breakpoint dependencyI20160912-2000I20160912-1005Markus Keller1-4/+4
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0800Sarika Sinha3-12/+12
2016-09-09Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencySarika Sinha4-75/+306
2016-01-25Bug 486157: Adapt to ListenerList changesI20160126-0800I20160125-2000I20160125-0800Markus Keller1-6/+6
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha1-24/+12
2015-02-20Fixed bug 460417: Fix compiler problems from generified IAdaptable#getAdapter...Dani Megert3-19/+25
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-08-07Removed unnecessary @SuppressWarnings("unused")Dani Megert1-1/+1
2014-07-24Bug 438621 - [step filtering] Provide an extension point to enhanceMike Rennie2-6/+7
2014-07-23[bug 438621][debug]: provided step filters extension pointakosyakov2-0/+71
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie33-1430/+1627
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 285720 - [debug view] Add working directory + environment to processv20120712-020330Mike Rennie1-3/+26
2012-03-28Fixed bug 371687: Deadlocks on workspace startupv20120328-1140Dani Megert2-5/+14
2012-03-19Bug 374268 - Use the DebugTrace object to print to trace filesv20120319-1845Mike Rennie2-11/+11
2012-02-15Bug 370604 - Use new dynamic tracing optionsv20120215-2211Mike Rennie1-22/+15
2011-11-15Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111115-2020Mike Rennie2-14/+5
2011-11-04Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111107-1153Pawel Piech1-7/+12
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 Rennie14-625/+630
2011-05-05Copyright updatesMichael Rennie1-1/+1
2011-01-13Fixed bug 334007: Breakpoint undo should not automatically register a breakpointDani Megert1-12/+28
2010-12-13Bug 317975 - Fix for wrong usages of affect* and effect*Michael Rennie1-2/+2
2010-09-24Bug 326063 - org.eclipse.debug.core.IExpressionManager.getExpressions() is no...Darin Wright1-0/+3
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 Wright1-1/+1
2010-06-29Bug 279277 - Cannot change the preference for Run/Debug > Launching > Launch ...Darin Wright1-0/+9
2010-05-18copyright updatesDarin Wright6-622/+622
2010-05-10Bug 311813 - Deadlock in RuntimeProcess.terminated()Pawel Piech1-4/+14
2010-03-17 Bug 305509 - NPE shutting down DebugPluginMichael Rennie1-3/+3
2010-03-08Bug 275741 - [launching] LaunchConfigurationWorkingCopy.writeNewFile no longe...Darin Wright1-1/+5
2010-02-24Bug 295843 - Sort tracingOptions' mapEntries by keyDarin Wright1-1/+13
2010-01-13Bug 299444 - Deadlock in RuntimeProcessPawel Piech1-3/+3
2009-12-16Bug 297965 - Add launch time attribute to ILaunchDarin Wright1-0/+7

Back to the top