Article:
 |
|
Building Cocoa-Java Apps with Eclipse
|
| Subject: |
|
Having a problem setting up Debugging |
| Date: |
|
2006-07-17 19:55:16 |
| From: |
|
meclyma
|
|
|
|
Mike,
I have enjoyed your article.
I have run into a problem when I started to implement the Debugging section of the article. Under the headings of page 2: "Debugging Cocoa-Java Applications with Eclipse" and then the heading: "Getting Started". Item #2 "Add a breakpoint to the first line of applicationDidFinishLaunching() in Controller.java." Where can "Controller.java" be found? It must be a file that can be viewed in Eclipse because you need to set a breakpoint. But I can't find it. Do you have any helpful suggestions?
Thanks.
Mark
|
Showing messages 1 through 3 of 3.
-
Having a problem setting up Debugging
2006-07-19 13:20:17
mikebutler1
[View]
-
Having a problem setting up Debugging
2006-07-20 19:52:42
meclyma
[View]
-
Having a problem setting up Debugging
2006-07-21 02:40:02
mikebutler1
[View]
Glad you liked the article - hopefully we can sort out what's going on...
If you follow the link from the first part of the article you will find the TextEdit sample project. Controller.java is simply one of the files used in that project. ( )
When you follow the steps outlined in the "Getting Started with Eclipse" section, you should see all of the java files in the eclipse Navigator panel ( or the Package Explorer if you prefer it :-) So you should be able to see Controller.java there.
If it's not showing up, make sure it's actually there on disk in the first place and hasn't been accidentally deleted at some point!
Let me know how it goes for you,
Mike.