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