Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update debugging
authored
Sep 10, 2023
by
umaumax
Show whitespace changes
Inline
Side-by-side
debugging.md
View page @
6358b300
...
...
@@ -168,7 +168,7 @@ g++ "$@" -g3 -O0
オプションを強制的に追加することもできる
##
逆引き
##
目的別
### 特定の共有ファイルを利用しているプロセス一覧
```
bash
lsof /lib/x86_64-linux-gnu/libnss_files-2.23.so
...
...
@@ -308,6 +308,9 @@ sudo apt-get install abigail-tools
```
## トラブルシューティング
### 🔥html/css/javascriptファイルの変更が反映されない
ウェブブラウザの更新時に通常ロードではなく、サーバからデータを強制的に取得する
`ハードロード`
を実施すること(Macでは
`Command+Shift+R`
)
### ログインできない
パスワード入力時に特に、ユーザ名の先頭にスペースが入り込んでいると見た目で判断しにくいことに注意
(特に、ディスプレイを反応させるために、スペースキーを打った時など)
...
...
...
...