Giter Club home page Giter Club logo

Comments (14)

nickzhums avatar nickzhums commented on August 26, 2024 2

yep, this one seems high priority

from vscode-java-debug.

getaceres avatar getaceres commented on August 26, 2024 1

If feature parity with Eclipse is a mid term goal, as it seems to indicate in the Microsoft Java blog, https://devblogs.microsoft.com/java/language-server-1-0/, this feature should have a high priority since that's one of the key features of the leading IDEs (Eclipse and IntelliJ)

from vscode-java-debug.

testforstephen avatar testforstephen commented on August 26, 2024 1

@nickzhums This could be a plan candidate.

from vscode-java-debug.

andxu avatar andxu commented on August 26, 2024

There is already a extension done this: https://marketplace.visualstudio.com/items?itemName=dgileadi.java-decompiler

from vscode-java-debug.

xiaods avatar xiaods commented on August 26, 2024

@andxu
I want to add a breakpoint on decompile java class, the eclipse already supports this feature, I wonder the java-debug plugin also can support it. could you do me a favor?

from vscode-java-debug.

mozhuanzuojing avatar mozhuanzuojing commented on August 26, 2024

@andxu
I want to add a breakpoint on decompile java class, the eclipse already supports this feature, I wonder the java-debug plugin also can support it. could you do me a favor?

install guxgn.java-decompiler

from vscode-java-debug.

xiaods avatar xiaods commented on August 26, 2024

decompiler

you

guxgn.java-decompiler

where is the guxgn.java-decompiler. thanks for your sharing, it is http://java-decompiler.github.io/ ?

from vscode-java-debug.

mozhuanzuojing avatar mozhuanzuojing commented on August 26, 2024

decompiler

you

guxgn.java-decompiler

where is the guxgn.java-decompiler. thanks for your sharing, it is http://java-decompiler.github.io/ ?

https://marketplace.visualstudio.com/items?itemName=guxgn.java-decompiler

from vscode-java-debug.

xiaods avatar xiaods commented on August 26, 2024

decompiler

you

guxgn.java-decompiler

where is the guxgn.java-decompiler. thanks for your sharing, it is http://java-decompiler.github.io/ ?

https://marketplace.visualstudio.com/items?itemName=guxgn.java-decompiler

cool, thanks a lot

from vscode-java-debug.

testforstephen avatar testforstephen commented on August 26, 2024

Currently "Debugger for Java" extension doesn't support setting breakpoint in decompiled classes. The line number between the decompiled code and the actual source code may be different, it requires some extra work to correct the line mapping in order for debugging to work properly.

from vscode-java-debug.

xiaods avatar xiaods commented on August 26, 2024

Currently "Debugger for Java" extension doesn't support setting breakpoint in decompiled classes. The line number between the decompiled code and the actual source code may be different, it requires some extra work to correct the line mapping in order for debugging to work properly.

https://marketplace.visualstudio.com/items?itemName=guxgn.java-decompiler&ssr=false#overview can do it.

from vscode-java-debug.

qwertycody avatar qwertycody commented on August 26, 2024

+1 for this - I feel like this should be part of THIS extension instead of having to install another one that piggybacks off another.

from vscode-java-debug.

joyouscoder0001 avatar joyouscoder0001 commented on August 26, 2024

Really need this. Every time when I need to debug decompiled code , I have to change my tools into idea to get a better experience.

from vscode-java-debug.

testforstephen avatar testforstephen commented on August 26, 2024

This has been supported. redhat java extension has integrated a built-in fernflower decompiler, and the debugger will auto adjust the line mappings when it detects the decompiler is invoked during debugging.

from vscode-java-debug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.