ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

JDebug

by jdebug ALL

Java Debugger for Sublime Text Editor

Details

Installs

  • Total 3K
  • Win 2K
  • Mac 954
  • Linux 695
May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
Windows 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

JDebug

Description

JDebug is the Java Debugging Sublime Text plugin. It uses the Remote debugging features of JDB command.

What is new in 3.0.0

Inline popup added to inpect variables. Click on the vairables to inspect.

More Details

Get More Information from the tutorial - http://blog.jdebugger.com/2015/02/jdebug-java-debugging-plugin-for.html

Usage

This version has been tested in Weblogic 11g(Windows, Ubuntu 14.04 and OS X Mavericks 10.9) & tomcat 8 with Sublime Text 2 & 3 and Java 1.6.0_29 & Java 1.8.0

Setting App server (Weblogic/Tomcat/any other) in Debug mode

Pass -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 as JVM argument to server startup command. You can change the debug port from 8000 to anything you prefer.

Tomcat

Add/update the JAVA_OPTS env variable in catalina.bat or catalina.sh set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

Weblogic

Add/update the SAVE_JAVA_OPTIONS env variable in catalina.bat or catalina.sh set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS% -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

To Debug

screenshot

Support

Please donate for supporting the devlopment or click the ad in the above tutorial page.