X Tutup
The Wayback Machine - https://web.archive.org/web/20210125025707/https://github.com/microsoft/java-debug/commits/master
Skip to content
Permalink
master

Commits on Jan 22, 2021

  1. Sort completion by relevance & respect completion filters registered …

    …by JLS (#359)
    
    * Sort completion by relevance & respect completion filters registered by JLS
    
    * Make checkstyle happy
    testforstephen committed Jan 22, 2021

Commits on Jan 21, 2021

Commits on Oct 14, 2020

  1. Bump version to 0.29.0 (#357)

    testforstephen committed Oct 14, 2020
  2. Bump junit from 4.12 to 4.13.1 in /com.microsoft.java.debug.core (#355)

    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](junit-team/junit4@r4.12...r4.13.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
    dependabot and testforstephen committed Oct 14, 2020
  3. Fix the wrong completion list in debug console (#356)

    testforstephen committed Oct 14, 2020

Commits on Oct 12, 2020

  1. Expose a command to resolve the source mapping for the specified stac…

    …ktrace (#354)
    testforstephen committed Oct 12, 2020

Commits on Sep 24, 2020

  1. Use the correct runtime to validate the JVM versions between the debu…

    …gger and debuggee (#353)
    
    * Use the correct runtime to validate the JVM versions between the debugger and debuggee
    
    * Resolve java version from the system library jar
    testforstephen committed Sep 24, 2020

Commits on Sep 22, 2020

Commits on Sep 11, 2020

  1. Allow cancel the resolveMainMethod command (#350)

    testforstephen committed Sep 11, 2020

Commits on Aug 24, 2020

  1. bump version to 0.28.0 (#349)

    testforstephen committed Aug 24, 2020

Commits on Aug 17, 2020

Commits on Aug 12, 2020

  1. Reduce JDWP frequency when resolving variables (#347)

    testforstephen committed Aug 12, 2020

Commits on Aug 3, 2020

  1. Dedup the changed classes before hot reload (#345)

    * Dedup the changed classes before hot reload
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Make checkstyle happy
    testforstephen committed Aug 3, 2020

Commits on Jul 21, 2020

  1. Fix HCR not working issue (#342)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jul 21, 2020

Commits on Jul 14, 2020

  1. Bump version to 0.27.0 (#341)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jul 14, 2020
  2. Support copying variable (#338)

    * #624 "copy value" from variables debugger window not working
    
    * Support copy variable to clipboard
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    Co-authored-by: Michel Moreira <michel@michelmoreira.eti.br>
    testforstephen and drungrin committed Jul 14, 2020
  3. Fix the InvalidStackFrameException when getting variables at the exce…

    …ption breakpoint (#340)
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jul 14, 2020

Commits on Jul 13, 2020

  1. Fix the call stack matching regex expression for modules (#339)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jul 13, 2020

Commits on Jul 6, 2020

  1. Display the method return value when stepping out (#336)

    * Show the method return value when stepping out
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Clear the cached method results when pause/continue current thread
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Add an icon to method return value
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Refine the key for the return value
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Handle the emoji display support issue for different platform
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jul 6, 2020

Commits on Jul 1, 2020

  1. Skip the specified classes when breaking on exception or stepping (#334)

    * Skip the specified classes when breaking on exception or stepping
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * remove unused code
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Address review comments
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jul 1, 2020
  2. Improve the HCR workflow (#335)

    * Improve the HCR workflow
    
    Signed-off-by: Jinbo Wang <jinbwan@Jinbos-MacBook-Pro.local>
    
    * refine the error message
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    Co-authored-by: Jinbo Wang <jinbwan@Jinbos-MacBook-Pro.local>
    testforstephen and Jinbo Wang committed Jul 1, 2020

Commits on May 11, 2020

  1. Fix gradle test scope (#333)

    * Fix gradle test scope
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * make checkstyle happy
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed May 11, 2020

Commits on May 7, 2020

  1. bump version to 0.26.0 (#332)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed May 7, 2020
  2. Fix race competition when the breakpoint needs be evaluated in multi …

    …threads (#325)
    
    * Fix race competition when the breakpoint needs be evaluated in multi threads
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Use thread-safe map
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed May 7, 2020

Commits on May 6, 2020

  1. Extend readme with basic low level usage instructions (#327)

    May be helpful for people who try to use java-debug with other clients
    than Visual Studio Code.
    mfussenegger committed May 6, 2020

Commits on Apr 10, 2020

  1. add a helper command to get the jdt platform settings (#326)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Apr 10, 2020

Commits on Mar 6, 2020

  1. Update ASTParser to support Java 13 syntax (#323)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Mar 6, 2020

Commits on Feb 19, 2020

  1. Return disconnect response in 500ms (#322)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Feb 19, 2020

Commits on Feb 18, 2020

  1. update checkstyle to 8.29 (#321)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Feb 18, 2020

Commits on Feb 17, 2020

  1. up version to 0.25.0 (#320)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Feb 17, 2020
  2. Use project's java runtime to launch the application (#319)

    * Use project's java runtime to launch the application
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * make checkstyle happy
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * address review comments
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Feb 17, 2020

Commits on Jan 16, 2020

  1. Provide custom request to support continue/pause all/other threads (#315

    )
    
    * Provide custom request to support continue/pause all/other threads
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    
    * Address review comment
    
    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jan 16, 2020

Commits on Jan 10, 2020

  1. Added debugger user setting for setting numeric precision (#313)

    Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
    bhoppeadoy and testforstephen committed Jan 10, 2020
  2. Up tycho version to 1.5.1 (#314)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Jan 10, 2020

Commits on Nov 27, 2019

  1. Clean up the registerd logger handlers when stopping the plugin (#311)

    Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
    testforstephen committed Nov 27, 2019
Older
X Tutup