How to detach source codes previously attached for debugging?

Hi
I attached some source code when I was debugging some maven projects and now that the binary is updated my attached source does not match the binary (I attached it by clicking on Attach Source link in top of the editor during a debug session). Is there any way to detach that particular source directory and attach a new one?
Thanks.

3

It should be configurable in Project Structure dialog. Please see the help topic:
http://www.jetbrains.com/idea/webhelp/configuring-module-dependencies-and-libraries.html#procedure%0A______configuring_the_library_contents
And related, if necessary.

Regards,
Alexander.

3

请先登录再写评论。