1. 93354b9 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  2. 1d907f1 the expression wasnt send in an update breakpoint command by jcompagne · 13 years ago
  3. 6e24e3a update versions by apanchenk · 14 years ago v20101211-0412
  4. f9d8522 update versions by apanchenk · 14 years ago
  5. 08bdb93 ignore target/ folders by apanchenk · 14 years ago
  6. 805e8cf added maven/tycho build by aplatov · 14 years ago
  7. fb163b9 * Add since tags by asobolev · 15 years ago v20091110-1532
  8. e64f73d create console for remote debug sessions by apanchenk · 15 years ago v20091110-0019
  9. 5550765 J2SE-1.5 by apanchenk · 15 years ago
  10. 7ed513d StringBuilder -> StringBuffer by aplatov · 15 years ago
  11. 9247ed1 support for key=value pairs in debugger by jcompagne · 15 years ago
  12. a9019c9 CATCH_OUTPUT is specified as DLTK logging option by apanchenk · 15 years ago
  13. e8cfff0 fix URL construction by apanchenk · 15 years ago
  14. 53da903 fix path to URI conversion for windows by apanchenk · 15 years ago
  15. aaecb8f improve resource to URI conversion for breakpoints by apanchenk · 15 years ago
  16. 3f56349 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  17. 80e10b1 * added some singleton synchronization stuff by asobolev · 15 years ago
  18. 9ab1d4d * add API baseline analysis to all plugins by asobolev · 15 years ago
  19. 714d3f3 sometimes i still get events when the debug plugin is already shutdown (in the shutdown of eclipse) by jcompagne · 15 years ago
  20. ecde15a remove Incubation keyword by apanchenk · 15 years ago
  21. ec973df fix for wrong counter variable uses for looping over sessions by jcompagne · 15 years ago
  22. 9b9c81e merge: preference to log launch output - to debug RSE launching issues by apanchenk · 15 years ago
  23. 32b4953 get the debugmodelid back from the marker if it is null (restored from disk) by jcompagne · 15 years ago
  24. 814027e fix for when removing breakpoints are done through the markers by jcompagne · 15 years ago
  25. ea5acf4 highlight part of long multiline command by apanchenk · 15 years ago v20090409-0116
  26. ff64bfc better syncing around various methods by jcompagne · 16 years ago
  27. a2c0a16 refresh improvements. Values should always be copied or tested if changed by jcompagne · 16 years ago
  28. cc849d3 do not log IOExceptions by apanchenk · 16 years ago
  29. 4d5b045 better visualization for waiting for connection & waiting for initialization by apanchenk · 16 years ago
  30. 6bf730f reorder conditions in readPacketXml() by apanchenk · 16 years ago
  31. 15cb4a1 messages externalized by apanchenk · 16 years ago
  32. f5ba6f4 messageExternalized by apanchenk · 16 years ago
  33. e765d27 in threadAccepted() - fireInitialized condition corrected by apanchenk · 16 years ago
  34. 483d165 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  35. ce605ea better error reporting by jcompagne · 16 years ago
  36. 71f54f2 added cause constructors to DbgpOperationCanceledException by jcompagne · 16 years ago v20090311
  37. be32a79 automatically "break-on-first-line" for children if StepInto was used by apanchenk · 16 years ago
  38. 62969c7 breakOnFirstLine: by apanchenk · 16 years ago
  39. 4c6086e remove DbgpStepOperation class, so children implement process() method directly by apanchenk · 16 years ago
  40. 7fe8356 1.4 compatible code by apanchenk · 16 years ago v20090303
  41. 0e6cad5 Tcl: skip initial <console> stack frame for spawned processes by apanchenk · 16 years ago
  42. 93c7ab0 use Util.EMPTY_STRING by apanchenk · 16 years ago
  43. 3da491f use constants from Node - as they are declared by apanchenk · 16 years ago
  44. 57d84eb rename option ENGINE_STOP_BEFORE_FIRST_LINE -> ENGINE_STOP_BEFORE_CODE by apanchenk · 16 years ago
  45. be40b6b Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
  46. 6986506 there are no reasons to throws DbgpException in constructor by apanchenk · 16 years ago
  47. 82a9387 small improvements by apanchenk · 16 years ago
  48. 533716c use NLS.bind() by apanchenk · 16 years ago
  49. 2ba0101 TCL: [x] ignore vwait rename warning by apanchenk · 16 years ago
  50. 882fd42 remove unused class by apanchenk · 16 years ago
  51. e9d5fb6 resultHandler.finish(null, e) for DbgpTimeoutExceptrion too by apanchenk · 16 years ago
  52. ed9b086 if (DLTKCore.DEBUG) before .printStackTrace() by apanchenk · 16 years ago
  53. ad0f2be beginSyncRequest/endSyncRequest methods extracted by apanchenk · 16 years ago
  54. 0f9080c remove extra condition in parseURI() by apanchenk · 16 years ago
  55. 4e4b8fd hasStackFrames(): && !isTerminated() by apanchenk · 16 years ago v20090224
  56. b9e2ce2 improve URI parsing by apanchenk · 16 years ago
  57. b24b0c5 hasStackFrames(): return isSuspended() && stack.hasFrames() by apanchenk · 16 years ago
  58. f7f29df log errors from breakpoint set commands as warnings by apanchenk · 16 years ago v20090218
  59. 792714e extensions to send language-specific breakpoints by apanchenk · 16 years ago
  60. 7860165 move old code out of source folder by apanchenk · 16 years ago
  61. 4381579 @deprecated, since they will be completely automatic by apanchenk · 16 years ago
  62. a137210 made many variables volatile because all those booleans are used over multiply threads by jcompagne · 16 years ago
  63. e2f3818 formatting in the breakpointChanged() by apanchenk · 16 years ago
  64. 451efb0 delta can be null for a breakpoint change by jcompagne · 16 years ago
  65. 1dc641f Corrected quoting. by ssanders · 16 years ago
  66. bb56b7d Corrected externalization. by ssanders · 16 years ago
  67. ce982cb default value for hitCount is -1 by apanchenk · 16 years ago
  68. 85bcf94 TCL spawnpoint support by apanchenk · 16 years ago
  69. 3b8275d getWorkspaceRoot() method extracted by apanchenk · 16 years ago
  70. e91612e made some static constants public by jcompagne · 16 years ago
  71. 6b3e290 locals below the globals (like this) by jcompagne · 16 years ago
  72. bcacc88 added remote port preference (not yet used in dltk itself) by jcompagne · 16 years ago
  73. 618c8e2 correct detection of the offset if column is not available by apanchenk · 16 years ago
  74. 0b3321a minor optimization by apanchenk · 16 years ago
  75. 6745d38 save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 16 years ago
  76. c549106 small optimizations by apanchenk · 16 years ago
  77. 8fd1faa implement IStackFrame.getCharStart() & .getCharEnd() methods by apanchenk · 16 years ago
  78. 663f751 display sub-cmd in the stackframe (if available) by apanchenk · 16 years ago
  79. b6b1193 fixed typo in interface name by apanchenk · 16 years ago
  80. e67574c getDebugOptions() method added by apanchenk · 16 years ago
  81. b55afbb new option ENGINE_SUPPORT_DATATYPES by apanchenk · 16 years ago
  82. 1c26cca move DbgpBaseCommands, DbgpRequest, IDbgpCommunicator to the public API by apanchenk · 16 years ago
  83. 128519a Bundle-ActivationPolicy: lazy by apanchenk · 16 years ago
  84. d0e2d77 update path mapper so it should be platform independent and work on windows too by apanchenk · 16 years ago
  85. 5f9281c renamed method of ISmartStepEvaluator by apanchenk · 16 years ago v20081101
  86. bdb7c1d implements org.eclipse.debug.core.model.IStepFilters by apanchenk · 16 years ago
  87. fb8feda synchorinization for stepIntoState added by apanchenk · 16 years ago
  88. bc744e9 prevent accidental NPE in supportsBreakpoint(IBreakpoint breakpoint) by apanchenk · 16 years ago
  89. a6c1dc6 getWhere() method aded by apanchenk · 16 years ago
  90. a26d31d method renamed and documented by apanchenk · 16 years ago
  91. 6db0226 open internal methods and introduce additional method that could be overridden by apanchenk · 16 years ago
  92. 2799697 proxy implementation of the IScriptValue by apanchenk · 16 years ago
  93. 4adb984 fixed typo in class name by apanchenk · 16 years ago
  94. d12ee2e use CharOperation.NO_STRINGS instead of own NO_MESSAGES by apanchenk · 16 years ago
  95. 95d1255 send special NoResult value objects when session is already terminated, since Expressions view items are in the "pending" state until listener is called by apanchenk · 16 years ago
  96. 072dd55 inner ListenerAdpater class -> static by apanchenk · 16 years ago
  97. 8ee4cdf recreate breakpoint if debugger does not support line number change (it is for tcl active state) by apanchenk · 16 years ago
  98. 163f86a do not remove if id == null by apanchenk · 16 years ago
  99. 8acf748 DBGP Spawnpoints (for TCL) by apanchenk · 16 years ago
  100. 76c6381 improve highlighting of the changed values in case of array/hash by apanchenk · 16 years ago