Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
basic app debug problem with source not found
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bord  
View profile  
 More options Jan 29 2012, 1:33 pm
From: bord <yell...@gmail.com>
Date: Sun, 29 Jan 2012 10:33:27 -0800 (PST)
Local: Sun, Jan 29 2012 1:33 pm
Subject: basic app debug problem with source not found
am trying out the eclipse indigo (latest from mid january) and also up
to date on scala plugin (as well as subclipse).
for first time i'm trying out the debug capability.
the debug perspective (view?) is not able to see the main() source
file. (line unavailable and source not found) upon "stop in main"
setting.
The source path for the debug config used is "default" which as a top
level folder does have all the source in it all of which are under
"src".
It did not help to add a separate source path to src either and/or
have it search recursively down.
And note that the "add" is greyed out when i try to re-add my source
path under "default" which tells me it should be seeing my source.

Now note that i do have multiple objects/classes in my mains source
file. but i have no problem with run config working

UST.main(String[]) line: not available

and

Source not found.

I'm using uptodate jre6_30 on windows and first tried jre7 which fails
same way.

what should i be looking for.
any help appreciated,

bord


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirco Dotta  
View profile  
 More options Feb 3 2012, 4:05 am
From: Mirco Dotta <mirco.do...@typesafe.com>
Date: Fri, 3 Feb 2012 10:05:55 +0100
Local: Fri, Feb 3 2012 4:05 am
Subject: Re: [scala-ide-user] basic app debug problem with source not found
Hi,

It's hard to say what is wrong, my only suggestion is to make sure that
the package declaration in your sources matches their physical location,
i.e., if a package's source is `foo.bar.buz`, then the source should be
located in the source folder, under `foo/bar/buz`.

Also, check that the level of generated debugging is set to `vars` (to do
so, go under Eclipse > Preferences > Scala > Compiler).

-- Mirco

Could you upload your project somewhere so that we can
On Jan 29, 2012, at 7:33 PM, bord wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kabob  
View profile  
 More options Nov 16 2012, 3:53 pm
From: Kabob <kohle...@bdumail.com>
Date: Fri, 16 Nov 2012 12:53:25 -0800 (PST)
Local: Fri, Nov 16 2012 3:53 pm
Subject: Re: basic app debug problem with source not found

For the benefit of others who stumble on this months-old thread.   One
cause of "source not found" is if a source file has nested packages.
 Debugger will break in code of outermost package, but won't step into or
break in nested ones (as of Scala compiler 2.9.3).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
iulian dragos  
View profile  
 More options Nov 19 2012, 6:54 am
From: iulian dragos <jagua...@gmail.com>
Date: Mon, 19 Nov 2012 11:53:52 +0000
Local: Mon, Nov 19 2012 6:53 am
Subject: Re: [scala-ide-user] Re: basic app debug problem with source not found

On Fri, Nov 16, 2012 at 8:53 PM, Kabob <kohle...@bdumail.com> wrote:
> For the benefit of others who stumble on this months-old thread.   One
> cause of "source not found" is if a source file has nested packages.
>  Debugger will break in code of outermost package, but won't step into or
> break in nested ones (as of Scala compiler 2.9.3).

That's a very good point, thanks for following up. In general, don't expect
anything to work very well when the directory structure does not follow
your package declarations.

iulian

--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »