Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
thunar:dev:build_and_run [2025/11/21 09:35] – [Thunar - build, test, and debugging suggestions] alexxconsthunar:dev:build_and_run [2025/11/21 09:36] (current) – [Thunar - build, test, and debugging suggestions] alexxcons
Line 41: Line 41:
 === Debugging Thunar === === Debugging Thunar ===
  
 +
 +If you need to debug into dependencies (debian based systems), enable automatic download of debuig symbols before calling GDB:
 +
 +  export DEBUGINFOD_URLS="https://debuginfod.debian.net"
 +  
 For debugging Thunar, I use: For debugging Thunar, I use:
  
Line 52: Line 57:
  
   thread apply all bt   thread apply all bt
- 
-If you need to debug into dependencies (debian based systems), enable automatic download of debuig symbols: 
- 
-  export DEBUGINFOD_URLS="https://debuginfod.debian.net" 
  
 If you want to test thunar-plugins, it is required to install thunar. If you want to test thunar-plugins, it is required to install thunar.