Re: Question about debugging .class file
- From: "George George via JavaKB.com" <forum@xxxxxxxxxx>
- Date: Wed, 31 Aug 2005 02:21:17 GMT
Thanks Roedy,
Roedy Green wrote:
>>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,
>[quoted text clipped - 3 lines]
>>order to make debug version binary file be different from release version
>>binary file?
>
>The main choice is whether to use Java.exe in the JRE or the JDK. The
>one in the JDK has extra debugging turned on.
>
>There is also a Javac.exe switch -debug which adds extra stuff to the
>class files.
>
>The difference is not nearly so pronounced as in C++.
>
So, no matter what methods are used (Java.exe or Javac.exe), the debug
version binary file is always different from release (non-debug) version
binary file. Am I correct?
regards,
George
--
Message posted via http://www.javakb.com
.
- Follow-Ups:
- Re: Question about debugging .class file
- From: Roedy Green
- Re: Question about debugging .class file
- References:
- Question about debugging .class file
- From: George George via JavaKB.com
- Re: Question about debugging .class file
- From: Roedy Green
- Question about debugging .class file
- Prev by Date: Re: Good books for a complete beginner!
- Next by Date: Re: Good books for a complete beginner!
- Previous by thread: Re: Question about debugging .class file
- Next by thread: Re: Question about debugging .class file
- Index(es):
Relevant Pages
|