1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>stripdebug</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9<STYLE type="text/css">
10<!--
11.sample_source{
12  background-color : #e8e8e8;
13}
14H3{
15  color : teal;
16}
17.command_list{
18  margin-bottom : 16pt;
19}
20.command_desc{
21  }
22.command_item{
23  margin-top : 16pt;
24  background-color : #e8e8e8;
25}
26.blockquoted_table {
27  border : 1px;
28  width : 80%;
29}
30TD,TH{
31  border-color	: #c0d8d8;
32  padding       : 1pt 4pt 1pt 4pt;
33  border-width  : 1px;
34  border-style  : solid;
35}
36-->
37</STYLE>
38</HEAD>
39<BODY>
40<H1 align="left">stripdebug <IMG src="../image/NTR.gif" align="middle"><IMG src="../image/TWL.gif" align="middle"></H1>
41<H2>Description</H2>
42<P>
43The <CODE>stripdebug</CODE> tool generates a dynamic module to be passed to the EL library from object files.</P>
44<H2>Using the Tool</H2>
45<H3>Start Command</H3>
46<PRE><CODE>% stripdebug [-o OUTPUT_FILE] [-O OUTPUT_DEBUG_FILE] INPUT_FILE</CODE></PRE>
47<P>This tool generates <code>OUTPUT_FILE</code>, a dynamic module actually used by the application, as well as <code>OUTPUT_DEBUG_FILE</code>, a file used for debugging, from the object file specified by <CODE>INPUT_FILE</CODE>.</P>
48<P>For more information on using the EL library, including how to pass <code>OUTPUT_DEBUG_FILE</code> to the debugger and details on using this tool, see <a href="../el/about_el.html">EL Library Overview</a>.</P>
49<H2>Location</H2>
50<P><CODE>$TwlSDK/tools/bin/stripdebug.exe</CODE></P>
51<H2>See Also</H2>
52<P><CODE><A href="../el/about_el.html">EL</A></CODE></P>
53<H2>Revision History</H2>
54<P>2008/10/06 Initial version.</P>
55<hr><p>CONFIDENTIAL</p></body>
56</HTML>