- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ENSIME Debugging tests
Sun, 2010-11-07, 20:14
Hi, I'm a new user of ENSIME, trying to convert from Eclipse. Very
impressed so far!
I've successfully got debugging working on an object in src/main/scala, but
I can't get it to work for one in src/test/scala
When I try to debug an object in src/test/scala I can't set breakpoints; I
get the message "No breakpoints set". If I try to run (without breakpoints)
I get a java.lang.ClassNorFoundException. Is this something to do with a
classpath? I notice that if I type "console" in sbt then my test object in
src/test/scala is on the classpath since I can call it.
Do I need to set :target in the ensime config? I thought this was taken care
of by ":use-sbt t"
Thanks very much
James
Tue, 2010-11-09, 04:27
#2
Re: ENSIME Debugging tests
For reference,
https://github.com/aemoncannon/ensime/issues/#issue/94
Thanks,
Aemon
On 11/08/2010 01:15 AM, Aemon Cannon wrote:
> Hi James,
>
> I'll take a look and see if I can reproduce this problem.
>
> Thanks,
> Aemon
>
> On 11/07/2010 11:14 AM, James Smith wrote:
>>
>> Hi, I'm a new user of ENSIME, trying to convert from Eclipse. Very
>> impressed so far!
>>
>> I've successfully got debugging working on an object in
>> src/main/scala, but
>> I can't get it to work for one in src/test/scala
>>
>> When I try to debug an object in src/test/scala I can't set
>> breakpoints; I
>> get the message "No breakpoints set". If I try to run (without
>> breakpoints)
>> I get a java.lang.ClassNorFoundException. Is this something to do with a
>> classpath? I notice that if I type "console" in sbt then my test
>> object in
>> src/test/scala is on the classpath since I can call it.
>>
>> Do I need to set :target in the ensime config? I thought this was
>> taken care
>> of by ":use-sbt t"
>>
>> Thanks very much
>>
>> James
>
>
>
Hi James,
I'll take a look and see if I can reproduce this problem.
Thanks,
Aemon
On 11/07/2010 11:14 AM, James Smith wrote:
>
> Hi, I'm a new user of ENSIME, trying to convert from Eclipse. Very
> impressed so far!
>
> I've successfully got debugging working on an object in src/main/scala, but
> I can't get it to work for one in src/test/scala
>
> When I try to debug an object in src/test/scala I can't set breakpoints; I
> get the message "No breakpoints set". If I try to run (without breakpoints)
> I get a java.lang.ClassNorFoundException. Is this something to do with a
> classpath? I notice that if I type "console" in sbt then my test object in
> src/test/scala is on the classpath since I can call it.
>
> Do I need to set :target in the ensime config? I thought this was taken care
> of by ":use-sbt t"
>
> Thanks very much
>
> James