greetings everyone. I’m struggling with debugging. I posted the issue here: https://stackoverflow.com/questions/62946484/phpstorm-wont-debug
PhpStorm won’t debug – Stack Overflow I’ve installed PhpStorm hoping to debug a WordPress site running on my workstation on top of Local (https://localwp.com), which comes with an “Xdebug + PhpStorm” plugin I have installed.
…
ekkis2020-07-17 06:25:32
if anyone has a clue for me I’d be most grateful
ekkis2020-07-17 06:25:39
I’m new to PhpStorm
ekkis2020-07-17 06:26:00
installed it because I couldn’t make VSCode work
umneeq2020-07-17 06:58:17
setup php xdebug and preferences:
umneeq2020-07-17 07:03:44
also you need xdebug helper for browser
ekkis2020-07-17 21:32:24
umneeq2020-07-17 07:03:44
also you need xdebug helper for browser
oh. I don’t have that. it’s required?
umneeq2020-07-18 08:53:49
ekkis2020-07-17 21:32:24
oh. I don’t have that. it’s required?
This is an easiest way. you also can use query params or bookmarks
umneeq2020-07-18 08:54:11
ekkis2020-07-17 21:32:24
oh. I don’t have that. it’s required?
Debugging PHP on Linux with Xdebug and PHPStorm – YouTube The following video describes how to debug PHP applications using PHP Xdebug extension and PHPStorm on Ubuntu.
We will see three options on how to debug:
1. Using the URL query parameter which is possible in all browsers.
2. Using bookmarks, which is also possible in all browsers
3. And using chrome extension which is possible only for chrome.
Code to insert into your xdebug.ini file:
zend_extension=”xdebug.so”
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM
xdebug.show_error_trace = 1
xdebug.remote_autostart = 0
All options for Xdebug
https://xdebug.org/docs/all_settings
Follow on social media:
https://www.facebook.com/thecodeholic Tweets by thecodeholic
https://github.com/thecodeholic
balovnevdmitriy192020-07-18 16:27:12
some body alive here?
balovnevdmitriy192020-07-18 16:30:26
balovnevdmitriy192020-07-18 16:30:39
I had this trouble on my phpstorm
umneeq2020-07-18 17:06:37
Whats up?
alexbowey2020-07-19 12:51:54
Привет ребят
Как можно посмотреть код postgre views (вьюшек) в Database Tools в PHPStorm?
Не хочется открывать отдельную тулзу только для того чтобы прочитать sql код
umneeq2020-07-19 12:57:34
Точно так же как и tables
umneeq2020-07-19 12:58:52
alexbowey2020-07-19 12:59:52
нет, сам sql код просмотреть @umneeq
то что вы показали я знаю
alexbowey2020-07-19 13:00:55
такой функции кажется вообще нет
alexbowey2020-07-19 13:02:21
alexbowey2020-07-19 12:51:54
Привет ребят
Как можно посмотреть код postgre views (вьюшек) в Database Tools в PHPStorm?
Не хочется открывать отдельную тулзу только для того чтобы прочитать sql код
@pronskiy Привет JetBrainser ))
Почему такой важной функции нет (или есть?)? надо бы завести
pronskiy2020-07-19 13:49:16
Вкладка DDL у всех объектов есть https://twitter.com/datagrip/status/724602466969497601
JetBrains DataGrip – Twitter Today’s tip: two ways of getting view object definition in DataGrip. https://t.co/EGrW71fvzU
GrishaChasovskih2020-07-20 10:13:46
2020.1.3 есть кряк? сброс триала не срабатывает
dm8912020-07-20 10:40:20
Ребята из jetbrains хватит читать наши сообщения мы устали искать обходные пути))))
dchaika19902020-07-20 10:40:38
dm8912020-07-20 10:40:20
Ребята из jetbrains хватит читать наши сообщения мы устали искать обходные пути))))
License canceled. Please Help PhpStorm version 2020.1.4
wakawakawak2020-07-24 12:50:19
Народ, а нет какого то плагина или встроенной возможности маркировать папки и файлы в дереве слева? Цветом или флажком или еще как? Что бы можно было пометить важную папку(с которой щас работаешь) и быстро находить ее глазами среди другоих
farewell4832020-07-24 12:59:03
wakawakawak2020-07-24 12:50:19
Народ, а нет какого то плагина или встроенной возможности маркировать папки и файлы в дереве слева?
Цветом или флажком или еще как? Что бы можно было пометить важную папку(с которой щас работаешь) и быстро находить ее глазами среди другоих