| View previous topic :: View next topic |
| Author |
Message |
FarmerJo Guest
|
Posted: Mon Mar 28, 2005 11:49 am Post subject: Single Stepping in JBuilder 2005 Foundation |
|
|
Hi,
Can anyone tell me if it is possible to set the JBuilder IDE when single
stepping not to step into the multitude
of Java files that are not actually part of the project.
What I mean is that if, for example, I single step (F7) through a statement
such as
System.out.println("Any Msg");
I end up stepping through all these files
Integer
PrintStream
Reference
Thread
ThreadGroup
ThreadLocal etc. etc.
Can the single stepping be limited to only those files which are part of my
project?
Regards FarmerJo
|
|
| Back to top |
|
 |
Bill Joy Guest
|
Posted: Tue Mar 29, 2005 1:12 am Post subject: Re: Single Stepping in JBuilder 2005 Foundation |
|
|
Run | Classes with Tracing Disabled (plus setting the "smart step" options
in the Runtime Configuration you are using to debug with) is the way to do
it.
However in Foundation you are restricted from adding classes to the tracing
disabled list so you are stuck with the existing behavior.
"FarmerJo" <dsjaeon (AT) ntlworld (DOT) com> wrote
| Quote: | Hi,
Can anyone tell me if it is possible to set the JBuilder IDE when single
stepping not to step into the multitude
of Java files that are not actually part of the project.
What I mean is that if, for example, I single step (F7) through a
statement
such as
System.out.println("Any Msg");
I end up stepping through all these files
Integer
PrintStream
Reference
Thread
ThreadGroup
ThreadLocal etc. etc.
Can the single stepping be limited to only those files which are part of
my
project?
Regards FarmerJo
|
|
|
| Back to top |
|
 |
Ken Warner Guest
|
Posted: Tue Mar 29, 2005 2:57 am Post subject: Re: Single Stepping in JBuilder 2005 Foundation |
|
|
You can't just step over it???
Bill Joy wrote:
| Quote: | Run | Classes with Tracing Disabled (plus setting the "smart step" options
in the Runtime Configuration you are using to debug with) is the way to do
it.
However in Foundation you are restricted from adding classes to the tracing
disabled list so you are stuck with the existing behavior.
"FarmerJo" <dsjaeon (AT) ntlworld (DOT) com> wrote in message
news:4247ef1c (AT) newsgroups (DOT) borland.com...
Hi,
Can anyone tell me if it is possible to set the JBuilder IDE when single
stepping not to step into the multitude
of Java files that are not actually part of the project.
What I mean is that if, for example, I single step (F7) through a
statement
such as
System.out.println("Any Msg");
I end up stepping through all these files
Integer
PrintStream
Reference
Thread
ThreadGroup
ThreadLocal etc. etc.
Can the single stepping be limited to only those files which are part of
my
project?
Regards FarmerJo
|
|
|
| Back to top |
|
 |
FarmerJo Guest
|
Posted: Tue Mar 29, 2005 2:58 am Post subject: Re: Single Stepping in JBuilder 2005 Foundation |
|
|
Hi,
Thanks for the reply. Looks like I am stuck with it unless I upgrade from
Foundation.
Any recomendations for a version suitable for learning with and producing
applications
and GUI stuff? I already use C++ Builder V6 so I may be in for an upgrade
price.
Regards Farmer Jo
|
|
| Back to top |
|
 |
FarmerJo Guest
|
Posted: Tue Mar 29, 2005 3:05 am Post subject: Re: Single Stepping in JBuilder 2005 Foundation |
|
|
If you mean using F8 instead of F7, I have tried that but end up missing
entire functions
that I need to step into. A combination of F7 and F8 kind of works but you
still end up
opening some files unnecessarily and find yourself not knowing how many more
F7's or
F8's are needed to get out of the file and back to the code that you wish to
debug etc.
Hope this explains it!
Regards FarmerJo
|
|
| Back to top |
|
 |
John McGrath [TeamB] Guest
|
Posted: Wed Mar 30, 2005 12:19 am Post subject: Re: Single Stepping in JBuilder 2005 Foundation |
|
|
On 3/28/2005 at 6:49:12 AM, FarmerJo wrote:
| Quote: | Can anyone tell me if it is possible to set the JBuilder IDE when single
stepping not to step into the multitude
of Java files that are not actually part of the project.
|
See Run | Classes with Tracing Disabled.
--
Regards,
John McGrath [TeamB]
---------------------------------------------------
Before sending me e-mail, please read:
http://www.JPMcGrath.net/newsgroups/e-mail.html
|
|
| Back to top |
|
 |
|