problem with breakpoints of removed modules

Hello *,

I work with a couple of modules witch are only different by its svn versions (trunc, branches etc.). Depending on my work I add or remove single modules from the project.

The problem is, if I had set a breakpoint in a module witch I have removed from the project the debugger stops also here and shows me the corresponding code from the other module (e.g. a branche module)

A workaround is to remove all breakpoints from the module witch I have removed, but it's hard going

please have look at he attached picture

Greetings Henne



Attachment(s):
breakpoint.gif
0
2 comments

Hi Henne,

Not sure about exact implementation details of use-case you described, just want to comment on 'A workaround is to remove all breakpoints from the module witch I have removed, but it's hard going' - IDEA offers convenient way to manage break points via dedicated 'Breakpoints' control that is activated via 'Ctrl+Shift+F8' hotkey.

It represents all existing break points and allows to remove any of them by single-click (see attached screenshot).

Denis



Attachment(s):
break-points-management.png
0

Hallo Denis,

thanks for your reply.

The dialog with all breakpoints listet are well known. In this view I can see my bearkpoints I set up (of all modules).

But unfortunately there are also all breakpoints of source files whitch are located in my removed modules. They are still there. (you can see this in my attached pictures)

The debugger try to stop in these sources and is finding source files whitch have the same name and package location but this from an other module.

The difference of the two modules are minimal, but I have to manage this because I work with trunk an some branches at the same time.

Have anybody some hints for me?

Greetings

Henne



Attachment(s):
breakpoint3.gif
breakpoint2.gif
0

Please sign in to leave a comment.