[Eap-list] Debugging Woes

2002-04-23 Thread Michael Kirby
I find that I can't easily set watch points on class variables. When I stop at breakpoints, the watch is often set to XXX=???, and only when I select the variable, and hit evaluate expression, does the watch update. Further, if I set the watched variable to be "dispaly toString()", it doesn't

RE: [Eap-list] debugging

2002-03-29 Thread Maher, Dan
Wow. You guys are great. I love IntelliJ! Thanks, Dan > -Original Message- > From: Eugene Zhuravlev [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 8:02 AM > To: Eap-List > Subject: Re: [Eap-list] debugging > > > Hi Dan, > > This is fixed in

Re: [Eap-list] debugging

2002-03-29 Thread Eugene Zhuravlev
tellij.com/ "Develop with pleasure!" > > - Original Message - > > From: "Maher, Dan" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, March 27, 2002 23:33 > > Subject: [Eap-list] debugging > > > &g

Re: [Eap-list] debugging

2002-03-29 Thread Anton Katilin
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 11:33 PM Subject: [Eap-list] debugging > Somewhere along the line, you took out the "Add watch" in the right-click > menu whilst debugging. This was a great feature... > > My unsolicited $.02,

Re: [Eap-list] debugging

2002-03-27 Thread Jonas Envall
+1 Maher, Dan wrote: >Somewhere along the line, you took out the "Add watch" in the right-click >menu whilst debugging. This was a great feature... > >My unsolicited $.02, > >>Daniel Maher >>Software Engineer - Sprint PCS/IT >>Application Development Solution Center - Nashville TN >>615-341-781

[Eap-list] debugging

2002-03-27 Thread Maher, Dan
Somewhere along the line, you took out the "Add watch" in the right-click menu whilst debugging. This was a great feature... My unsolicited $.02, > Daniel Maher > Software Engineer - Sprint PCS/IT > Application Development Solution Center - Nashville TN > 615-341-7814 (Voice) > 615-341-7684 (Fax

[Eap-list] Debugging jdk1.4

2002-03-08 Thread Guillaume Pothier
Hi, just to say that I also have the problem when debugging with jdk1.4 (very slow). Sometimes the debugger even behaves incorrectly: I press the step over button it acts as if I had pressed the step out button. Yours, Guillaume Pothier ___ Eap-list

Re: [Eap-list] Debugging under JDK 1.4 is unusable

2002-03-06 Thread Jordan Zimmerman
> Are you sure you are using the _release_ build of 1.4? Yes, I downloaded whatever the latest JSDK is that Sun has on their site a few days ago. === Jordan Zimmerman Altura International Catalog City ___ Eap-list mailing list

Re: [Eap-list] Debugging under JDK 1.4 is unusable

2002-03-05 Thread Eugene Zhuravlev
t; Sent: 5. mars 2002 02:12 > To: '[EMAIL PROTECTED]' > Subject: [Eap-list] Debugging under JDK 1.4 is unusable > > > Debugging under JDK 1.4 is too slow to be usable. I tried running IDEA in > JDK 1.4. It made a small difference, but it's still orders of magnitude > sl

RE: [Eap-list] Debugging under JDK 1.4 is unusable

2002-03-05 Thread borge-nygaard . austvold
I have the same situation, I think is has something with the JDK1.4 that doesn't support the CLASSIC mode ? -=Børge -Original Message- From: Jordan Zimmerman [mailto:[EMAIL PROTECTED]] Sent: 5. mars 2002 02:12 To: '[EMAIL PROTECTED]' Subject: [Eap-list] Debugging u

[Eap-list] Debugging under JDK 1.4 is unusable

2002-03-04 Thread Jordan Zimmerman
Debugging under JDK 1.4 is too slow to be usable. I tried running IDEA in JDK 1.4. It made a small difference, but it's still orders of magnitude slower than debugging 1.3. ___ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/list

Re: [Eap-list] Debugging problem [bug]

2002-01-28 Thread Eugene Zhuravlev
olache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 21:01 Subject: [Eap-list] Debugging problem [bug] > > Hi Eugene, > > > No exceptions or any message in the console window; > I can stop the debug session and start another, in fact,

Re: [Eap-list] Debugging Problems

2002-01-17 Thread Guy Gascoigne - Piggford
ursday, January 17, 2002 4:32 AM Subject: Re: [Eap-list] Debugging Problems > Hi Guy, > > > >I have to say that this is completely reproducible with build 544 as > well. > > >Run IntelliJ, debug external app once, everything is fine. Immediately > try > > We h

Re: [Eap-list] Debugging Problems

2002-01-17 Thread Eugene Zhuravlev
console when debugging "fails"? Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" - Original Message - From: "Thomas Singer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 17 January, 2002 11:18 A

Re: [Eap-list] Debugging Problems

2002-01-17 Thread Thomas Singer
way to get the debugger running again is to restart >IntelliJ. > >Guy > >- Original Message - >From: "Guy Gascoigne - Piggford" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, January 16, 2002 12:36 PM >Subject: [Eap-list] Debugg

Re: [Eap-list] Debugging Problems

2002-01-16 Thread Guy Gascoigne - Piggford
gain is to restart IntelliJ. Guy - Original Message - From: "Guy Gascoigne - Piggford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 12:36 PM Subject: [Eap-list] Debugging Problems > I'm getting a lot of cases where I can debug

[Eap-list] Debugging Problems

2002-01-16 Thread Guy Gascoigne - Piggford
I'm getting a lot of cases where I can debug once just fine, but when I rebuild and then try to debug the app a second time, the debugger never kicks in. It looks like it might be hitting one of my breakpoints, but it never fully lets me do anything except detach once it's got this far. Restarti

RE: [Eap-list] debugging question

2001-11-26 Thread Jason Boehle
[mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 1:34 PM To: '[EMAIL PROTECTED]' Subject: [Eap-list] debugging question When stepping through code, idea will finish a block of code and go to the line that started that block. That doesn't feel right to meI'm used to

[Eap-list] debugging question

2001-11-26 Thread Vestal, Rick
When stepping through code, idea will finish a block of code and go to the line that started that block. That doesn't feel right to meI'm used to the debugger going to the next line after that block. Is there a way to turn this off in idea? Thanks, -- Rick ___

[Eap-list] Debugging a program I have just run (or vice versa)

2001-11-03 Thread Jonas Kvarnström
I often find myself running a program, finding a bug, and then wanting to run exactly the same thing in the debugger. If I have a certain run tab open, is there a quick way to start exactly that program with those options in the debugger (just like I can restart the program by pressing the "p

Re: [Eap-list] debugging TestCase

2001-10-05 Thread Erb
| Debugger | Step Options | Do >>> >>not step into the >> >>>classes" >>>and uncheck "junit.*". >>> >>>-Thomas >>> >>> >>> >>>>-Original Message- >>>>From: Erb [mai

RE: [Eap-list] debugging TestCase

2001-10-05 Thread Vollmer, Thomas - CannonSA
M > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] debugging TestCase > > > except I have no such item in the list. > > Vollmer, Thomas - CannonSA wrote: > > > Try this: > > > > Go to "Project Properties | Debugger | Step Options | Do > not step i

Re: [Eap-list] debugging TestCase

2001-10-05 Thread Erb
ge- >>From: Erb [mailto:[EMAIL PROTECTED]] >>Sent: Friday, October 05, 2001 9:36 AM >>To: EAP >>Subject: [Eap-list] debugging TestCase >> >> >>Not sure if this is a bug or just JUnit (which I realize can >>be buggy), >>but I cannot d

RE: [Eap-list] debugging TestCase

2001-10-05 Thread Vollmer, Thomas - CannonSA
Try this: Go to "Project Properties | Debugger | Step Options | Do not step into the classes" and uncheck "junit.*". -Thomas > -Original Message- > From: Erb [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 05, 2001 9:36 AM > To: EAP > Sub

[Eap-list] debugging TestCase

2001-10-05 Thread Erb
Not sure if this is a bug or just JUnit (which I realize can be buggy), but I cannot debug a JUnit test at all. Not even when I run it as an app with a main method that invokes TestRunner. -- Erb == "The only time I like in the mornin

Re: [Eap-list] Debugging JSPs

2001-10-03 Thread Anders Vesterberg
I vote for Resin too > +1 for Resin. > > >and Resin, of course ;-) > > >>We will provide pluggable AppServer connectors. Most > likely for Tomcat, > >>Weblogic and Orion at the first run. >>The next version code name is Ariadna. > >>Best regards, > >>Eugene Belyaev /Anders Vesterberg www.ves

[Eap-list] Debugging JSPs

2001-10-03 Thread rodtoled
+1 for Resin. >and Resin, of course ;-) >>We will provide pluggable AppServer connectors. Most likely for Tomcat, >>Weblogic and Orion at the first run. >> >>The next version code name is Ariadna. >> >>Best regards, >> >>Eugene Belyaev Rodolfo Toledo ---

RE: [Eap-list] Debugging JSPs

2001-10-03 Thread Christian Sell
and Resin, of course ;-) >We will provide pluggable AppServer connectors. Most likely for Tomcat, >Weblogic and Orion at the first run. > >The next version code name is Ariadna. > >Best regards, > >Eugene Belyaev __ DynaBEAN Consulting Engineering the Future www.

RE: [Eap-list] Debugging JSPs

2001-10-03 Thread Eugene Belyaev
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Tal Dayan > Sent: Wednesday, October 03, 2001 7:36 AM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Debugging JSPs > > > How will this work ? Will it use Tomcat to run the JSP's ? > Will Tomcat com

RE: [Eap-list] Debugging JSPs

2001-10-03 Thread Eugene Belyaev
CTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Cannon-Brookes > Sent: Wednesday, October 03, 2001 8:56 AM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Debugging JSPs > > > _please_ do not ship IDEA with Tomcat out of the box. It's a > complete waste

RE: [Eap-list] Debugging JSPs

2001-10-02 Thread Mike Cannon-Brookes
6 PM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Debugging JSPs > > > How will this work ? Will it use Tomcat to run the JSP's ? Will > Tomcat come with IDEA out of the box ? Will it allow to plug in > your own servlet engine or version of Tomcat ? > > Also

RE: [Eap-list] Debugging JSPs

2001-10-02 Thread Tal Dayan
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Eugene Belyaev > Sent: Tuesday, October 02, 2001 9:20 AM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Debugging JSPs > > > Yes, it's a planned feature for the next version after Pandora. > > B

RE: [Eap-list] Debugging JSPs

2001-10-02 Thread Eugene Belyaev
Uetrecht > Sent: Tuesday, October 02, 2001 5:10 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] Debugging JSPs > > > Any chance that the ability to debug JSPs (breakpoints in the > actual JSP > file) will be added to Idea? > > Bill U. > > > _

[Eap-list] Debugging JSPs

2001-10-02 Thread Bill Uetrecht
Any chance that the ability to debug JSPs (breakpoints in the actual JSP file) will be added to Idea? Bill U. ___ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list