Ruby debugging bug? (edited) [message #791357] |
Sun, 05 February 2012 17:57 |
Thorsten Gecks Messages: 1 Registered: February 2012 |
Junior Member |
|
|
I have a ruby project (see Attachment) with three files of the same name in subfolders. When a breakpoint is set in one of these, the debugger always opens the top-level file instead of the right one in a subfolder and pretends to execute the wrong line with no code.
I tried debugging with rdebug on the command line and it stops at the correct file and also tells me its absolute path.
Is this a bug or just unsupported (as the files have the same name)?
EDIT: Sorry about the command line, I just tested again today and even rdebug on the command line gets sources mixed up, so eclipse cannot do anything here ... (?) This sucks!
[Updated on: Mon, 06 February 2012 20:19] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03601 seconds