Re: Question about debugging .class file
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 10:17:12 GMT
On Wed, 31 Aug 2005 02:21:17 GMT, "George George via JavaKB.com"
<forum@xxxxxxxxxx> wrote or quoted :
>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?
If you use an obfuscator, it will strip the debug stuff. But yes, if
you compile with the debug option, there will be debug code added.
Whether it is USED depends on the Java.exe settings.
As I said earlier, debug in C++ can be more than ten times fatter. You
won't notice a big difference in Java, partly because there is no
library code bound into the class file.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- References:
- Question about debugging .class file
- From: George George via JavaKB.com
- Re: Question about debugging .class file
- From: Roedy Green
- Re: Question about debugging .class file
- From: George George via JavaKB.com
- Question about debugging .class file
- Prev by Date: Re: Help: adding a JPanel to a JPanel in the center layout
- Next by Date: Help w/ MouseListener (MasterMind)
- Previous by thread: Re: Question about debugging .class file
- Next by thread: Re: public static final - compilation error
- Index(es):
Relevant Pages
|