gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

Opens multiple files at random locations instead of going to breakpoint #258

Closed mrthebob closed 6 years ago

mrthebob commented 6 years ago

When a connection is made, the debugger starts in a random place - not at any breakpoint I set - and then it proceeds to go through a series of files, opening each one as it goes. EVENTUALLY (I think), it will get to my breakpoint, but I kind of think it should just go straight there...

~ ᐅ atom --version Atom : 1.22.0 Electron: 1.6.15 Chrome : 56.0.2924.87 Node : 7.4.0

php-debug version 0.2.5

cchamplin commented 6 years ago

This is likely because your pathmaps are not correct. They have been changed in 0.3.0 to be easier to manage. I'm going to close this for now, please reopen if it's still an issue after upgrading.