Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-13Reverted fix for bug 156134: debug.core should not re-exportv20130213-085300Dani Megert1-1/+1
dependencies (was: debug.core should reexport dependencies whose API is exposed)
2013-02-06Bug 156134 - debug.core should reexport dependencies whose API isv20130206-164052Mike Rennie2-13/+15
exposed
2012-12-18[nobug] remove extraneous doc folders and filesv20121218-204702I20121218-1600Mike Rennie5-140/+0
2012-12-10Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-205647I20121211-0800I20121210-2000Thanh Ha1-1/+1
eclipse.platform.debug
2012-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ↵v20121025-124248Markus Keller1-28/+0
line) Reverted special treatment of Windows arguments in DebugPlugin.exec(..)
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-05Bug 387504 - Bugs in program argument parsing (compared to command line)v20120905-155951Markus Keller1-99/+256
2012-07-24[nobug] x-friend JDT debug UI for internal variable resolver usev20120724-175634Mike 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 Rennie2-4/+27
properties
2012-07-05Improved switch statement checkingv20120705-111912Dani Megert1-1/+1
2012-05-21Add poms for Tycho buildv20120521-2012I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900Igor Fedorenko1-0/+25
2012-05-15Fix Copyrights.Pawel Piech1-1/+1
2012-04-12[nobug] fix missing NLS warnings + make NLS setting an errorv20120412-1718Mike Rennie1-122/+122
2012-04-12[nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646Mike Rennie3-10/+30
prefs
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
LaunchConfigurationTabGroupViewer.verifyName() with information about type of configuration
2012-02-15Bug 370604 - Use new dynamic tracing optionsv20120215-2211Mike Rennie2-32/+44
2011-12-15Report incompatible environment as 'Error'v20111215-1438Dani Megert1-1/+1
2011-11-15Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111115-2020Mike Rennie3-17/+19
breakpoints
2011-11-04Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111107-1153Pawel Piech2-7/+19
breakpoints
2011-10-06Bug 360127 - Set new text file line delimiter to Unix to prevent conflictsv20111006-1618cwindatt1-0/+2
2011-09-28Fixed .gitignorev20110928-1228Dani Megert1-1/+0
2011-08-08Bug 352315 - NPE in BreakpointManager.removeBreakpointListener() during shutdownMichael Rennie1-3/+3
2011-07-08Bug 295828 - [source lookup] NPE in ContainerSourceContainer with (invalid) ↵Pawel Piech1-13/+16
linked Resources
2011-07-07[nobug] fix Javadoc warnings and add API problem filters for known API usage ↵Michael Rennie1-1/+1
problems
2011-07-06[nobug] fix all of the Javadoc warningsMichael Rennie36-772/+826
2011-05-18Removed "(Obsolete)" from title.Dani Megert1-2/+2
2011-05-05Copyright updatesMichael Rennie1-1/+1
2011-03-30Removed unused build notes, as we no longer update or use themMichael Rennie11-6117/+0
2011-02-02Report error if there's no strictly matching JRE for the EE.Dani Megert1-2/+2
2011-01-20Fixed deprecation warning.Dani Megert1-415/+417
2011-01-20Enabled Javadoc warnings and disabled to treat non-fatal errors like fatal ones.Dani Megert1-6/+13
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
breakpoints
2011-01-06Bug 332410 - StringIndexOutOfBoundsException when loading launch ↵Michael Rennie1-3/+4
configurations at startup
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 ↵Darin Wright3-93/+115
not thread safe that it causes java.lang.ArrayIndexOutOfBoundsException
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 ↵Darin Wright2-2/+2
behavior and is now based on resources instead of projects
2010-06-29Bug 279277 - Cannot change the preference for Run/Debug > Launching > Launch ↵Darin Wright4-11/+13
Configurations > Delete configurations when associated resource is deleted
2010-05-19Bug 284557 - Default Launchers preference settings are not importedDarin Wright4-27/+111
2010-05-18copyright updatesDarin Wright9-643/+643
2010-05-18copyright updateDarin Wright1-0/+1
2010-05-18Bug 313143 - Preferred Launch Delegate not recovered from preferencesMichael Rennie1-1/+1
2010-05-10Bug 311813 - Deadlock in RuntimeProcess.terminated()Pawel Piech1-4/+14

Back to the top