hack のためのネタ帳, etc,,,

タグ検索でdebug12件見つかりました。

dump_comp_vars.bash

* 公式ページ等 - Gist / kou1okada / [[dump_comp_vars.bash>https://gist.github.com/kou1okada/010b8df3c35ac6047812ee142c8ab004]] …

https://seesaawiki.jp/w/kou1okada/d/dump%5fcomp%5f... - 2022年09月30日更新

Visual Studio Code

90909-c-cxx-build-n-debug){2019-09-09: C/C++ Build & Debug} とりあえず、必要な拡張は以下の二つ - [[C/C++ for Visual Studio Code>https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools]] - [[Remote Development>https://marketplace.visualstudio.com/i…

https://seesaawiki.jp/w/kou1okada/d/Visual%20Studi... - 2022年02月18日更新

Linux - perf

システムグローバルに、関数やシステムコール単位で top や strace みたいな芸当が出来る模様。 以前は、Perf Events、perf tools、PCL (Performance Counters for Linux) のような呼び方もされていたらしい。 ネタ元: 2018-11-28 - [[※1>#ref1]] ネタ元: 2021-10-24 - Togetter / 2015-12-12: [[テトリス・デバッガ・奇妙なバグ! LinuxカーネルとRubyコミュニティを行き交う小…

https://seesaawiki.jp/w/kou1okada/d/Linux%20%2d%20... - 2021年10月24日更新

Linux - SystemTap

ネタ元: - Togetter / 2015-12-12: [[テトリス・デバッガ・奇妙なバグ! LinuxカーネルとRubyコミュニティを行き交う小崎資広による #rubykaigi 2015 2日目Keynote>https://togetter.com/li/911612]] * 公式ページ等 - [[SystemTap>https://sourceware.org/systemtap/]] * 参考になるページ等 - Wikipedia / [[SystemTap>https…

https://seesaawiki.jp/w/kou1okada/d/Linux%20%2d%20... - 2021年10月24日更新

20190908: Visual Studio Code - C/C++

vscode 上から build や debug を行う方法について。 まず最低限、以下の拡張が必要。 - [[C/C++ for Visual Studio Code>https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools]] * &aname(ubuntu-18.04.2-lts){Ubuntu 18.04.2 LTS} ** &aname(ubuntu-18.04.2-lts-single-file)…

https://seesaawiki.jp/w/kou1okada/d/20190908%3a%20... - 2019年09月10日更新

20200828: Thunderbird - ログの記録とサーバー IP アドレスの確認

* 状況 新設の IMAPS サーバーを試験したかったのだが、 まだ DNS を設定したない為 /etc/hosts で IP とサーバー名を紐づけて接続試験を行おうとした。 そこで、thunderbird へ設定したサーバー名から目的の IP がきちんと resolve されて、目的のサーバーに接続されているのかを確認したい。 「[[thunderbird ログ>https://google.com/#q=thunderbird+%E3%83%AD%E3%82%B0]]」でググったら以下のページ…

https://seesaawiki.jp/w/kou1okada/d/20200828%3a%20... - 2020年08月28日更新

Visual Studio

* 拡張 - JetBrains / [[ReSharper>https://www.jetbrains.com/resharper/]] * 参考になるページ等 - K-TechL@bo / 2015-01-14: [[Visual Studio Community 2013を日本語化する方法>http://biz-crew.com/archives/1165]] - しらいとブログ / 2014-12-05: [[Visual Studio 2013 Language Pack でエラー…

https://seesaawiki.jp/w/kou1okada/d/Visual%20Studi... - 2020年05月12日更新

SyncTex

TeX のソースとコンパイル結果の間で相互ジャンプ出来る仕組みらしい。 * 参考になるページ等 - Google: [[SyncTeX>https://google.com/#q=SyncTeX]] - TeX Wiki / [[SyncTeX>https://texwiki.texjp.org/?SyncTeX]] …

https://seesaawiki.jp/w/kou1okada/d/SyncTex... - 2020年01月23日更新

LLDB

* 公式ページ等 - [[LLDB>http://lldb.llvm.org/]] * 参考になるページ等 - LLDB / [[GDB to LLDB command map>https://lldb.llvm.org/use/map.html]] - Qiita / theefool / 2016-01-05: [[LLDBとかいう次世代高性能デバッガ>https://qiita.com/theefool/items/8b985ce71dcdccf26abc]] * 関連 - […

https://seesaawiki.jp/w/kou1okada/d/LLDB... - 2019年09月10日更新

gdb

* 公式ページ等 - [[GDB: The GNU Project Debugger>https://www.gnu.org/software/gdb/]] * 参考になるページ等 - LLDB / [[GDB to LLDB command map>https://lldb.llvm.org/use/map.html]] - %%ファイヤープロジェクト/[[gdb>http://www.h7.dion.ne.jp/~matsu/feature/gdb/]]%%, [Take me b…

https://seesaawiki.jp/w/kou1okada/d/gdb... - 2019年09月10日更新

20190909: Visual Studio Code - C/C++

N [+] gcc build and debug active file launch.js =|JS| { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=83038…

https://seesaawiki.jp/w/kou1okada/d/20190909%3a%20... - 2019年09月09日更新

Valgrind

メモリリーク、未初期化領域へのアクセス検出、解放済み領域へのアクセス検出、バッファオーバーラン検出等々が出来るそうな。 * 公式ページ等 - [[Valgrind>http://valgrind.org/]] * 参考になるページ等 - Wikipedia / [[Valgrind>http://ja.wikipedia.org/wiki/Valgrind]] - ψ(プサイ)の興味関心空間 / 2014-07-01: [[ドワンゴのC++勉強会でLTしてきたっ!>http://le…

https://seesaawiki.jp/w/kou1okada/d/Valgrind... - 2015年02月24日更新

ai(22) android(29) bash(40) c++(52) cxx(54) cygwin(128) debian(39) deeplearning(32) diary(765) excel(21) font(30) free-book(47) git(21) github(28) gnu-r(77) google(26) hdd(22) html(25) java(26) javascript(118) latex(57) lcd(22) library(24) linux(97) machinelearning(31) memo(462) microsoft(42) oss(25) pdf(38) powershell(65) programming(32) proxy(23) python(100) r-lang(47) ruby(86) security(72) ssh(34) tex(37) tips(397) troubleshooting(443) ubuntu(114) unicode(22) usb(21) virtualization(24) vscode(28) windows(126) windows10(50) wsl(26) zfs(32) 数式(21)

管理人/副管理人のみ編集できます