dtvkriz / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Project gets opened with small case path, causes problems with debugger #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If it happens that a project gets opened with small case path (for example  
c:\project instead of C:\project), debugger does not break or show correct code 
line in some cases.

This happens beacuse when a file is opened from that project, it it also 
represented as c:\project\file.as. When setting a debug breakpoint lowcase is 
used. The flash player however will always return (correct) upcase drive letter 
path - C:\project\file.as - and this the brakepoint will never hit.
Further more, if a file is opened with low case path, and the debugger stops 
and this file is present in the stack, double cliking on it will not work 
correctly. The debugger plugin will try to open/find C:\project\file.as 
document, but because of case sensitive comparison, c:\project\file.as will not 
get matched to that.

Original issue reported on code.google.com by damjan.cvetko@gmail.com on 16 Jun 2010 at 6:02

GoogleCodeExporter commented 8 years ago
http://www.flashdevelop.org/community/viewtopic.php?f=9&t=6766

I'm able to replicate it easily. I simply create a new project from the Project 
menu. When I set any breakpoint, the drive letter shown on the breakpoints is 
lowercase.

Any combination of closing the project, opening a new/existing project from the 
IDE has no effect. The only way to correct the issue is to double click on the 
as3proj file.

FYI - I'm running Windows 7 64bit.

--Eric

Original comment by damjan.cvetko@gmail.com on 17 Jun 2010 at 9:45

GoogleCodeExporter commented 8 years ago
Issue 49 has been merged into this issue.

Original comment by damjan.cvetko@gmail.com on 5 Aug 2013 at 10:03