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
posted
0
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.