Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 1
all

The errata pages for this product have suddenly been reset so they say there are no errata. That is simply not true. There is no new printing listed that would have justified this change.

I tried to submit something using the short form on the book page, but it caused my firefox 3 browser to display html source instead, so that component of your web pages is broken as well

Karl Williamson 
Printed Page 314
5th line from bottom

"be be equivalent", is like "=="? :-)

Anonymous 
Printed Page 508
4th Paragraph, starting "To look at a windown of source code..."

It is stated that the w command will list a "window of code" around the current breakpoint. This is incorrect.

The w command sets watches on variables.

It maybe that the author is trying to show is the use of the l command.

The example code following also shows the wrong command being used.

Anonymous 
Printed Page 512
Section on Tracing, explanation of W

The description of the W command says that this sets or deletes watches. This is an error.

Lowercase w sets watches while uppercase W deletes them.

Anonymous 
Printed Page 1048
left column

__PACKAGE__ does not appear in the index. Other "double-underscore"
keywords do appear (e.g. __DATA__, __FILE__, etc).

Anonymous