Question about debugging .class file
- From: "George George via JavaKB.com" <forum@xxxxxxxxxx>
- Date: Mon, 29 Aug 2005 02:18:23 GMT
Hello everyone,
When debugging a C or C++ binary file, the file is different from the release
version of binary file (debug version binary file is larger). My question is,
if we want to debug a Java binary file (.class file), is the version of file
(which we use to debug) the same as the file (which we are going to release)?
If they are different, shall we add some additional options to compiler in
order to make debug version binary file be different from release version
binary file?
thanks in advance,
George
--
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-setup/200508/1
.
- Follow-Ups:
- Re: Question about debugging .class file
- From: Roedy Green
- Re: Question about debugging .class file
- From: Thomas Hawtin
- Re: Question about debugging .class file
- Prev by Date: Re: Can MIDP 1.0 program run in MIDP 2.0 phones?
- Next by Date: Re: public static final - compilation error
- Previous by thread: Java I/O Seeking
- Next by thread: Re: Question about debugging .class file
- Index(es):
Relevant Pages
|