Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1287)
  4. table debug

table debug

table debug
1
1

Details Group Tabs

Details


@[TOC](eclipse debug matrix, array, tree plugin)

Preface

Recently, there is a need to use eclipse to debug the java matrix, and see that the view as array of pycharm is very useful, as shown below.

But I did not find a similar eclipse plug-in on the Internet, so I wrote one by myself and shared it with everyone

Show results
  1. Eclipse first debug the java program to reach the specified breakpoint, as follows:
  2. Select the variable in Variables View and click
  3. List display effect
  4. Matrix display effect
  5. Tree view display
  6. Map display effect
  7. The java version of the DataFrame display effect
Custom java type settings
  1. The plug-in can automatically identify arrays, matrices, and java types that implement java.lang.Iterable and java.util.Iterator. And convert it into a list.
  2. For user-defined java types, it is necessary to provide methods or member variables whose return value is the java type included in 1, as shown in the following figure:
  3. The member variable can be written directly, and the method format is: method name () return value type. All types must have package name
  4. If Column's name and Line's name are null, it means that 0,1,2,3,4......index values ​​are generated by default. If you need to customize, such as joinery.DataFrame row names and column names are obtained through the index method and the columns method, the configuration rules are as 3.
  5. When displaying variables or objects in a tree diagram, there is no need to configure Column's name and Line's name
Directions for improvement
  1. Slow when displaying large matrices
  2. No version adaptation, the eclipse version I developed is Mars.2 (4.5.2)
  3. I don't know how the regular api interface recognizes the VariablesView window of debug and gets the current options. Now the method is not recommended, the code is shown in the figure:

    Source code

    Hard to force java programmers. I stayed up late at night to write by myself, the code is more casual. Share it with everyone, I hope you can help maintain it

document.write('')document.addEventListener('LiveReloadDisconnect', function() { setTimeout(function() { window.location.reload(); }, 500); })

Categories:
  • General Purpose Tools
Tags:
  • debug
Additional Details
Organization Name: 
Development Status: 
Date Created: 
Tue, 2020-09-29 04:29
Date Updated: 
Wed, 2020-10-14 08:01
Submitted by: 
jian cui
Screenshots
Metrics
DateRankingInstallsClickthroughs
January 2021NA0 (0%)15
December 2020NA0 (0%)12
November 2020NA0 (0%)20
October 2020NA0 (0%)19
September 2020NA0 (0%)1
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
Wednesday, October 14, 2020 - 08:01

Reviews Sign in to post reviews

jrenero's picture

can u update?

Submitted by Javier Renero on Sun, 2020-12-20 13:24

it seems usefull but i can dowload it.

Markets

  • Eclipse Project (5)
  • Tools (1287)
    • Application Development Frameworks (155)
    • Application Management (27)
    • Application Server (37)
    • BIRT (10)
    • Build and Deploy (102)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (115)
    • Collaboration (35)
    • Database (45)
    • Database Development (33)
    • Database Persistence (17)
    • Documentation (59)
    • Eclipse Kura (63)
    • Eclipse SmartHome (45)
    • EclipseRT Target Platform Components (8)
    • Editor (332)
    • Entertainment (14)
    • General Purpose Tools (120)
    • Graphics (32)
    • IDE (327)
    • Internet of Things (IoT) (33)
    • J2EE Development Platform (42)
    • J2ME (6)
    • Languages (149)
    • Linux Tools (18)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (89)
    • Modeling Tools (141)
    • Mylyn Connectors (18)
    • Network (13)
    • Other (71)
    • Process (19)
    • Profiling (22)
    • Programming Languages (98)
    • Reporting (33)
    • Rich Client Applications (38)
    • Science (5)
    • SCM (17)
    • Search (40)
    • SOA Development (15)
    • Source Code Analyzer (96)
    • Systems Development (53)
    • Team Development (55)
    • Testing (86)
    • Tools (550)
    • UI (90)
    • UML (40)
    • Web (89)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (35)
    • XML (30)
  • IoT (112)
    • Eclipse Kura (63)
    • Eclipse SmartHome (45)
  • RCP Applications (79)
  • Training & Consulting (52)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Launch Configuration View
  • Java Source Attacher
  • Fusion Tables Console
  • RTC- Rule Table Coder
  • Lazy Android

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top