Code Comments
Programming Forum and web based access to our favorite programming groups.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.
Post Follow-up to this messagerishi 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 webservertalk.com http://www.webservertalk.com/Uwe/Forums.as...-setup/200708/1
Post Follow-up to this messageOn 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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.