Java Reference
In-Depth Information
"
main[1] list 36
32 rc = rc + line + "\n";
33 }
34 } catch (Exception e) {
35 e.printStackTrace();
36 => rc = null;
37 }
38
39 return rc;
40 }
41
main[1] stop at FetchURL:39 (6)
Set breakpoint FetchURL:39
main[1] cont
>
Breakpoint hit: "thread=main", FetchURL.toString(), line=39 bci=79
39 return rc;
main[1] dump rc
rc = "<HTML>
<HEAD>
<TITLE>RedHat Linux Laptop</TITLE>
</HEAD>
<BODY>
<H1>RedHat Linux Laptop</H1>
<P>You have contacted Michael Schwarz's RedHat Linux Laptop.
You would probably rather
<A HREF="http://www.multitool.net/">see his permanent Web
page</A> since this server goes up and down all the time, what
with it being on a laptop.</P>
</BODY>
</HTML>
"
main[1] step
> <HTML>
<HEAD>
<TITLE>RedHat Linux Laptop</TITLE>
</HEAD>
<BODY>
<H1>RedHat Linux Laptop</H1>
<P>You have contacted Michael Schwarz's RedHat Linux Laptop.
You would probably rather
<A HREF="http://www.multitool.net/">see his permanent Web
page</A> since this server goes up and down all the time, what
with it being on a laptop.</P>
</BODY>
</HTML>
Search WWH ::




Custom Search