-
Notifications
You must be signed in to change notification settings - Fork 15
Files show as blank in centre pane (Win version) #157
Comments
Sounds like resolving the path maps is not working correctly. Could you maybe set the |
Redacted personal info but ensured directory separators are exactly as they were (in case that makes a difference).
|
Changing my local settings to use forward-slashes as directory separators fixed the blank files issue. Not having a great deal of luck with the program, though. If I press buttons in the wrong order, or something, the communication hangs. The program still responds, like buttons being pressable, but no further debugging info seems to be sent/received. |
Sorry, I was away from the keyboard for the past 2 weeks. Thanks for the logs, I'll fix it to not matter if it's forward or backwards slashes. I'm aware and admit the program is not 100% polished, but working on making it better :) Thanks again! |
I am receiving remote connections, and pugdebug responds correctly but the files it shows are showing as blank when it hits a breakpoint. If I open a file manually from the File Explorer pane, the code is shown. If I open the same file that's showing as blank, from the explorer pane, it opens in a new, separate tab. If I first open the file to debug and set a breakpoint, when the breakpoint is reached and new blank tab is opened, again with the same name.
I can see variables, etc. so it's not entirely useless.
My settings are like below, where
L:
is the local mapping of a network share andR:
is the physical drive on the development server. There are multiple web roots in paths below the share but it's easier to have a single project set up for the entire server. The paths often have spaces in the folder names, if that's an issue (I've seen lots of shell scripts and some OS software fail because of this).pug-settings
The text was updated successfully, but these errors were encountered: