Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing Display Search Login/Register
Bug Id ?
259
Reporter ?
franckpaul
MacGDBp / 2.0
Status ?
Closed
Severity ?
Critical
Duplicate Of ?
- none -
Fixed in Revision ?
Mstone ?
Summary ?
Source not displayed when Mac is in Dark mode
Report Time ?
April 2, 2020 02:21 PM
Assignment ?
Resolution ?
Works for Me
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


Attachments
mac-gdbp-2-dark.jpg Dark mode session
mac-gdbp-2-dark2.jpg Code theme in dark mode is unreadable
Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

April 2, 2020 02:21 PM franckpaul
Hi,

Just update from 2.beta1 to 2.0 and now the PHP source is not more displayed during debugging session.
How can I solve this?

April 2, 2020 09:37 PM Robert
There weren’t any changes between Beta 1 and 2.0 Final, so this couldn’t have broken between those releases. It’s unlikely that this is just related to dark mode.

Do you have any remote paths set up in Preferences?

April 3, 2020 07:12 AM franckpaul
Yes I have one, with the application in development.

April 3, 2020 07:13 AM franckpaul
Sorry for the noise, I set the wrong one!

April 3, 2020 07:19 AM franckpaul
But anyway, the source code is very difficult to read with the theme used! I join a screenshot

April 3, 2020 11:08 AM franckpaul
I have set https://admin.dc2-git.local/ as Remote, then …/htdocs/git-dc/admin/ as local (it's the root folder served by Apache for this domain), but still source code is not displayed. Only the current path and filename, the line and some variables. Very weird behaviour.

About Remote paths, in Preferences, could you make more larger? The fields are very short and are difficult to edit/check

April 3, 2020 10:30 PM Robert
The Remote should not be a URL but a file path on the remote server. Per https://www.bluestatic.org/software/macgdbp/help/#using-remote-paths, the remote paths feature does a string substitution, so that the file paths on the remote server can be mapped to local ones on a dev machine.

I’ve filed bug 260 for the syntax highlighting in dark mode.

And I’ve made the Remote Paths prefs pane larger for the next release.

On April 3, 2020 10:30 PM, Robert changed:
April 4, 2020 06:55 AM franckpaul
Ok I understand for the remote, so I remove all of them. I presume that I can debug without any as I'm working on my machine. Anyway, I just make a test and nothing in source pane!

April 4, 2020 07:12 AM franckpaul
I just clone and build the 2.0.1 but still no source code in pane, very weird.