1. 714d3f3 sometimes i still get events when the debug plugin is already shutdown (in the shutdown of eclipse) by jcompagne · 16 years ago
  2. ecde15a remove Incubation keyword by apanchenk · 16 years ago
  3. ec973df fix for wrong counter variable uses for looping over sessions by jcompagne · 16 years ago
  4. 9b9c81e merge: preference to log launch output - to debug RSE launching issues by apanchenk · 16 years ago
  5. 32b4953 get the debugmodelid back from the marker if it is null (restored from disk) by jcompagne · 16 years ago
  6. 814027e fix for when removing breakpoints are done through the markers by jcompagne · 16 years ago
  7. ea5acf4 highlight part of long multiline command by apanchenk · 16 years ago v20090409-0116
  8. ff64bfc better syncing around various methods by jcompagne · 16 years ago
  9. a2c0a16 refresh improvements. Values should always be copied or tested if changed by jcompagne · 16 years ago
  10. cc849d3 do not log IOExceptions by apanchenk · 16 years ago
  11. 4d5b045 better visualization for waiting for connection & waiting for initialization by apanchenk · 16 years ago
  12. 6bf730f reorder conditions in readPacketXml() by apanchenk · 16 years ago
  13. 15cb4a1 messages externalized by apanchenk · 16 years ago
  14. f5ba6f4 messageExternalized by apanchenk · 16 years ago
  15. e765d27 in threadAccepted() - fireInitialized condition corrected by apanchenk · 16 years ago
  16. 483d165 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  17. ce605ea better error reporting by jcompagne · 16 years ago
  18. 71f54f2 added cause constructors to DbgpOperationCanceledException by jcompagne · 16 years ago v20090311
  19. be32a79 automatically "break-on-first-line" for children if StepInto was used by apanchenk · 16 years ago
  20. 62969c7 breakOnFirstLine: by apanchenk · 16 years ago
  21. 4c6086e remove DbgpStepOperation class, so children implement process() method directly by apanchenk · 16 years ago
  22. 7fe8356 1.4 compatible code by apanchenk · 16 years ago v20090303
  23. 0e6cad5 Tcl: skip initial <console> stack frame for spawned processes by apanchenk · 16 years ago
  24. 93c7ab0 use Util.EMPTY_STRING by apanchenk · 16 years ago
  25. 3da491f use constants from Node - as they are declared by apanchenk · 16 years ago
  26. 57d84eb rename option ENGINE_STOP_BEFORE_FIRST_LINE -> ENGINE_STOP_BEFORE_CODE by apanchenk · 16 years ago
  27. be40b6b Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
  28. 6986506 there are no reasons to throws DbgpException in constructor by apanchenk · 16 years ago
  29. 82a9387 small improvements by apanchenk · 16 years ago
  30. 533716c use NLS.bind() by apanchenk · 16 years ago
  31. 2ba0101 TCL: [x] ignore vwait rename warning by apanchenk · 16 years ago
  32. 882fd42 remove unused class by apanchenk · 16 years ago
  33. e9d5fb6 resultHandler.finish(null, e) for DbgpTimeoutExceptrion too by apanchenk · 16 years ago
  34. ed9b086 if (DLTKCore.DEBUG) before .printStackTrace() by apanchenk · 16 years ago
  35. ad0f2be beginSyncRequest/endSyncRequest methods extracted by apanchenk · 16 years ago
  36. 0f9080c remove extra condition in parseURI() by apanchenk · 16 years ago
  37. 4e4b8fd hasStackFrames(): && !isTerminated() by apanchenk · 16 years ago v20090224
  38. b9e2ce2 improve URI parsing by apanchenk · 16 years ago
  39. b24b0c5 hasStackFrames(): return isSuspended() && stack.hasFrames() by apanchenk · 16 years ago
  40. f7f29df log errors from breakpoint set commands as warnings by apanchenk · 16 years ago v20090218
  41. 792714e extensions to send language-specific breakpoints by apanchenk · 16 years ago
  42. 7860165 move old code out of source folder by apanchenk · 16 years ago
  43. 4381579 @deprecated, since they will be completely automatic by apanchenk · 16 years ago
  44. a137210 made many variables volatile because all those booleans are used over multiply threads by jcompagne · 16 years ago
  45. e2f3818 formatting in the breakpointChanged() by apanchenk · 16 years ago
  46. 451efb0 delta can be null for a breakpoint change by jcompagne · 16 years ago
  47. 1dc641f Corrected quoting. by ssanders · 16 years ago
  48. bb56b7d Corrected externalization. by ssanders · 16 years ago
  49. ce982cb default value for hitCount is -1 by apanchenk · 16 years ago
  50. 85bcf94 TCL spawnpoint support by apanchenk · 16 years ago
  51. 3b8275d getWorkspaceRoot() method extracted by apanchenk · 16 years ago
  52. e91612e made some static constants public by jcompagne · 16 years ago
  53. 6b3e290 locals below the globals (like this) by jcompagne · 16 years ago
  54. bcacc88 added remote port preference (not yet used in dltk itself) by jcompagne · 16 years ago
  55. 618c8e2 correct detection of the offset if column is not available by apanchenk · 16 years ago
  56. 0b3321a minor optimization by apanchenk · 16 years ago
  57. 6745d38 save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 16 years ago
  58. c549106 small optimizations by apanchenk · 16 years ago
  59. 8fd1faa implement IStackFrame.getCharStart() & .getCharEnd() methods by apanchenk · 16 years ago
  60. 663f751 display sub-cmd in the stackframe (if available) by apanchenk · 16 years ago
  61. b6b1193 fixed typo in interface name by apanchenk · 16 years ago
  62. e67574c getDebugOptions() method added by apanchenk · 16 years ago
  63. b55afbb new option ENGINE_SUPPORT_DATATYPES by apanchenk · 16 years ago
  64. 1c26cca move DbgpBaseCommands, DbgpRequest, IDbgpCommunicator to the public API by apanchenk · 16 years ago
  65. 128519a Bundle-ActivationPolicy: lazy by apanchenk · 16 years ago
  66. d0e2d77 update path mapper so it should be platform independent and work on windows too by apanchenk · 16 years ago
  67. 5f9281c renamed method of ISmartStepEvaluator by apanchenk · 16 years ago v20081101
  68. bdb7c1d implements org.eclipse.debug.core.model.IStepFilters by apanchenk · 16 years ago
  69. fb8feda synchorinization for stepIntoState added by apanchenk · 16 years ago
  70. bc744e9 prevent accidental NPE in supportsBreakpoint(IBreakpoint breakpoint) by apanchenk · 16 years ago
  71. a6c1dc6 getWhere() method aded by apanchenk · 16 years ago
  72. a26d31d method renamed and documented by apanchenk · 16 years ago
  73. 6db0226 open internal methods and introduce additional method that could be overridden by apanchenk · 16 years ago
  74. 2799697 proxy implementation of the IScriptValue by apanchenk · 16 years ago
  75. 4adb984 fixed typo in class name by apanchenk · 16 years ago
  76. d12ee2e use CharOperation.NO_STRINGS instead of own NO_MESSAGES by apanchenk · 16 years ago
  77. 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
  78. 072dd55 inner ListenerAdpater class -> static by apanchenk · 16 years ago
  79. 8ee4cdf recreate breakpoint if debugger does not support line number change (it is for tcl active state) by apanchenk · 16 years ago
  80. 163f86a do not remove if id == null by apanchenk · 16 years ago
  81. 8acf748 DBGP Spawnpoints (for TCL) by apanchenk · 16 years ago
  82. 76c6381 improve highlighting of the changed values in case of array/hash by apanchenk · 16 years ago
  83. 369863e added variable name to the "Available children count exceeds reported children count" message by apanchenk · 16 years ago
  84. c8f8cba TCL watchpoints by apanchenk · 16 years ago
  85. 3566a77 most of the DBGP implementations do not support ACCESS watchpoints by apanchenk · 16 years ago
  86. f823999 do not call super in constructor - own implementation so we send breakpoint with all attributes at once by apanchenk · 16 years ago
  87. 5de083d create Map attributes in the WorkspaceRunnable.run() method - it is not required to create it earlier by apanchenk · 16 years ago
  88. 5655220 use Boolean.valueOf() by apanchenk · 16 years ago v20081014-1440
  89. 37dc350 getDebugModelId(IResource resource) use new API by apanchenk · 16 years ago
  90. 3fbd535 - improvments to variable display when detail formatters are not enabled by jgangemi · 16 years ago
  91. 4181a74 checkbox/attributes to disable DBGP console redirection by apanchenk · 16 years ago
  92. 8f88be0 interface renamed to IDbgpRawPacket by apanchenk · 16 years ago
  93. 1e13f85 receive packets as byte[] instead of string by apanchenk · 16 years ago
  94. c9f4175 fixed typo in variable name by apanchenk · 16 years ago
  95. 1ae91f5 readPacketSize() optimization by apanchenk · 16 years ago
  96. 88aa65f public static void logWarning(String message) by apanchenk · 16 years ago
  97. dcb8020 try to terminate process too by apanchenk · 16 years ago
  98. a032ffc log error if there is non digit in packet size by apanchenk · 16 years ago
  99. aaecfa9 null check added by apanchenk · 16 years ago
  100. 2b78886 public static int getConnectionTimeout() added by apanchenk · 16 years ago