Debugger layers from META-INF/debugger to services?

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

Debugger layers from META-INF/debugger to services?

by Ivan Soleimanipour-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is it possible to register viewmodel registrations under META-INF/services now?
Neither cnd nor jpda seem to be doing this but perhaps they're just lagging.

Alternatively, will @ServiceProvider work with META-INF/debugger?
Any working examples?





Re: Debugger layers from META-INF/debugger to services?

by Jesse Glick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ivan Soleimanipour wrote:
> Is it possible to register viewmodel registrations under
> META-INF/services now?
> Neither cnd nor jpda seem to be doing this but perhaps they're just
> lagging.
>
> Alternatively, will @ServiceProvider work with META-INF/debugger?

I think there are other, more specific annotations for debugger objects now. See

http://www.netbeans.org/nonav/issues/show_bug.cgi?id=153093

Don't know about viewmodel.