The Artima Developer Community
Sponsored Link

Java Answers Forum
How do I use the breakpoint function in JBuilder7 ?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stan Dominski

Posts: 5
Nickname: stanley
Registered: Nov, 2002

How do I use the breakpoint function in JBuilder7 ? Posted: Nov 7, 2002 4:20 AM
Reply to this message Reply
Advertisement
Dear People,
I am having problems trying to use the breakpoint function in JBuilder7.
I took a class, put it in the Notepad,
I saw no erroneous looking characters, loaded it back into
the JBuilder class and set the breakpoint,
by placing a red dot in the margin to the left and doing

1) Run | Add Breakpoint | Add line breakpoint

2) Class name: MailClient
3) Line number: 39
MailItem item = server.getNextMailItem(user);
4) OK

this is an executable line of code.

The error message appears

"Invalid breakpoint line MailClient line 39 "

your asistance is apprectiated
Stan

Topic: why could not i use createNewFile( ) method in java io Previous Topic   Next Topic Topic: Server Authentication, Cookie and Servlet Program

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use