• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse not debugging

 
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi expert,

I have been tackling this problem for several days but to no avail.

Basically, when I run debug server, usually I will get to to see the step through of the application and if I have entered a value in my jsp form, it will all be displayed in the debugging process.

However, now I don't see anything at all.

All I get to see is Daemon thread running.

Hope someone can share with me what could have caused the debugging process not showing.

Thanks.

no-debugging-process-shown.jpg
[Thumbnail for no-debugging-process-shown.jpg]
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

tangara goh wrote:However, now I don't see anything at all.



Have you inadvertently applied a filter to the window?
 
tangara goh
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Adam Wentz wrote:

tangara goh wrote:However, now I don't see anything at all.



Have you inadvertently applied a filter to the window?



I have not.  I double check the preferences and then I re-set to default but still I can't debug.

I thought it is because I did not put breakpoints so I put a few of them around transaction.commit etc but it is still not debugging.

I noticed the step-over, step-in buttons are all greyed out....is there anything I can do to make them not grey out ?

 
Ranch Hand
Posts: 36
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

tangara goh wrote:

Adam Wentz wrote:

tangara goh wrote:However, now I don't see anything at all.



Have you inadvertently applied a filter to the window?



I have not.  I double check the preferences and then I re-set to default but still I can't debug.

I thought it is because I did not put breakpoints so I put a few of them around transaction.commit etc but it is still not debugging.

I noticed the step-over, step-in buttons are all greyed out....is there anything I can do to make them not grey out ?



I can see the issue there, I can see that you have enabled 'Skip all breakpoints' (Button with a dot and diagonal strikethrough) there. Please disable it and it should work fine.

 
tangara goh
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ankur R Jain wrote:

I can see the issue there, I can see that you have enabled 'Skip all breakpoints' (Button with a dot and diagonal strikethrough) there. Please disable it and it should work fine.



Hi Ankur,

It is not helping as per the attachment all the diagonal lines are off...

The problem comes back again.

Can you advise how to make it work cos I ran into another problem after the debug was working this morning.

After resolved that problem, I tried debug but it is not working anymore.

What's happening since I disabled skip all breakpoints already ?
Not-debugging-again.jpg
[Thumbnail for Not-debugging-again.jpg]
 
Ankur R Jain
Ranch Hand
Posts: 36
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please delete the .metadata folder in your workspace after closing eclipse, and then try again.


Note: It is going to reset your workspace specific settings.

-Ankur

 
tangara goh
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ankur R Jain wrote:Please delete the .metadata folder in your workspace after closing eclipse, and then try again.


Note: It is going to reset your workspace specific settings.

-Ankur



I did as you said but when I open my Eclipse again, my Project is GONE ....

You have to tell me how to find back my project
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sometimes you do start the debug mode but the debugger doesn't actually get attached/gets detached. I've also had this issue a few times when my laptop was reacting really slowly. A reboot always solved it for me
 
If you open the box, you will find Heisenberg strangling Shrodenger's cat. And waving this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic