For Programmers: Free Programming Magazines  


Home > Archive > Java Help > August 2007 > help needed in IBM Websphere









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author help needed in IBM Websphere
rishi

2007-08-20, 4:49 am

hi everyone...
i using IBM Websphere studio application developer v 5.1.2. to
create
some java projects. but i m not able to debug them. can someone
explain me how to debug a .class file made in the above tool? i have
added breakpoints but the execution does not pauses at those points,
instead the program completes without pausing. Also i m not able to
watch my variabe. Please help me.

Andrew Thompson

2007-08-20, 4:49 am

rishi wrote:
>hi everyone...
>i using IBM Websphere studio application developer v 5.1.2. to
>create
>some java projects. but i m not able to debug them. can someone
>explain me how to debug a .class file made in the above tool?


These groups are very good for getting help with the Java
programming language itself, but not so good for help
with IDE's or editors used to develop Java.

Most people would probably suggest you change over
to using the X/Y/ or Z IDE they use, where they can tell
you how to do that (Eclipse is the current favorite, with
NetBeans a close second - by my way of seeing it).

For help specific to an IDE, there are often more
specific forums. For Websphere, you might try
looking here..
<http://www.ibm.com/developerworks/f...wsdd_forums.jsp>

Note also that to get best help, it pays to help the
reader to quickly 'scan' the text of your message or
question. To help the reader, always use an Upper
Case letter at the start of every sentence, as well as
*any* time you use the word 'I'.

One thing to avoid when asking for help is..

>..Please help me.


..comments like this. They do not encourage people to
help you. If they know the answer - they will be likely to
post it, with or without a plea for help - but comments like
that make you sound 'needy' and many people resist
getting into conversations with needy people.

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.as...-setup/200708/1

Manish Pandit

2007-08-23, 4:24 am

On Aug 20, 12:46 am, rishi <rishibhatia5...@gmail.com> wrote:
> hi everyone...
> i using IBM Websphere studio application developer v 5.1.2. to
> create
> some java projects. but i m not able to debug them. can someone
> explain me how to debug a .class file made in the above tool? i have
> added breakpoints but the execution does not pauses at those points,
> instead the program completes without pausing. Also i m not able to
> watch my variabe. Please help me.


You need to start your main class in the 'debug' mode instead of the
regular 'run' mode. In other words, click the little bug icon instead
of the running man :)

-cheers,
Manish

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com