Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
5ad8f254b8111db72410599d2088ff9a57055a06
/
core
/
plugins
/
org.eclipse.dltk.debug
714d3f3
sometimes i still get events when the debug plugin is already shutdown (in the shutdown of eclipse)
by jcompagne
· 16 years ago
ecde15a
remove Incubation keyword
by apanchenk
· 16 years ago
ec973df
fix for wrong counter variable uses for looping over sessions
by jcompagne
· 16 years ago
9b9c81e
merge: preference to log launch output - to debug RSE launching issues
by apanchenk
· 16 years ago
32b4953
get the debugmodelid back from the marker if it is null (restored from disk)
by jcompagne
· 16 years ago
814027e
fix for when removing breakpoints are done through the markers
by jcompagne
· 16 years ago
ea5acf4
highlight part of long multiline command
by apanchenk
· 16 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
369863e
added variable name to the "Available children count exceeds reported children count" message
by apanchenk
· 16 years ago
c8f8cba
TCL watchpoints
by apanchenk
· 16 years ago
3566a77
most of the DBGP implementations do not support ACCESS watchpoints
by apanchenk
· 16 years ago
f823999
do not call super in constructor - own implementation so we send breakpoint with all attributes at once
by apanchenk
· 16 years ago
5de083d
create Map attributes in the WorkspaceRunnable.run() method - it is not required to create it earlier
by apanchenk
· 16 years ago
5655220
use Boolean.valueOf()
by apanchenk
· 16 years ago
v20081014-1440
37dc350
getDebugModelId(IResource resource) use new API
by apanchenk
· 16 years ago
3fbd535
- improvments to variable display when detail formatters are not enabled
by jgangemi
· 16 years ago
4181a74
checkbox/attributes to disable DBGP console redirection
by apanchenk
· 16 years ago
8f88be0
interface renamed to IDbgpRawPacket
by apanchenk
· 16 years ago
1e13f85
receive packets as byte[] instead of string
by apanchenk
· 16 years ago
c9f4175
fixed typo in variable name
by apanchenk
· 16 years ago
1ae91f5
readPacketSize() optimization
by apanchenk
· 16 years ago
88aa65f
public static void logWarning(String message)
by apanchenk
· 16 years ago
dcb8020
try to terminate process too
by apanchenk
· 16 years ago
a032ffc
log error if there is non digit in packet size
by apanchenk
· 16 years ago
aaecfa9
null check added
by apanchenk
· 16 years ago
2b78886
public static int getConnectionTimeout() added
by apanchenk
· 16 years ago
Next »