Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

DBG


Company: NuSphere

Average User Rating (4 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 3.9.11

    "User Friendly tool"

    by Naseem on May 26, 2016 1:24 AM

    Summary:
    User Friendly tool with helpful features for a faster debugging and quicker solution to critical onsite problems.

    Report post

    Was this review helpful? (1) (0)

    add a comment


    Version Reviewing: 2.0

    "Great and easy to use"

    by saroj kishan on May 31, 2013 1:22 PM

    Summary:
    awesome performanc

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "great tool"

    by saroj kishan on May 31, 2013 12:17 PM

    Summary:
    worth enough

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 3.9.11

    "Easy tool to use and support GUI and CLI interface"

    by Lillianne on Aug 30, 2011 5:31 PM

    Summary:
    Allows easy logging of errors and warnings. Also supports GUI and CLI front-ends. I like the fact that all data transferred by debugger can be optionally protected with SSL. Tool is also available as a free OpenSource tool. But I use this tool with NuSphere PhpED.

    Report post

    Was this review helpful? (1) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!