IntelliJ Java IDE
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse Plugin Debug Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse Plugin Debug" Watch "Eclipse Plugin Debug" New topic
Author

Eclipse Plugin Debug

Mini Pilla
Ranch Hand

Joined: Jul 15, 2001
Posts: 112
Hi all,
Can someone tell me how different is the Eclipse IDE debugger than Plugin Debugger.
Is it true that its different???
Any help is greatly appreciated.
Thanx
Rajani Katta
Ed Burnette
Author
Ranch Hand

Joined: Jun 10, 2003
Posts: 142
Originally posted by Rajani Katta:
Can someone tell me how different is the Eclipse IDE debugger than Plugin Debugger.

It's the same debugger whether you're debugging a plugin or a regular Java program. You start them differently though; for plugins you select Run > Debug as > Run-time Workbench. For regular Java programs you select Run > Debug As > Java Application.


Ed Burnette, Author of Hello Android
Blog: ZDNet's Dev Connection - Twitter: @eburnette
 
 
subject: Eclipse Plugin Debug
 
Threads others viewed
eclipse and tomcat
JSP debugger
debug cglib and javaasist code?
Eclipse Reference Proj tool
Looking for a javascript-debugger as a plugin for eclipse
IntelliJ Java IDE