• 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

jboss not starting in debug mode with breakpoints

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
my local jboss server is starting in normal mode, and i am able to access my application. i wanted to debug my java web application , so i put the breakpoints and tried to start the server in debug mode. but it is unable to start server in debug mode. then i removed all my breakpoints ,now my server is starting in debug mode. but now i cant see step into & step out buttons enabled( i think as there is no breakpoints set). my goal is to get understatnd the the process flow for a particular request. can anybody help me out in this ,if i am doing something wrong
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sheethal Kumar choppari wrote:so i put the breakpoints and tried to start the server in debug mode. but it is unable to start server in debug mode.


What exactly do you mean by unable to start? Do you see any errors? What changes did you do to enable debugging?
 
sheethal Kumar choppari
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
without breakpoints its fine server is starting and i can access my application. when i put the breakpoints,& when i say debug server (actually i am doing in reverse way,statring the server then pointing the source code) i can see that the server is loading the some xml files(like data source, etc..) , during this its waiting for our action to go into next step, during this time it is showing that server is starting( but not coming into mode (run/debug) , where i can run access my application. if i keep on saying go to step-over , it is saying source code is not found. then i again attached the source code. but its not detecting the source attached.


my application was developed on intellij, as i am trying to run it on eclipse. i build that externally and dropped into deploy dir of my local jboss.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic