首页
社区
课程
招聘
[下载]JDebugTool 4.2 - March 21, 2009
发表于: 2009-4-7 23:42 6019

[下载]JDebugTool 4.2 - March 21, 2009

2009-4-7 23:42
6019
JDebugTool 4.2 - March 21, 2009

Version 4.2 -- March 21, 2009

In this release, hovering the mouse over an object reference in the source code, will display a multi-line tool tip showing the current values of the object's fields.
Hovering the mouse over an array reference in the source code, will display a multi-line tool tip showing the current values of the beginning array elements.
Hovering the mouse over a string reference in the source code, will display a multi-line tool tip showing the beginning contents of the string.


http://www.debugtools.com/download.html

[课程]Android-CTF解题方法汇总!

收藏
免费 1
支持
分享
最新回复 (25)
雪    币: 360
活跃值: (77)
能力值: ( LV9,RANK:250 )
在线值:
发帖
回帖
粉丝
2
本地   
上传的附件:
2009-4-8 12:48
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
News about the JDebugTool® graphical Java™ debugger version 4. New JDebugTool releases are announced here:

Version 4.2.1 -- May 24, 2009

In this release, hovering the mouse over an object reference in the Locals, This, Watch or Objects windows, will display a multi-line tool tip showing the current values of the object's fields.
Hovering the mouse over an array reference in the Locals, This, Watch or Objects windows, will display a multi-line tool tip showing the current values of the beginning array elements.
Hovering the mouse over a string reference in the Locals, This, Watch or Objects windows, will display a multi-line tool tip showing the beginning contents of the string.
2009-5-29 22:36
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
本地备档一份.
上传的附件:
2009-5-29 22:51
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
5
Version 4.2.2 -- August 1, 2009

In this release, in the Global Settings (Edit | Global Settings...) there is now a new setting: Hint for the max. number of lines in a Tool Tip. This is a hint for the maximum number of lines to display in a pop-up Tool Tip in the GUI. For example, the number of fields in an object, or the number of array elements, to display in a Tool Tip. Defaults to 20.
The current execution point indicator in the source code display, is now cleared immediately when the target JVM starts executing, for example with a Step or Resume All operation.
2009-8-4 23:00
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
6
本地备档一份.
上传的附件:
2009-8-4 23:04
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
7
Version 4.2.3 -- August 16, 2009

In this release, hovering the mouse over an object reference in the GUI, will display a multi-line tool tip showing the current value of the object's fields, including (new in this release) superclasses in the inheritance hierarchy.
2009-8-17 23:30
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
8
本地备档一份.
上传的附件:
2009-8-17 23:48
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
9
JDebugTool 4.3 (03.10.2009)

- Line and method breakpoints.
- Breakpoint Groups.
- Local and Remote debugging.
- Run, Attach and Listen.
- User friendly GUI.
- Multi-Thread debugging.
- Display and traverse stack backtraces.
- Data Tool Tips.
- Hot Swap classes and Pop stack frames.
- Save settings in Projects.
- Display variables in current scope.
- Drill down into object references.
- Modify primitive variables.
- Display loaded classes.
- Display toString() results.
- Catch thrown Exceptions.
- Display Chained Exceptions.
- Evaluate simple Expressions including Method Calls.
- Stop on Thread Start and Death events.
- Stop on Class Load and Unload events.
- Stop on Method Entry and Exit events.
- Stop on Field Watchpoint events.
- Navigate source code structure.
- Launch External Text Editor.
- More features


http://www.debugtools.com/downloads/43/jdebugtool.jar
2009-11-1 09:37
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
10
Version 4.3.2 -- January 28, 2010

In this release, incorrectly mounted source paths can now be automatically detected and fixed by JDebugTool. In the Source Tree panel, under an incorrectly mounted source path, click on a Java source file in order to display the file. JDebugTool will then automatically unmount the incorrect source path, and then automatically mount the corresponding correct source path, after prompting the user.
2010-1-30 01:07
0
雪    币: 4902
活跃值: (110)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
11
Java的调试器吗
这个不熟悉
先收藏一个
等学Java的时候用哈
2010-1-30 09:39
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
12
Version 4.3.3 -- February 4, 2010

This release improves the Loaded Classes panel:
Now only displays classes that are at least in the target JVM "prepared" state.
No longer displays array classes.
No longer displays package names in type names for method arguments and return value, local variables, fields, and superclass names.
2010-2-6 00:10
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
13
Version 4.4.1 -- February 18, 2010

In this release, to create a breakpoint when a particular method is called, navigate to the method body in the source code. Click to place the blinking cursor anywhere on the same line as the method name in the method signature, and then select Set Method Breakpoint from the right-click pop-up menu.
Fixes defect where invalid breakpoints could get displayed in the line number column in certain cases.
Fixes defect where shared memory listen would not release the shared memory.

Version 4.4 -- February 11, 2010
In this release, the Loaded Classes panel now displays ClassLoader information.

http://www.debugtools.com/downloads/441/jdebugtool.jar
2010-2-21 14:42
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
14
本地备档一份.
上传的附件:
2010-2-21 14:48
0
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
15
收藏了~~o(∩_∩)o...
2010-2-21 15:03
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
16
Version 4.4.2 -- February 25, 2010

This release improves the validation of input typed into JDebugTool dialogs, and project settings.
Improves tool tip display of long class names (including package names).
Improves tool tip display of long file paths.
2010-2-27 02:21
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
17
Version 4.4.3 -- March 9, 2010

This release supports breakpoints, exceptions, and watchpoints when the same class is loaded multiple times (by multiple ClassLoaders) in the target JVM.
The Resolved column (and corresponding tool tips) in the Breakpoints, Exceptions, and Watchpoints panels (select Columns...from the right-click pop-up menu) is now ClassLoader aware.
2010-3-11 01:16
0
雪    币: 149
活跃值: (41)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
18
这个要注册吧
2010-3-12 09:01
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
19
Version 4.4.4 -- March 15, 2010

This release now displays classes in the Loaded Classes panel, as they are loaded in the target JVM.
Improves single stepping performance.
2010-4-7 02:42
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
20
Version 4.4.5 -- March 22, 2010

This release now computes the initial set of classes displayed in the Loaded Classes panel, in the background.
Improves the responsiveness of the GUI, upon the initial connection with the target JVM.
2010-4-7 02:42
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
21
Version 4.4.6 -- March 29, 2010

This release adds a Display Initial Classes on Connection project setting (defaults to false). JDebugTool can query for all the classes already loaded in the target JVM, when JDebugTool initially connects to the target. Right-click in the Loaded Classes panel and select Display Initial Classes...
Now refreshes the Objects Frame, in the background when the target is suspended.
2010-4-7 02:43
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
22
Version 4.4.7 -- April 5, 2010

This release now refreshes the Threads Panel, in the background when the target JVM is suspended.
2010-4-7 02:43
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
23
Version 4.5 -- April 12, 2010

This release adds an option for a six resizable division layout (in addition to the current four resizable division layout) for the JDebugTool main window. Defaults to six, if your screen is wide enough. Select Global Settings... from the Edit menu.
2010-4-13 21:11
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
24
Version 4.5.2 -- April 21, 2010

This release fixes a thread synchronization defect in the debugger engine.
2010-4-22 20:23
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
25
Version 5.0 -- May 24, 2010

This release starts the JDebugTool 5.x series of versions.
Please visit the Purchase page for upgrade/purchase information.
2010-5-25 18:29
0
游客
登录 | 注册 方可回帖
返回
//