Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
3b426f3a7960383ede5e55cc811122f5e82130e4
/
core
/
plugins
/
org.eclipse.dltk.debug
9f801f1
Corrected externalization issues.
by ssanders
· 16 years ago
a2b4a20
version number changed to 1.0
by apanchenk
· 16 years ago
8c785f1
scriptLineBreakpointMarker ... super type="org.eclipse.debug.core.lineBreakpointMarker"
by apanchenk
· 16 years ago
v20080808-1637
d0f1df4
Refactored to support compatibility with 3.3
by ssanders
· 16 years ago
129c030
- applied patch from alex and i to handle availableChildren > children
by jgangemi
· 16 years ago
ec76a79
- added support for detail formatters 'toString' preferences
by jgangemi
· 16 years ago
743a47f
added check that session.getInfo() is not null
by apanchenk
· 16 years ago
3ee59f1
copy listener to local variable to prevent NPE
by apanchenk
· 16 years ago
1120840
added check toolkit != null
by apanchenk
· 16 years ago
bbc7fb3
added check that launchConfiguration != null
by apanchenk
· 16 years ago
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
edc2606
- added 'getMemoryAddress()' - cleaned up some compiler warnings
by jgangemi
· 16 years ago
edd5381
fill children values that were not retrieved from the debugger with instances of the UnknownVariable
by apanchenk
· 16 years ago
a78229b
if there are no children elements - use static array NO_VARIABLES
by apanchenk
· 16 years ago
8c5d8cd
attribute names are declared as class constants
by apanchenk
· 16 years ago
36eaf58
handle file:///C|/path/fo/file constructs in URI
by apanchenk
· 16 years ago
210bac5
fix for null pointer,
by jcompagne
· 16 years ago
5ede4d2
- expose the memory address attribute
by jgangemi
· 16 years ago
fc8eef1
pass IDebugOptions to the Communicator
by apanchenk
· 16 years ago
004b76f
do not use eval with the depth argument
by apanchenk
· 16 years ago
f415778
localization corrected
by apanchenk
· 16 years ago
e8a9edd
formatting
by apanchenk
· 16 years ago
48c161a
break & status commands are sent asynchronously for other commands wait until previous commands are terminated
by apanchenk
· 16 years ago
0de2d3c
use StrUtils.equals() to compare data field in equals()
by apanchenk
· 16 years ago
30d50a6
test if the line number can be set and send.
by jcompagne
· 16 years ago
e43c536
now that breakpoints can move (deleting/inserting new lines) the breakpoint linenr should be updated in the client.
by jcompagne
· 16 years ago
7737c30
better naming now (no static anymore)
by jcompagne
· 16 years ago
d32dd73
timeout out of the preferences
by jcompagne
· 16 years ago
89def1c
just close the socket when terminating dont test for the variable (the socket has to be closed anyway)
by jcompagne
· 16 years ago
cb7d97c
default for the PREF_DBGP_RESPONSE_TIMEOUT = 1h
by apanchenk
· 16 years ago
8d8ea3a
better timeout code
by jcompagne
· 16 years ago
f52f4cc
TIMEOUT = 1h
by apanchenk
· 16 years ago
1ffcbb0
highlight changed values when stepping over code
by apanchenk
· 16 years ago
cc99918
new method public boolean isSameMethod(IDbgpStackLevel other)
by apanchenk
· 16 years ago
1f457e6
- class visibility increased to public
by apanchenk
· 16 years ago
b93e4d6
dont fire if the data is null or an empty string
by jcompagne
· 16 years ago
d7179b8
better toString of the Collection/ArrayType
by jcompagne
· 16 years ago
f9551dd
isEmpty(String)
by apanchenk
· 16 years ago
8ad8d52
ScriptVariable internal improvements
by apanchenk
· 16 years ago
8c9b451
highlight changed variables
by apanchenk
· 16 years ago
c1594b7
optimizations & sort returned array of levels
by apanchenk
· 16 years ago
97a82a9
NON-NLS comments
by apanchenk
· 16 years ago
5288de5
string escaping/quoting optimized
by apanchenk
· 16 years ago
9339c1d
equals(Object) simple implementation
by apanchenk
· 16 years ago
1963762
- added 'formatValue(IScriptValue)' to IScriptType so implementation can control the formatting
by jgangemi
· 16 years ago
57888e3
- applied alex's patch to move the path mapper
by jgangemi
· 16 years ago
4cc43cb
formatting
by apanchenk
· 16 years ago
e5570c4
pass breakpoint path mapper via constructor to the breakpoint manager
by apanchenk
· 16 years ago
91f8912
pass IScriptBreakpointPathMapper via constructor
by apanchenk
· 16 years ago
13b3304
NOP implementation of the Scriptbreakpointpathmapper
by apanchenk
· 16 years ago
9a31c13
removed condition from the breakpointUpdate() - it does not work that way
by apanchenk
· 16 years ago
c94396d
classify condition change as major
by apanchenk
· 16 years ago
9d9497b
IDebugOptions - introduced API to find-tune DBGP protocol behavior
by apanchenk
· 16 years ago
223e92f
updateBreakpoint(): removed -n line_number option since it caused errors when working with TCL activestate debugger
by apanchenk
· 16 years ago
622dcea
synchronization around access to the static targets variable
by apanchenk
· 16 years ago
6bbf460
formatting
by apanchenk
· 16 years ago
dca583d
BreakpointPathMapper move related changes
by apanchenk
· 16 years ago
00d353d
FIXME comment
by apanchenk
· 16 years ago
3a4f31f
BreakpointPathMapper - interface extracted, implementation moved to the top level
by apanchenk
· 16 years ago
adad42c
formattng
by apanchenk
· 16 years ago
60295bc
- hello remote breakpoint mapping!
by jgangemi
· 16 years ago
487f4c0
recreate breakpoint only if its conditional status is changed
by apanchenk
· 16 years ago
833ba1e
method renamed to classifyChange()
by apanchenk
· 16 years ago
f55dbe6
if breakpoint change is major (e.g. condition is added or removed) - recreate breakpoint
by apanchenk
· 16 years ago
348fa76
check in setExpression() that value is changed
by apanchenk
· 16 years ago
9488f53
static string functins
by apanchenk
· 16 years ago
3d0413f
public static boolean isConditional(IScriptBreakpoint bp)
by apanchenk
· 16 years ago
65c9e27
log XML only
by apanchenk
· 16 years ago
a9c28d1
*fix
by asobolev
· 16 years ago
v20080627-1208
4f92583
added methods - getResource() - getResourcePath()
by apanchenk
· 16 years ago
1810f5a
fixed special character handling in makeUri()
by apanchenk
· 16 years ago
7c0eeef
added "int sessionId" to ScriptDebugLog
by apanchenk
· 16 years ago
8cce0e8
extracted method generateRequestId()
by apanchenk
· 16 years ago
7da5dc2
public static String[] getLocalAddresses() refactoring
by apanchenk
· 16 years ago
3e3aff8
formatting
by apanchenk
· 16 years ago
e5fc8c9
there is no need to specify timeout for the ServerSocket since we listening for connections almost forever
by apanchenk
· 16 years ago
cf34bdc
waitStarted() methods added
by apanchenk
· 16 years ago
1926cd2
prevent possible NPEs
by apanchenk
· 16 years ago
37ca1ea
formatted
by apanchenk
· 16 years ago
62b2000
remove DbgpService dependency on DLTKDebugPlugin preferences
by apanchenk
· 16 years ago
477a73f
requestTermination: skip socket close if it is null
by apanchenk
· 16 years ago
5a29ede
formatting
by apanchenk
· 16 years ago
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
98ba0ad
* basic line, conditional breakpoint fix
by asobolev
· 16 years ago
07f99cd
removeRawListenr(IDbgpRawListener listener) was calling wrong method of the engine
by apanchenk
· 16 years ago
59d8982
log errors in setupDeferredBreakpoints()
by apanchenk
· 16 years ago
018b296
improve logging methods
by apanchenk
· 16 years ago
e2dd5d1
log errors if they occur in makeUri()
by apanchenk
· 17 years ago
3747973
* version 1.0 to 0.95 down grade
by asobolev
· 17 years ago
3b78d89
* tcl keyword documentation from man pages on completion
by asobolev
· 17 years ago
7b2bb63
* todo's parser fixed
by asobolev
· 17 years ago
a6126c7
- ignore vmnet interfaces, they are not valid for debugging sessions
by jgangemi
· 17 years ago
ba1ad77
updating about files
by aplatov
· 17 years ago
e1646c0
* applied patch from bug 230825 * fixes in library configuration page
by asobolev
· 17 years ago
f4a9bd9
*fix
by asobolev
· 17 years ago
082d964
auto format/cleanup
by jcompagne
· 17 years ago
6429a64
everywhere default ExecurtionEnvironment to J2SE-1.4 (classpath and manifest)
by jcompagne
· 17 years ago
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
1a117fb
return the right interface for an methodEntryBreak
by jcompagne
· 17 years ago
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
Next »