Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Debugging Code

This is a discussion on Debugging Code within the Java forums, part of the Programming Talk category; My Java application code has lot of java.langRunnable. I want to debug this code. Is there any way or hint ...

  1. #1
    cyrus is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    128

    Debugging Code

    My Java application code has lot of java.langRunnable. I want to debug this code. Is there any way or hint I can use for this code since the code has lot of java.langRunnable.


  2. #2
    Rahulbatra is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    To handle the debugging process of code which has lot of java.langRunnable you can have a runnable that keeps track of the stack trace. The runnable keeps track of this as soon as it gets created and this maintained by the stack trace and returned to the console as needed by saving it as string format. I have given the logic above for handling this problem. Try out and let me know if you need further help in coding this problem.


Latest Article

Network Security Risk Assessment and Measurement

Read More...