Fast ebugger doesn't stop at breakpoint in Unit Tests?

View: New views
2 Messages — Rating Filter:   Alert me  

Fast ebugger doesn't stop at breakpoint in Unit Tests?

by latasoy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am trying to create Selenium test cases using Netbeans 6.7 RC2



When I put breakpoints in google_unit.rb, they are ignored and the execution goes through as if I was running w/o the debugger.



If I put a breakpoint inside setup method or any other method, it is ignored.

But if I put it in the 'require' or at a location inside the class outside the methods, breakpoints work.



After uninstalling the ruby-debug-ide, the breakpoints are working properly everywhere. Is this a known issue with the fast debugger?






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Fast ebugger doesn't stop at breakpoint in Unit Tests?

by emononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I don't think this is a known issue, could you please turn on detailed
logging and file an issue for this (see
http://wiki.netbeans.org/RubyDebugging67#section-RubyDebugging67-HowToFileABug 
for instructions)? If you have a sample project you can share, please
zip it up and attach to the issue (or just send to me).

Thanks,
Erno

latasoy wrote:

> I am trying to create Selenium test cases using Netbeans 6.7 RC2
>
>
>
> When I put breakpoints in google_unit.rb, they are ignored and the execution goes through as if I was running w/o the debugger.
>
>
>
> If I put a breakpoint inside setup method or any other method, it is ignored.
>
> But if I put it in the 'require' or at a location inside the class outside the methods, breakpoints work.
>
>
>
> After uninstalling the ruby-debug-ide, the breakpoints are working properly everywhere. Is this a known issue with the fast debugger?
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...