softwareCobbler / luceedebug

line debugger for lucee
GNU Lesser General Public License v2.1
44 stars 15 forks source link

relative or trunked files paths in 'Files luceedebug knows about' #63

Open pibica opened 1 week ago

pibica commented 1 week ago

On at least one machine, when debugging a lucee program, the luceedebug displays in 'show class and breakpoint info' this

Files luceedebug knows about (all filenames are as the server sees them, and match against breakpoint 'server' paths):
  /tests/qualification/initserver.cfm
  d:/dev/www/tests/qualification/client/client1/application_variables.cfm

see the truncated first file: the real file is and exists: d:\dev\www\tests\qualification\InitServer.cfm

Then I'm not able to debug the InitServer.cfm file

I do not reproduce on all machines config luceedebug 2.0.14 on Windows, vscode on another Windows lucee 6.1.0.243 jdk 11.0.24 (Eclipse Adoptium) 64bit

softwareCobbler commented 1 week ago

Can you paste the entirety of the "show class and breakpoint info" output? It might help shed some light here.