Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / model /
2009-12-23 incastrixRefactory: remove unused classes, imports, fields and...
2008-02-09 Edward MannAdded code change that will leave the debug session...
2007-09-08 pombredanneMade all bundles require a Java 1.4 EE, and backported...
2007-08-26 toshihiroModified: 1216132 - Error when debugging eval()'d code
2007-08-17 toshihiroFixed: 1775382 - Cannot change value in Expressions...
2007-08-13 toshihiroModified: 1764120 - Variables View doesn't show global...
2007-08-12 toshihiroModified: 1764120 - Variables View doesn't show global...
2007-08-09 toshihiroModified: 1764120 - Variables View doesn't show global...
2007-08-07 toshihiroModified: 1764120 - Variables View doesn't show global...
2007-08-01 toshihiroFixed: 1765073 - Value column of Variables View is...
2007-06-30 toshihiroAvoid ArrayIndexOutOfBoundsException which occurs at...
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-08-29 robekras1) Fire 'Terminate' event on every thread on script...
2006-08-24 robekras1) Made getVariables and evalBlock methods in PHPDBGInt...
2006-01-22 bananeweizensort variables in watch view alphabetically
2006-01-22 bananeweizenavoid NullPointerException in debug
2005-12-11 robekras1) Not really necessary changes (made minor code change...
2005-12-11 robekras1) Added handling of conditional breakpoints to the...
2005-11-26 robekras1) Fixed bug #1366994 . bool and resource variables...
2005-10-27 robekras1) Fixed the missing resource variable bug.
2005-10-22 robekras1) Made setName a public method. (For the 'unnamed...
2005-10-20 robekras1) Moved the hasRecursion and the updateVariableList...
2005-10-20 robekras1) Moved the fHasChanged flag from PHPVariable to PHPValue.
2005-10-16 robekras1) Added a vector for storing the variables.
2005-10-15 axelclPatches from Robert Kraske (robekras):
2005-10-04 axelclPatches from user robekras to show the variables view
2005-10-03 axelclPatches from user robekras to show the variables view
2005-08-03 stefanbjarniPatch from Anders Betn�- enable changing breakpoints...
2005-07-03 stefanbjarniSmall bug fixes for the debugger client.
2005-07-03 stefanbjarniFixed the debugger client to work in Eclipse 3.1.
2005-07-02 stefanbjarniAdded a comment about fixing a live leak later.
2005-06-27 axelclPatch from Martin Koegler:
2005-05-06 stefanbjarniOrganized imports
2005-04-23 stefanbjarniDebug session thread and socket leak fixed:
2004-07-10 cperkonigChanges for variablemodificatin
2004-07-10 cperkonigInitial implementation - Class to parse evalString...
2004-06-04 khartlage3.x RC1 compatibility
2004-03-28 cperkonigchanges for VariableHover
2003-11-25 fvicenteShow errors in console
2003-11-11 fvicenteFixed problem opening other sources
2003-11-09 fvicentestack frame bugs fixed
2003-07-30 fvicenteFirst submit for debug plugin