1. 9f801f1 Corrected externalization issues. by ssanders · 16 years ago
  2. a2b4a20 version number changed to 1.0 by apanchenk · 16 years ago
  3. 8c785f1 scriptLineBreakpointMarker ... super type="org.eclipse.debug.core.lineBreakpointMarker" by apanchenk · 16 years ago v20080808-1637
  4. d0f1df4 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  5. 129c030 - applied patch from alex and i to handle availableChildren > children by jgangemi · 16 years ago
  6. ec76a79 - added support for detail formatters 'toString' preferences by jgangemi · 16 years ago
  7. 743a47f added check that session.getInfo() is not null by apanchenk · 16 years ago
  8. 3ee59f1 copy listener to local variable to prevent NPE by apanchenk · 16 years ago
  9. 1120840 added check toolkit != null by apanchenk · 16 years ago
  10. bbc7fb3 added check that launchConfiguration != null by apanchenk · 16 years ago
  11. 35aff21 trim the snippet else illegal dpbp statements can be send over the line and the debugger will crash/terminate completely (just type in an expression in the expressions view with \n\r as last chars) for a variable thats an array by jcompagne · 16 years ago
  12. edc2606 - added 'getMemoryAddress()' - cleaned up some compiler warnings by jgangemi · 16 years ago
  13. edd5381 fill children values that were not retrieved from the debugger with instances of the UnknownVariable by apanchenk · 16 years ago
  14. a78229b if there are no children elements - use static array NO_VARIABLES by apanchenk · 16 years ago
  15. 8c5d8cd attribute names are declared as class constants by apanchenk · 16 years ago
  16. 36eaf58 handle file:///C|/path/fo/file constructs in URI by apanchenk · 16 years ago
  17. 210bac5 fix for null pointer, by jcompagne · 16 years ago
  18. 5ede4d2 - expose the memory address attribute by jgangemi · 16 years ago
  19. fc8eef1 pass IDebugOptions to the Communicator by apanchenk · 16 years ago
  20. 004b76f do not use eval with the depth argument by apanchenk · 16 years ago
  21. f415778 localization corrected by apanchenk · 16 years ago
  22. e8a9edd formatting by apanchenk · 16 years ago
  23. 48c161a break & status commands are sent asynchronously for other commands wait until previous commands are terminated by apanchenk · 16 years ago
  24. 0de2d3c use StrUtils.equals() to compare data field in equals() by apanchenk · 16 years ago
  25. 30d50a6 test if the line number can be set and send. by jcompagne · 16 years ago
  26. e43c536 now that breakpoints can move (deleting/inserting new lines) the breakpoint linenr should be updated in the client. by jcompagne · 16 years ago
  27. 7737c30 better naming now (no static anymore) by jcompagne · 16 years ago
  28. d32dd73 timeout out of the preferences by jcompagne · 16 years ago
  29. 89def1c just close the socket when terminating dont test for the variable (the socket has to be closed anyway) by jcompagne · 16 years ago
  30. cb7d97c default for the PREF_DBGP_RESPONSE_TIMEOUT = 1h by apanchenk · 16 years ago
  31. 8d8ea3a better timeout code by jcompagne · 16 years ago
  32. f52f4cc TIMEOUT = 1h by apanchenk · 16 years ago
  33. 1ffcbb0 highlight changed values when stepping over code by apanchenk · 16 years ago
  34. cc99918 new method public boolean isSameMethod(IDbgpStackLevel other) by apanchenk · 16 years ago
  35. 1f457e6 - class visibility increased to public by apanchenk · 16 years ago
  36. b93e4d6 dont fire if the data is null or an empty string by jcompagne · 16 years ago
  37. d7179b8 better toString of the Collection/ArrayType by jcompagne · 16 years ago
  38. f9551dd isEmpty(String) by apanchenk · 16 years ago
  39. 8ad8d52 ScriptVariable internal improvements by apanchenk · 16 years ago
  40. 8c9b451 highlight changed variables by apanchenk · 16 years ago
  41. c1594b7 optimizations & sort returned array of levels by apanchenk · 16 years ago
  42. 97a82a9 NON-NLS comments by apanchenk · 16 years ago
  43. 5288de5 string escaping/quoting optimized by apanchenk · 16 years ago
  44. 9339c1d equals(Object) simple implementation by apanchenk · 16 years ago
  45. 1963762 - added 'formatValue(IScriptValue)' to IScriptType so implementation can control the formatting by jgangemi · 16 years ago
  46. 57888e3 - applied alex's patch to move the path mapper by jgangemi · 16 years ago
  47. 4cc43cb formatting by apanchenk · 16 years ago
  48. e5570c4 pass breakpoint path mapper via constructor to the breakpoint manager by apanchenk · 16 years ago
  49. 91f8912 pass IScriptBreakpointPathMapper via constructor by apanchenk · 16 years ago
  50. 13b3304 NOP implementation of the Scriptbreakpointpathmapper by apanchenk · 16 years ago
  51. 9a31c13 removed condition from the breakpointUpdate() - it does not work that way by apanchenk · 16 years ago
  52. c94396d classify condition change as major by apanchenk · 16 years ago
  53. 9d9497b IDebugOptions - introduced API to find-tune DBGP protocol behavior by apanchenk · 16 years ago
  54. 223e92f updateBreakpoint(): removed -n line_number option since it caused errors when working with TCL activestate debugger by apanchenk · 16 years ago
  55. 622dcea synchronization around access to the static targets variable by apanchenk · 16 years ago
  56. 6bbf460 formatting by apanchenk · 16 years ago
  57. dca583d BreakpointPathMapper move related changes by apanchenk · 16 years ago
  58. 00d353d FIXME comment by apanchenk · 16 years ago
  59. 3a4f31f BreakpointPathMapper - interface extracted, implementation moved to the top level by apanchenk · 16 years ago
  60. adad42c formattng by apanchenk · 16 years ago
  61. 60295bc - hello remote breakpoint mapping! by jgangemi · 16 years ago
  62. 487f4c0 recreate breakpoint only if its conditional status is changed by apanchenk · 16 years ago
  63. 833ba1e method renamed to classifyChange() by apanchenk · 16 years ago
  64. f55dbe6 if breakpoint change is major (e.g. condition is added or removed) - recreate breakpoint by apanchenk · 16 years ago
  65. 348fa76 check in setExpression() that value is changed by apanchenk · 16 years ago
  66. 9488f53 static string functins by apanchenk · 16 years ago
  67. 3d0413f public static boolean isConditional(IScriptBreakpoint bp) by apanchenk · 16 years ago
  68. 65c9e27 log XML only by apanchenk · 16 years ago
  69. a9c28d1 *fix by asobolev · 16 years ago v20080627-1208
  70. 4f92583 added methods - getResource() - getResourcePath() by apanchenk · 16 years ago
  71. 1810f5a fixed special character handling in makeUri() by apanchenk · 16 years ago
  72. 7c0eeef added "int sessionId" to ScriptDebugLog by apanchenk · 16 years ago
  73. 8cce0e8 extracted method generateRequestId() by apanchenk · 16 years ago
  74. 7da5dc2 public static String[] getLocalAddresses() refactoring by apanchenk · 16 years ago
  75. 3e3aff8 formatting by apanchenk · 16 years ago
  76. e5fc8c9 there is no need to specify timeout for the ServerSocket since we listening for connections almost forever by apanchenk · 16 years ago
  77. cf34bdc waitStarted() methods added by apanchenk · 16 years ago
  78. 1926cd2 prevent possible NPEs by apanchenk · 16 years ago
  79. 37ca1ea formatted by apanchenk · 16 years ago
  80. 62b2000 remove DbgpService dependency on DLTKDebugPlugin preferences by apanchenk · 16 years ago
  81. 477a73f requestTermination: skip socket close if it is null by apanchenk · 16 years ago
  82. 5a29ede formatting by apanchenk · 16 years ago
  83. 4ff7ac9 attach script debug log on just after incoming socket connection - so we can log the packets transmitted during session establishment. by apanchenk · 16 years ago
  84. 98ba0ad * basic line, conditional breakpoint fix by asobolev · 16 years ago
  85. 07f99cd removeRawListenr(IDbgpRawListener listener) was calling wrong method of the engine by apanchenk · 16 years ago
  86. 59d8982 log errors in setupDeferredBreakpoints() by apanchenk · 16 years ago
  87. 018b296 improve logging methods by apanchenk · 16 years ago
  88. e2dd5d1 log errors if they occur in makeUri() by apanchenk · 17 years ago
  89. 3747973 * version 1.0 to 0.95 down grade by asobolev · 17 years ago
  90. 3b78d89 * tcl keyword documentation from man pages on completion by asobolev · 17 years ago
  91. 7b2bb63 * todo's parser fixed by asobolev · 17 years ago
  92. a6126c7 - ignore vmnet interfaces, they are not valid for debugging sessions by jgangemi · 17 years ago
  93. ba1ad77 updating about files by aplatov · 17 years ago
  94. e1646c0 * applied patch from bug 230825 * fixes in library configuration page by asobolev · 17 years ago
  95. f4a9bd9 *fix by asobolev · 17 years ago
  96. 082d964 auto format/cleanup by jcompagne · 17 years ago
  97. 6429a64 everywhere default ExecurtionEnvironment to J2SE-1.4 (classpath and manifest) by jcompagne · 17 years ago
  98. 4cde6c8 when creating an method entry breakpoint it cant be registered in the constructor (this is by the way bad programming construct because an instances may not escape when still in the constructor) by jcompagne · 17 years ago
  99. 1a117fb return the right interface for an methodEntryBreak by jcompagne · 17 years ago
  100. 4c11318 by default all DbgpOperation (resume.stepover) should be system jobs. This has to be because the way DbgpOperation work. They are executing the step over command but then also getting the next. So the job itself is long running. Thats why you see in eclipse always: resuming program. in the progress long after you pressed the resume. We should hide this by jcompagne · 17 years ago