Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Settings breakpoints in src outside of a project

Title: Settings breakpoints in src outside of a project

Hi,

I've been trying to move to M5 from another IDE and have become accustomed to most of the features of eclipse that I use often. However, I am stuck on a problem while trying to setting a breakpoint on a source file within a jakarta project.. What is the best method of doing this, since by default its not in my current Java project? I've pointed the debug project to the various source trees within the project for stepping through code, etc., but since I can't load a source file from outside my current project, I'm not quite sure the best approach. Should I add the various source trees into my project and have it compile it as part of my project simply to allow the debugger to become aware of these files and allow breakpoints to be set? Or, is there another preferred way of doing it?

Best Regards,
James


Back to the top