• 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

IDEA 7 and JSP debugging

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

How can I debug JSPs? When I try to create a breakpoint in a JSP In IntelliJ IDEA version 6 and 7 it displays a red dot with an X in it -- I think this signifies an invalid breakpoint. When I run the code it does not break.

Perhaps I am not connecting properly? I run my WebLogic 9.2 server with JVM debugging enabled on the java command-line. My IntelliJ Run Configuration is a "Remote" type and I connect using shared memory or a socket.

I've been a happy customer of IntelliJ since version 4! Keep up the good work!

Any ideas?

John Lindwall
 
author
Posts: 149
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello John,

As far as I understand, you need to use a run configuration of type WebLogic rather than a generic Remote run configuration.
 
You've gotta fight it! Don't give in! Read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic