Debugging external app opens source file separately [message #1753927] |
Sun, 12 February 2017 20:29  |
Eclipse User |
|
|
|
I have added a linked folder which includes a lua file I am trying to debug.
I open the source file, add a break point, then debug. Lua "opens up" the same file but through the "debugger resolution". It doesn't realize it is the same file. This ends up having both files yet they are the same and I cannot modify the second.
I have tried all 3 different resolution methods and they all do this. Is there any way to inform the debugger that it is the same files?
The only difference is that one is
Test
and the other is
this.is.a.test
where the .'s are part of the absolute path. (e.g., C:\this\is\a\test.lua is where the file is located)
again, in both cases it's the same file located at the same place on my HD but the debugger doesn't seem to compare them properly.
Is this a limitation of the debugger or a settings/configuration problem?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02643 seconds