Downloads & Free Reading Options - Results
Home Is Where The Start Is by Allen%2c Chris.
Read "Home Is Where The Start Is" by Allen%2c Chris. through these free online access and download options.
Books Results
Source: The Internet Archive
The internet Archive Search Results
Available books for downloads and borrow from The internet Archive
1468 Home Is Where The Start Is!
By Squee
Cartoon Network Shows Pokémon Battle Frontier Pokémon Diamond and Pearl
“468 Home Is Where The Start Is!” Metadata:
- Title: ➤ 468 Home Is Where The Start Is!
- Author: Squee
- Language: English
Edition Identifiers:
- Internet Archive ID: 468-home-is-where-the-start-is
Downloads Information:
The book is available for download in "movies" format, the size of the file-s is: 233.03 Mbs, the file-s for this book were downloaded 82 times, the file-s went public at Mon Sep 30 2024.
Available formats:
Archive BitTorrent - Cinepack - Item Tile - MPEG4 - Metadata - Thumbnail - h.264 -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find 468 Home Is Where The Start Is! at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
2T. Greg Doucette - 1️⃣5️⃣1️⃣ Hollywood, CA: Guy Is Live-streaming His Walk Home From Work When Police Show Up And Start Arresting Everyone Listen Close To The Officed's Radio "You Should Not Be Driving Past Anyone. Stop Where You Are, And Take Someone Into Custody."
By T. Greg Doucette
1️⃣5️⃣1️⃣ Hollywood, CA: guy is live-streaming his walk home from work when police show up and start arresting everyone Listen close to the officed's radio "You should not be driving past anyone. Stop where you are, and take someone into custody." https://t.co/PXqZJXabzU Source: https://twitter.com/greg_doucette/status/1267911437596450817 Uploader: T. Greg Doucette
“T. Greg Doucette - 1️⃣5️⃣1️⃣ Hollywood, CA: Guy Is Live-streaming His Walk Home From Work When Police Show Up And Start Arresting Everyone Listen Close To The Officed's Radio "You Should Not Be Driving Past Anyone. Stop Where You Are, And Take Someone Into Custody."” Metadata:
- Title: ➤ T. Greg Doucette - 1️⃣5️⃣1️⃣ Hollywood, CA: Guy Is Live-streaming His Walk Home From Work When Police Show Up And Start Arresting Everyone Listen Close To The Officed's Radio "You Should Not Be Driving Past Anyone. Stop Where You Are, And Take Someone Into Custody."
- Author: T. Greg Doucette
“T. Greg Doucette - 1️⃣5️⃣1️⃣ Hollywood, CA: Guy Is Live-streaming His Walk Home From Work When Police Show Up And Start Arresting Everyone Listen Close To The Officed's Radio "You Should Not Be Driving Past Anyone. Stop Where You Are, And Take Someone Into Custody."” Subjects and Themes:
- Subjects: Twitter - video - blacklivesmatter
Edition Identifiers:
- Internet Archive ID: twitter-1267911437596450817
Downloads Information:
The book is available for download in "movies" format, the size of the file-s is: 13.03 Mbs, the file-s for this book were downloaded 34 times, the file-s went public at Wed Jun 03 2020.
Available formats:
Archive BitTorrent - Item Tile - JPEG - JPEG Thumb - JSON - MPEG4 - Metadata - Thumbnail - Unknown -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find T. Greg Doucette - 1️⃣5️⃣1️⃣ Hollywood, CA: Guy Is Live-streaming His Walk Home From Work When Police Show Up And Start Arresting Everyone Listen Close To The Officed's Radio "You Should Not Be Driving Past Anyone. Stop Where You Are, And Take Someone Into Custody." at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
3The Chromium Logo The Chromium Projects Home Chromium ChromiumOS Quick Links Report Bugs Discuss Other Sites Chromium Blog Google Chrome Extensions Except As Otherwise Noted, The Content Of This Page Is Licensed Under A Creative Commons Attribution 2.5 License, And Examples Are Licensed Under The BSD License. Privacy Edit This Page For Developers > How-Tos > Debugging Chromium On Windows First See Get The Code For Checkout And Build Instructions. Getting Started You Can Use Visual Studio's Built-in Debugger Or WinDBG To Debug Chromium. You Don't Need To Use The IDE To Build In Order To Use The Debugger: Autoninja Is Used To Build Chromium And Most Developers Invoke It From A Command Prompt, And Then Open The IDE For Debugging As Necessary. To Start Debugging An Already-built Executable With Visual Studio Just Launch Visual Studio (2019 Or Higher) And Select File-> Open-> Project/Solution (Ctrl+Shift+O) And Select The Executable Of Interest. This Will Create A Solution With That Executable As The 'project'. You Can Then Launch The Debugger With F5 Or F11 Or From The Debug Menu. If You Right-click On The Executable In Solution Explorer And Select Properties Then You Can Edit Things Such As The Executable Path, Command-line Arguments, And Working Directory. You Can Add Additional Executables To The Solution By Using File-> Add-> Existing Project And Selecting Another Already-built Executable. You Can Select Which One To Debug By Right-clicking On One Of Them In Solution Explorer And Selecting Set As Startup Project. When Your Solution File Is Customized To Your Taste You Can Save It To A Directory Such As Out\solutions. Saving It There Helps Ensure That Relative Paths To Source Files, Printed From Build Commands, Will Correctly Identify The Source Files. The Tools Menu Can Be Used To Add Commands To Do Things Like Invoke Autoninja To Build Chrome, Compile The Selected Source File, Or Other Things. Visual Studio 2017 Is Not Recommended For Debugging Of Chromium - Use A Newer Version For Best Performance And Stability. Symbol_level=2 Is The Default On Windows And Gives Full Debugging Information With Types, Locals, Globals, Function Names, And Source/line Information. Symbol_level=1 Creates Smaller PDBs With Just Function Names, And Source/line Information - Source-level Debugging Is Still Supported (new From June 2019), But Local Variables And Type Information Are Missing. Symbol_level=0 Gives Extremely Limited Debugging Abilities, Mostly Just Viewing Call Stacks When Chromium Crashes. Browsing Source Code If You Use A Solution File Generated By Gn (gn Gen --ide=vs) Then Intellisense May Help You Navigate The Code. If This Doesn't Work Or If You Use A Solution Created As Above Then You May Want To Install VsChromium To Help Navigate The Code, As Well As Using Https://source.chromium.org. Profiles It's A Good Idea To Use A Different Chrome Profile For Your Debugging. If You Are Debugging Google Chrome Branded Builds, Or Use A Chromium Build As Your Primary Browser, The Profiles Can Collide So You Can't Run Both At Once, And Your Stable Browser Might See Profile Versions From The Future (Google Chrome And Chromium Use Different Profile Directories By Default So Won't Collide). Use The Command-line Option: --user-data-dir=C:\tmp\my_debug_profile (replace The Path As Necessary) Using The IDE, Go To The Debugging Tab Of The Properties Of The Chrome Project, And Set The Command Arguments. Chrome Debug Log Enable Chrome Debug Logging To A File By Passing --enable-logging --v=1 Command-line Flags At Startup. Debug Builds Place The Chrome_debug.log File In The Out\Debug Directory. Release Builds Place The File In The Top Level Of The User Data Chromium App Directory, Which Is OS-version-dependent. For More Information, See Logging And User Data Directory Details. Symbol Server If You Are Debugging Official Google Chrome Release Builds, Use The Symbol Server: Https://chromium-browser-symsrv.commondatastorage.googleapis.com In Visual Studio, This Goes In Tools > Options Under Debugging > Symbols. You Should Set Up A Local Cache In A Empty Directory On Your Computer. In Windbg You Can Add This To Your Symbol Server Search Path With The Command Below, Where C:\symbols Is A Local Cache Directory: .sympath+ SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Alternately, You Can Set The _NT_SYMBOL_PATH Environment Variable To Include Both The Microsoft And Google Symbol Servers - VS, Windbg, And Other Tools Should Both Respect This Environment Variable: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Note That Symbol Servers Will Let The Debuggers Download Both The PE Files (DLLs And EXEs) And The PDB Files. Chrome Often Loads Third Party Libraries And Partial Symbols For Some Of These Are Also Public. For Example: AMD: Https://download.amd.com/dir/bin Nvidia: Https://driver-symbols.nvidia.com/ Intel: Https://software.intel.com/sites/downloads/symbols/ For Example, For Completeness, The Following Symbol Server Environment Variable Will Resolve All Of The Above Sources - But This Is More Than Is Normally Needed: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV\*C:\symbols\*https://download.amd.com/dir/bin;SRV\*C:\symbols\*https://driver-symbols.nvidia.com/;SRV\*C:\symbols\*https://software.intel.com/sites/downloads/symbols/ Source Indexing You Should Set Up Source Indexing In Your Debugger (.srcfix In Windbg, Tools-> Options-> Debugging-> General-> Enable Source Server Support In Visual Studio) So That The Correct Source Files Will Automatically Be Downloaded Based On Information In The Downloaded Symbols. Additionally, You Must Have Python In Your Path In Order For The Command That Fetches Source Files To Succeed; Launching The Debugger From The Same Environment As Where You Build Chromium Is An Easy Way To Ensure It's Present. This Is Highly Recommended When Debugging Released Google Chrome Builds Or Looking At Crash Dumps. Having The Correct Version Of The Source Files Automatically Show Up Saves Significant Time So You Should Definitely Set This. Multi-process Issues Chromium Can Be Challenging To Debug Because Of Its Multi-process Architecture. When You Select Run In The Debugger, Only The Main Browser Process Will Be Debugged. The Code That Actually Renders Web Pages (the Renderer) And The Plugins Will Be In Separate Processes That's Not (yet!) Being Debugged. The ProcessExplorer Tool Has A Process Tree View Where You Can See How These Processes Are Related. You Can Also Get The Process IDs Associated With Each Tab From The Chrome Task Manager (right-click On An Empty Area Of The Window Title Bar To Open). Automatically Attach To Child Processes There Are Two Visual Studio Extensions That Enable The Debugger To Automatically Attach To All Chrome Processes, So You Can Debug All Of Chrome At Once. Microsoft's Child Process Debugging Power Tool Is A Standalone Extension For This, And VsChromium Is Another Option That Bundles Many Other Additional Features. In Addition To Installing One Of These Extensions, You Must Run Visual Studio As Administrator, Or It Will Silently Fail To Attach To Some Of Chrome's Child Processes. Single-process Mode One Way To Debug Issues Is To Run Chromium In Single-process Mode. This Will Allow You To See The Entire State Of The Program Without Extra Work (although It Will Still Have Many Threads). To Use Single-process Mode, Add The Command-line Flag --single-process This Approach Isn't Perfect Because Some Problems Won't Manifest Themselves In This Mode And Some Features Don't Work And Worker Threads Are Still Spawned Into New Processes. Manually Attaching To A Child Process You Can Attach To The Running Child Processes With The Debugger. Select Tools > Attach To Process And Click The Chrome.exe Process You Want To Attach To. Before Attaching, Make Sure You Have Selected Only Native Code When Attaching To The Process This Is Done By Clicking Select... In The Attach To Process Window And Only Checking Native. If You Forget This, It May Attempt To Attach In "WebKit" Mode To Debug JavaScript, And You'll Get An Error Message "An Operation Is Not Legal In The Current State." You Can Now Debug The Two Processes As If They Were One. When You Are Debugging Multiple Processes, Open The Debug > Windows > Processes Window To Switch Between Them. Sometimes You Are Debugging Something That Only Happens On Startup, And Want To See The Child Process As Soon As It Starts. Use: --renderer-startup-dialog --no-sandbox You Have To Disable The Sandbox Or The Dialog Box Will Be Prohibited From Showing. When The Dialog Appears, Visit Tools > Attach To Process And Attach To The Process Showing The Renderer Startup Dialog. Now You're Debugging In The Renderer And Can Continue Execution By Pressing OK In The Dialog. Startup Dialogs Also Exist For Other Child Process Types: --gpu-startup-dialog, --ppapi-startup-dialog, --utility-startup-dialog, --plugin-startup-dialog (for NPAPI). For Utilities, You Can Add A Service Type --utility-startup-dialog=data_decoder.mojom.DataDecoderService. You Can Also Try The Vs-chromium Plug-in To Attach To The Right Processes. Semi-automatically Attaching The Debugger To Child Processes The Following Flags Cause Child Processes To Wait For 60 Seconds In A Busy Loop For A Debugger To Attach To The Process. Once Either Condition Is True, It Continues On; No Exception Is Thrown. --wait-for-debugger-children[=filter] The Filter, If Provided, Will Fire Only If It Matches The --type Parameter To The Process. Values Include Renderer, Plugin (for NPAPI), Ppapi, Gpu-process, And Utility. When Using This Option, It May Be Helpful To Limit The Number Of Renderer Processes Spawned, Using: --renderer-process-limit=1 Image File Execution Options Using Image File Execution Options (IFEO) Will Not Work Because CreateProcess() Returns The Handle To The Debugger Process Instead Of The Intended Child Process. There Are Also Issues With The Sandbox. Time Travel Debugging You Can Do Time Travel Debugging Using WinDbg Preview (must Be Installed From The Microsoft Store). This Lets You Execute A Program Forward And Backwards. After Capturing A Trace, You Can Set Breakpoints And Step Through Code As Normal, But Also Provides 'backwards' Commands (g-, T-, P-) So That You Can Go Back And Forth Through The Execution. It Is Especially Useful To Set Data Breakpoints (ba Command) And Reverse Continuing, So You Can See When A Certain Variable Was Last Changed To Its Current Value. Chromium Specifics: The Type Of Injection The Time Travel Tracer Needs To Perform Is Incompatible With The Chromium Sandbox. In Order To Record A Trace, You'll Need To Run With --no-sandbox. Chromium Cannot Run Elevated With Administrator Privileges, So The "Launch Executable (advance)" Option Won't Work, You'll Need To Attach After The Process Has Already Launched Via The Checkbox In The Bottom Right. If You Need To Record Startup-like Things, You'll Have To Use --{browser,gpu,renderer,utility}-startup-dialog, Then Attach (and Hope The Relevant Code Hasn't Executed Before That Point). JsDbg -- Data Structure Visualization You Can Install JsDbg As A Plugin For WinDbg Or Visual Studio. It Interactively Lets You Look At Data Structures (such As The DOM Tree, Accessibility Tree, Layout Object Tree, And Others) In A Web Browser As You Debug. See The JsDbg Site For Some Screen Shots And Usage Examples. This Also Works When Examining Memory Dumps (though Not Minidumps), And Also Works Together With Time Travel Debugging. Visual Studio Hints Debug Visualizers Chrome's Custom Debug Visualizers Should Be Added To The Pdb Files And Automatically Picked Up By Visual Studio. The Definitions Are In //tools/win/DebugVisualizers If You Need To Modify Them (the BUILD.gn File There Has Additional Instructions). Don't Step Into Trivial Functions The Debugger Can Be Configured To Automatically Not Step Into Functions Based On Regular Expression. Edit Default.natstepfilter In The Following Directory: For Visual Studio 2015: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers (for The Current User Only) For Visual Studio 2017 Pro: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2017\Visualizers (for The Current User Only) Add Regular Expressions Of Functions To Not Step Into. Remember To Regex-escape And XML-escape Them, E.g. < For < And \. For A Literal Dot. Example: Operator New NoStepInto Operator Delete NoStepInto Std::.* NoStepInto WTF::.*Ptr ::.* NoStepInto This File Is Read At Start Of A Debugging Session (F5), So You Don't Need To Restart Visual Studio After Changing It. More Info: Microsoft Email Thread V8 And Chromium V8 Supports Many Command-line Flags That Are Useful For Debugging. V8 Command-line Flags Can Be Set Via The Chromium Command-line Flag --js-flags; For Instance: Chrome.exe --js-flags="--trace_exception --heap_stats" Note That Some V8 Command-line Flags Exist Only In The Debug Build Of V8. For A List Of All V8 Flags Try: Chrome.exe --js-flags="--help" Graphics Debugging GPU Acceleration Of Rendering Can Be More Easily Debugged With Tools. See: Graphics Debugging In Visual Studio 2013 Graphical Debugging With NVIDIA NSight Debugging On Another Machine Sometimes It's Useful To Debug Installation And Execution On A Machine Other Than Your Primary Build Box. To Run The Installer On Said Other Machine, First Build The Mini_installer Target On Your Main Build Machine (e.g., Autoninja -C Out\Debug Mini_installer). Next, On The Debug Machine: Make The Build Machine's Build Volume Available On The Debug Machine Either By Mounting It Locally (e.g., Z:\) Or By Crafting A UNC Path To It (e.g., \\builder\src) Open Up A Command Prompt And Change To A Local Disk Run Src\tools\win\copy-installer.bat In The Remote Checkout By Way Of The Mount (e.g., Z:\PATHTOCHECKOUT\src\...) Or UNC Path (e.g., \\builder\src\...). This Will Copy The Installer, DLLs, And PDBs Into Your Debug Machine's C:\out Or C:\build (depending On If You're Rocking The Component=shared_library Build Or Not) Run C:\out\Debug\mini_installer.exe With The Flags Of Your Choice To Install Chrome. This Can Take Some Time, Especially On A Slow Machine. Watch The Task Manager And Wait Until Mini_installer.exe Exits Before Trying To Launch Chrome (by Way Of The Shortcut(s) Created By The Installer) For Extra Pleasure, Add C:\out\Debug To Your _NT_SYMBOL_PATH Environment Variable Consider Reading The Documentation At The Top Of Copy-installer.bat To See How You Can Run It. It Tries To Be Smart And Copy The Right Things, But You May Need To Be Explicit (e.g., "copy-installer.bat Out Debug"). It Is Safe To Re-run The Script To Copy Only Modified Files (after A Rebuild, For Example). You Can Also Use The Zip Action Of The Isolate Scripts (tools\mb\mb.py) To Package All The Files For A Target Into A Single Zip File, For Example: Python Tools\mb\mb.py Zip Out/Release Base_unittests Base_unittests.zip Finding All Memory Allocations It Is Possible To Use Heap Snapshots To Get Call Stacks On All Outstanding Allocations That Use The OS Heap. This Works Particularly Well If Heap Snapshots Are Started As Soon As The Chrome Browser Process Is Created, But Before It Starts Running. Details Can Be Found In This Batch File. However, With PartitionAlloc Everywhere Most Chromium Allocations No Longer Use The Windows Heap So This Will Only Find A Subset Of Allocations, Mostly From OS DLLs. Find Memory Leaks Note: As With Heap Snapshots The Utility Of UMDH Is Greatly Reduced Now Because PartitionAlloc Everywhere Has Mostly Replaced The Windows Heap. The Windows Heap Manager Has A Really Useful Debug Flag, Where It Can Be Asked To Capture And Store A Stack Trace With Every Allocation. The Tool To Scrape These Stack Traces Out Of Processes Is UMDH, Which Comes With WinDbg. UMDH Is Great. It Will Capture A Snapshot Of The Heap State As Many Times As You Like, And It'll Do It Fairly Quickly. You Then Run It Again Against Either A Single Snapshot, Or A Pair Of Snapshots, At Which Time It'll Symbolize The Stack Traces And Aggregate Usage Up To Unique Stack Traces. Turning On The User Stack Trace Database For Chrome.exe With Gflags.exe Makes It Run Unbearably Slowly; However, Turning On The User Stack Trace Database On For The Browser Alone Is Just Fine. While It's Possible To Turn On The User Stack Database With The "!gflag" Debugging Extension, It's Too Late To Do This By The Time The Initial Debugger Breakpoint Hits. The Only Reasonable Way To Do This Is To Launch GFlags.exe, Enable The User Stack Trace Database (per Image Below), Launch Chrome Under The Debugger. Set A Breakpont When Chrome.dll Loads With "sxe Ld Chrome.dll". Step Up, To Allow Chrome.dll To Initialize. Disable The Stack Trace Database In GFlags.exe. Continue Chrome, Optionally Detaching The Debugger. Image GFlags.exe Settings For User Mode Stack Trace Database. If You Then Ever Suffer A Browser Memory Leak, You Can Snarf A Dump Of The Process With Umdh -p: > Chrome-browser-leak-umdh-dump.txt Which Can Then Typically Be "trivially" Analyzed To Find The Culprit. Miscellaneous Note That By Default Application Verifier Only Works With Non-official Builds Of Chromium. To Use Application Verifier On Official Builds You Need To Add --disable-features=RendererCodeIntegrity To Avoid Sandbox Crashes In Renderer Processes. See Crbug.com/1004989 For Details. See Also This Page. Application Verifier Is A Free Tool From Microsoft (available As Part Of The Windows SDK) That Can Be Used To Flush Out Programming Errors. Starting With M68 Application Verifier Can Be Enabled For Chrome.exe Without Needing To Disable The Sandbox. After Adding Chrome.exe To The List Of Applications To Be Stressed You Need To Expand The List Of Basics Checks And Disable The Leak Checks. You May Also Need To Disable Handles And Locks Checks Depending On Your Graphics Driver And Specific Chrome Version, But The Eventual Goal Is To Have Chrome Run With Handles And Locks Checks Enabled. When Bugs Are Found Chrome Will Trigger A Breakpoint So Running All Chrome Processes Under A Debugger Is Recommended. Chrome Will Run Much More Slowly Because Application Verifier Puts Every Heap Allocation On A Separate Page. Note That With PartitionAlloc Everywhere Most Chromium Allocations Don't Actually Go Through The Windows Heap And Are Therefore Unaffected By Application Verifier. You Can Check The Undocumented 'Cuzz' Checkbox In Application Verifier To Get The Windows Thread Scheduler To Add Some Extra Randomness In Order To Help Expose Race Conditions In Your Code. To Put A Breakpoint On CreateFile(), Add This Break Point: {,,kernel32.dll}_CreateFileW@28 {,,kernel32.dll} Specifies The DLL (context Operator). _ Prefix Means Extern "C". @28 Postfix Means _stdcall With The Stack Pop At The End Of The Function. I.e. The Number Of Arguments In BYTES. You Can Use DebugView From SysInternals Or Sawbuck To View LOG() Messages That Normally Go To Stderr On POSIX.
The Chromium Projects Home Chromium ChromiumOS Quick links Report bugs Discuss Other sites Chromium Blog Google Chrome Extensions Except as otherwise noted , the content of this page is licensed under a Creative Commons Attribution 2.5 license , and examples are licensed under the BSD License . Privacy Edit this page For Developers > How-Tos > Debugging Chromium on Windows First see get the code for checkout and build instructions. Getting started You can use Visual Studio's built-in debugger or WinDBG to debug Chromium. You don't need to use the IDE to build in order to use the debugger: autoninja is used to build Chromium and most developers invoke it from a command prompt, and then open the IDE for debugging as necessary. To start debugging an already-built executable with Visual Studio just launch Visual Studio (2019 or higher) and select File-> Open-> Project/Solution (Ctrl+Shift+O) and select the executable of interest. This will create a solution with that executable as the 'project'. You can then launch the debugger with F5 or F11 or from the Debug menu. If you right-click on the executable in Solution Explorer and select properties then you can edit things such as the executable path, command-line arguments, and working directory. You can add additional executables to the solution by using File-> Add-> Existing Project and selecting another already-built executable. You can select which one to debug by right-clicking on one of them in Solution Explorer and selecting Set as Startup Project. When your solution file is customized to your taste you can save it to a directory such as out\solutions. Saving it there helps ensure that relative paths to source files, printed from build commands, will correctly identify the source files. The Tools menu can be used to add commands to do things like invoke autoninja to build Chrome, compile the selected source file, or other things. Visual Studio 2017 is not recommended for debugging of Chromium - use a newer version for best performance and stability. symbol_level=2 is the default on Windows and gives full debugging information with types, locals, globals, function names, and source/line information. symbol_level=1 creates smaller PDBs with just function names, and source/line information - source-level debugging is still supported (new from June 2019), but local variables and type information are missing. symbol_level=0 gives extremely limited debugging abilities, mostly just viewing call stacks when Chromium crashes. Browsing source code If you use a solution file generated by gn ( gn gen --ide=vs ) then Intellisense may help you navigate the code. If this doesn't work or if you use a solution created as above then you may want to install VsChromium to help navigate the code, as well as using https://source.chromium.org . Profiles It's a good idea to use a different Chrome profile for your debugging. If you are debugging Google Chrome branded builds, or use a Chromium build as your primary browser, the profiles can collide so you can't run both at once, and your stable browser might see profile versions from the future (Google Chrome and Chromium use different profile directories by default so won't collide). Use the command-line option: --user-data-dir =C:\tmp\my_debug_profile (replace the path as necessary) Using the IDE, go to the Debugging tab of the properties of the chrome project, and set the Command Arguments. Chrome debug log Enable Chrome debug logging to a file by passing --enable-logging --v=1 command-line flags at startup. Debug builds place the chrome_debug.log file in the out\Debug directory. Release builds place the file in the top level of the user data Chromium app directory, which is OS-version-dependent. For more information, see logging and user data directory details. Symbol server If you are debugging official Google Chrome release builds, use the symbol server: https://chromium-browser-symsrv.commondatastorage.googleapis.com In Visual Studio, this goes in Tools > Options under Debugging > Symbols . You should set up a local cache in a empty directory on your computer. In windbg you can add this to your symbol server search path with the command below, where C:\symbols is a local cache directory: .sympath+ SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Alternately, You can set the _NT_SYMBOL_PATH environment variable to include both the Microsoft and Google symbol servers - VS, windbg, and other tools should both respect this environment variable: _NT_SYMBOL_PATH =SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols ;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Note that symbol servers will let the debuggers download both the PE files (DLLs and EXEs) and the PDB files. Chrome often loads third party libraries and partial symbols for some of these are also public. For example: AMD : https://download.amd.com/dir/bin Nvidia : https://driver-symbols.nvidia.com/ Intel : https://software.intel.com/sites/downloads/symbols/ For example, for completeness, the following symbol server environment variable will resolve all of the above sources - but this is more than is normally needed: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV\*C:\symbols\*https://download.amd.com/dir/bin;SRV\*C:\symbols\*https://driver-symbols.nvidia.com/;SRV\*C:\symbols\*https://software.intel.com/sites/downloads/symbols/ Source indexing You should set up source indexing in your debugger ( .srcfix in windbg, Tools-> Options-> Debugging-> General-> Enable source server support in Visual Studio) so that the correct source files will automatically be downloaded based on information in the downloaded symbols. Additionally, you must have python in your path in order for the command that fetches source files to succeed; launching the debugger from the same environment as where you build Chromium is an easy way to ensure it's present. This is highly recommended when debugging released Google Chrome builds or looking at crash dumps. Having the correct version of the source files automatically show up saves significant time so you should definitely set this. Multi-process issues Chromium can be challenging to debug because of its multi-process architecture . When you select Run in the debugger, only the main browser process will be debugged. The code that actually renders web pages (the Renderer) and the plugins will be in separate processes that's not (yet!) being debugged. The ProcessExplorer tool has a process tree view where you can see how these processes are related. You can also get the process IDs associated with each tab from the Chrome Task Manager (right-click on an empty area of the window title bar to open). Automatically attach to child processes There are two Visual Studio extensions that enable the debugger to automatically attach to all Chrome processes, so you can debug all of Chrome at once. Microsoft's Child Process Debugging Power Tool is a standalone extension for this, and VsChromium is another option that bundles many other additional features. In addition to installing one of these extensions, you must run Visual Studio as Administrator, or it will silently fail to attach to some of Chrome's child processes. Single-process mode One way to debug issues is to run Chromium in single-process mode. This will allow you to see the entire state of the program without extra work (although it will still have many threads). To use single-process mode, add the command-line flag --single-process This approach isn't perfect because some problems won't manifest themselves in this mode and some features don't work and worker threads are still spawned into new processes. Manually attaching to a child process You can attach to the running child processes with the debugger. Select Tools > Attach to Process and click the chrome.exe process you want to attach to. Before attaching, make sure you have selected only Native code when attaching to the process This is done by clicking Select... in the Attach to Process window and only checking Native. If you forget this, it may attempt to attach in "WebKit" mode to debug JavaScript, and you'll get an error message "An operation is not legal in the current state." You can now debug the two processes as if they were one. When you are debugging multiple processes, open the Debug > Windows > Processes window to switch between them. Sometimes you are debugging something that only happens on startup, and want to see the child process as soon as it starts. Use: --renderer-startup-dialog --no-sandbox You have to disable the sandbox or the dialog box will be prohibited from showing. When the dialog appears, visit Tools > Attach to Process and attach to the process showing the Renderer startup dialog. Now you're debugging in the renderer and can continue execution by pressing OK in the dialog. Startup dialogs also exist for other child process types: --gpu-startup-dialog , --ppapi-startup-dialog , --utility-startup-dialog , --plugin-startup-dialog (for NPAPI). For utilities, you can add a service type --utility-startup-dialog=data_decoder.mojom.DataDecoderService . You can also try the vs-chromium plug-in to attach to the right processes. Semi-automatically attaching the debugger to child processes The following flags cause child processes to wait for 60 seconds in a busy loop for a debugger to attach to the process. Once either condition is true, it continues on; no exception is thrown. --wait-for-debugger-children [=filter] The filter, if provided, will fire only if it matches the --type parameter to the process. Values include renderer , plugin (for NPAPI), ppapi , gpu-process , and utility . When using this option, it may be helpful to limit the number of renderer processes spawned, using: --renderer-process-limit = 1 Image File Execution Options Using Image File Execution Options (IFEO) will not work because CreateProcess() returns the handle to the debugger process instead of the intended child process. There are also issues with the sandbox. Time travel debugging You can do time travel debugging using WinDbg Preview (must be installed from the Microsoft Store). This lets you execute a program forward and backwards. After capturing a trace, you can set breakpoints and step through code as normal, but also provides 'backwards' commands (g-, t-, p-) so that you can go back and forth through the execution. It is especially useful to set data breakpoints ( ba command ) and reverse continuing, so you can see when a certain variable was last changed to its current value. Chromium specifics: The type of injection the time travel tracer needs to perform is incompatible with the Chromium sandbox. In order to record a trace, you'll need to run with --no-sandbox . Chromium cannot run elevated with Administrator privileges, so the "Launch executable (advance)" option won't work, you'll need to attach after the process has already launched via the checkbox in the bottom right. If you need to record startup-like things, you'll have to use --{browser,gpu,renderer,utility}-startup-dialog, then attach (and hope the relevant code hasn't executed before that point). JsDbg -- data structure visualization You can install JsDbg as a plugin for WinDbg or Visual Studio . It interactively lets you look at data structures (such as the DOM tree, Accessibility tree, layout object tree, and others) in a web browser as you debug. See the JsDbg site for some screen shots and usage examples. This also works when examining memory dumps (though not minidumps), and also works together with time travel debugging. Visual Studio hints Debug visualizers Chrome's custom debug visualizers should be added to the pdb files and automatically picked up by Visual Studio. The definitions are in //tools/win/DebugVisualizers if you need to modify them (the BUILD.gn file there has additional instructions). Don't step into trivial functions The debugger can be configured to automatically not step into functions based on regular expression. Edit default.natstepfilter in the following directory: For Visual Studio 2015: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Packages\Debugger\Visualizers (for all users) or %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers (for the current user only) For Visual Studio 2017 Pro: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers (for all users) or %USERPROFILE%\My Documents\Visual Studio 2017\Visualizers (for the current user only) Add regular expressions of functions to not step into. Remember to regex-escape and XML-escape them, e.g. < for < and \. for a literal dot. Example: < Function > < Name > operator new </ Name > < Action > NoStepInto </ Action > </ Function > < Function > < Name > operator delete </ Name > < Action > NoStepInto </ Action > </ Function > <!-- Skip everything in std --> < Function > < Name > std::.* </ Name > < Action > NoStepInto </ Action > </ Function > <!-- all methods on WebKit OwnPtr and variants, ... WTF::*Ptr<*>::* --> < Function > < Name > WTF::.*Ptr<.*>::.* </ Name > < Action > NoStepInto </ Action > </ Function > This file is read at start of a debugging session (F5), so you don't need to restart Visual Studio after changing it. More info: Microsoft email thread V8 and Chromium V8 supports many command-line flags that are useful for debugging. V8 command-line flags can be set via the Chromium command-line flag --js-flags; for instance: chrome.exe --js-flags= "--trace_exception --heap_stats" Note that some V8 command-line flags exist only in the debug build of V8. For a list of all V8 flags try: chrome.exe --js-flags= "--help" Graphics debugging GPU Acceleration of rendering can be more easily debugged with tools. See: Graphics Debugging in Visual Studio 2013 Graphical debugging with NVIDIA NSight Debugging on another machine Sometimes it's useful to debug installation and execution on a machine other than your primary build box. To run the installer on said other machine, first build the mini_installer target on your main build machine (e.g., autoninja -C out\Debug mini_installer). Next, on the debug machine: Make the build machine's build volume available on the debug machine either by mounting it locally (e.g., Z:\) or by crafting a UNC path to it (e.g., \\builder\src) Open up a command prompt and change to a local disk Run src\tools\win\ copy-installer.bat in the remote checkout by way of the mount (e.g., Z:\PATHTOCHECKOUT\src\...) or UNC path (e.g., \\builder\src\...). This will copy the installer, DLLs, and PDBs into your debug machine's C:\out or C:\build (depending on if you're rocking the component=shared_library build or not) Run C:\out\Debug\mini_installer.exe with the flags of your choice to install Chrome. This can take some time, especially on a slow machine. Watch the Task Manager and wait until mini_installer.exe exits before trying to launch Chrome (by way of the shortcut(s) created by the installer) For extra pleasure, add C:\out\Debug to your _NT_SYMBOL_PATH environment variable Consider reading the documentation at the top of copy-installer.bat to see how you can run it. It tries to be smart and copy the right things, but you may need to be explicit (e.g., "copy-installer.bat out Debug"). It is safe to re-run the script to copy only modified files (after a rebuild, for example). You can also use the zip action of the isolate scripts (tools\mb\mb.py) to package all the files for a target into a single zip file, for example: python tools\mb\mb.py zip out/Release base_unittests base_unittests. zip Finding all memory allocations It is possible to use Heap Snapshots to get call stacks on all outstanding allocations that use the OS heap. This works particularly well if heap snapshots are started as soon as the Chrome browser process is created, but before it starts running. Details can be found in this batch file . However, with PartitionAlloc Everywhere most Chromium allocations no longer use the Windows heap so this will only find a subset of allocations, mostly from OS DLLs. Find memory leaks Note: as with Heap Snapshots the utility of UMDH is greatly reduced now because PartitionAlloc Everywhere has mostly replaced the Windows heap. The Windows heap manager has a really useful debug flag, where it can be asked to capture and store a stack trace with every allocation. The tool to scrape these stack traces out of processes is UMDH, which comes with WinDbg . UMDH is great. It will capture a snapshot of the heap state as many times as you like, and it'll do it fairly quickly. You then run it again against either a single snapshot, or a pair of snapshots, at which time it'll symbolize the stack traces and aggregate usage up to unique stack traces. Turning on the user stack trace database for chrome.exe with gflags.exe makes it run unbearably slowly; however, turning on the user stack trace database on for the browser alone is just fine. While it's possible to turn on the user stack database with the "!gflag" debugging extension, it's too late to do this by the time the initial debugger breakpoint hits. The only reasonable way to do this is to Launch GFlags.exe, Enable the user stack trace database (per image below), Launch Chrome under the debugger. Set a breakpont when chrome.dll loads with "sxe ld chrome.dll". Step up, to allow Chrome.dll to initialize. Disable the stack trace database in GFlags.exe. Continue chrome, optionally detaching the debugger. GFlags.exe settings for user mode stack trace database. If you then ever suffer a browser memory leak, you can snarf a dump of the process with umdh - p :<my browser pid> > chrome-browser-leak-umdh-dump.txt which can then typically be "trivially" analyzed to find the culprit. Miscellaneous Note that by default Application Verifier only works with non-official builds of Chromium. To use Application Verifier on official builds you need to add --disable-features=RendererCodeIntegrity to avoid sandbox crashes in renderer processes. See crbug.com/1004989 for details. See also this page . Application Verifier is a free tool from Microsoft (available as part of the Windows SDK) that can be used to flush out programming errors. Starting with M68 Application Verifier can be enabled for chrome.exe without needing to disable the sandbox. After adding chrome.exe to the list of applications to be stressed you need to expand the list of Basics checks and disable the Leak checks. You may also need to disable Handles and Locks checks depending on your graphics driver and specific Chrome version, but the eventual goal is to have Chrome run with Handles and Locks checks enabled. When bugs are found Chrome will trigger a breakpoint so running all Chrome processes under a debugger is recommended. Chrome will run much more slowly because Application Verifier puts every heap allocation on a separate page. Note that with PartitionAlloc Everywhere most Chromium allocations don't actually go through the Windows heap and are therefore unaffected by Application Verifier. You can check the undocumented 'Cuzz' checkbox in Application Verifier to get the Windows thread scheduler to add some extra randomness in order to help expose race conditions in your code. To put a breakpoint on CreateFile(), add this break point: {,,kernel32.dll}_CreateFileW@28 {,,kernel32.dll} specifies the DLL (context operator). _ prefix means extern "C". @28 postfix means _stdcall with the stack pop at the end of the function. i.e. the number of arguments in BYTES. You can use DebugView from SysInternals or sawbuck to view LOG() messages that normally go to stderr on POSIX.
“The Chromium Logo The Chromium Projects Home Chromium ChromiumOS Quick Links Report Bugs Discuss Other Sites Chromium Blog Google Chrome Extensions Except As Otherwise Noted, The Content Of This Page Is Licensed Under A Creative Commons Attribution 2.5 License, And Examples Are Licensed Under The BSD License. Privacy Edit This Page For Developers > How-Tos > Debugging Chromium On Windows First See Get The Code For Checkout And Build Instructions. Getting Started You Can Use Visual Studio's Built-in Debugger Or WinDBG To Debug Chromium. You Don't Need To Use The IDE To Build In Order To Use The Debugger: Autoninja Is Used To Build Chromium And Most Developers Invoke It From A Command Prompt, And Then Open The IDE For Debugging As Necessary. To Start Debugging An Already-built Executable With Visual Studio Just Launch Visual Studio (2019 Or Higher) And Select File-> Open-> Project/Solution (Ctrl+Shift+O) And Select The Executable Of Interest. This Will Create A Solution With That Executable As The 'project'. You Can Then Launch The Debugger With F5 Or F11 Or From The Debug Menu. If You Right-click On The Executable In Solution Explorer And Select Properties Then You Can Edit Things Such As The Executable Path, Command-line Arguments, And Working Directory. You Can Add Additional Executables To The Solution By Using File-> Add-> Existing Project And Selecting Another Already-built Executable. You Can Select Which One To Debug By Right-clicking On One Of Them In Solution Explorer And Selecting Set As Startup Project. When Your Solution File Is Customized To Your Taste You Can Save It To A Directory Such As Out\solutions. Saving It There Helps Ensure That Relative Paths To Source Files, Printed From Build Commands, Will Correctly Identify The Source Files. The Tools Menu Can Be Used To Add Commands To Do Things Like Invoke Autoninja To Build Chrome, Compile The Selected Source File, Or Other Things. Visual Studio 2017 Is Not Recommended For Debugging Of Chromium - Use A Newer Version For Best Performance And Stability. Symbol_level=2 Is The Default On Windows And Gives Full Debugging Information With Types, Locals, Globals, Function Names, And Source/line Information. Symbol_level=1 Creates Smaller PDBs With Just Function Names, And Source/line Information - Source-level Debugging Is Still Supported (new From June 2019), But Local Variables And Type Information Are Missing. Symbol_level=0 Gives Extremely Limited Debugging Abilities, Mostly Just Viewing Call Stacks When Chromium Crashes. Browsing Source Code If You Use A Solution File Generated By Gn (gn Gen --ide=vs) Then Intellisense May Help You Navigate The Code. If This Doesn't Work Or If You Use A Solution Created As Above Then You May Want To Install VsChromium To Help Navigate The Code, As Well As Using Https://source.chromium.org. Profiles It's A Good Idea To Use A Different Chrome Profile For Your Debugging. If You Are Debugging Google Chrome Branded Builds, Or Use A Chromium Build As Your Primary Browser, The Profiles Can Collide So You Can't Run Both At Once, And Your Stable Browser Might See Profile Versions From The Future (Google Chrome And Chromium Use Different Profile Directories By Default So Won't Collide). Use The Command-line Option: --user-data-dir=C:\tmp\my_debug_profile (replace The Path As Necessary) Using The IDE, Go To The Debugging Tab Of The Properties Of The Chrome Project, And Set The Command Arguments. Chrome Debug Log Enable Chrome Debug Logging To A File By Passing --enable-logging --v=1 Command-line Flags At Startup. Debug Builds Place The Chrome_debug.log File In The Out\Debug Directory. Release Builds Place The File In The Top Level Of The User Data Chromium App Directory, Which Is OS-version-dependent. For More Information, See Logging And User Data Directory Details. Symbol Server If You Are Debugging Official Google Chrome Release Builds, Use The Symbol Server: Https://chromium-browser-symsrv.commondatastorage.googleapis.com In Visual Studio, This Goes In Tools > Options Under Debugging > Symbols. You Should Set Up A Local Cache In A Empty Directory On Your Computer. In Windbg You Can Add This To Your Symbol Server Search Path With The Command Below, Where C:\symbols Is A Local Cache Directory: .sympath+ SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Alternately, You Can Set The _NT_SYMBOL_PATH Environment Variable To Include Both The Microsoft And Google Symbol Servers - VS, Windbg, And Other Tools Should Both Respect This Environment Variable: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Note That Symbol Servers Will Let The Debuggers Download Both The PE Files (DLLs And EXEs) And The PDB Files. Chrome Often Loads Third Party Libraries And Partial Symbols For Some Of These Are Also Public. For Example: AMD: Https://download.amd.com/dir/bin Nvidia: Https://driver-symbols.nvidia.com/ Intel: Https://software.intel.com/sites/downloads/symbols/ For Example, For Completeness, The Following Symbol Server Environment Variable Will Resolve All Of The Above Sources - But This Is More Than Is Normally Needed: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV\*C:\symbols\*https://download.amd.com/dir/bin;SRV\*C:\symbols\*https://driver-symbols.nvidia.com/;SRV\*C:\symbols\*https://software.intel.com/sites/downloads/symbols/ Source Indexing You Should Set Up Source Indexing In Your Debugger (.srcfix In Windbg, Tools-> Options-> Debugging-> General-> Enable Source Server Support In Visual Studio) So That The Correct Source Files Will Automatically Be Downloaded Based On Information In The Downloaded Symbols. Additionally, You Must Have Python In Your Path In Order For The Command That Fetches Source Files To Succeed; Launching The Debugger From The Same Environment As Where You Build Chromium Is An Easy Way To Ensure It's Present. This Is Highly Recommended When Debugging Released Google Chrome Builds Or Looking At Crash Dumps. Having The Correct Version Of The Source Files Automatically Show Up Saves Significant Time So You Should Definitely Set This. Multi-process Issues Chromium Can Be Challenging To Debug Because Of Its Multi-process Architecture. When You Select Run In The Debugger, Only The Main Browser Process Will Be Debugged. The Code That Actually Renders Web Pages (the Renderer) And The Plugins Will Be In Separate Processes That's Not (yet!) Being Debugged. The ProcessExplorer Tool Has A Process Tree View Where You Can See How These Processes Are Related. You Can Also Get The Process IDs Associated With Each Tab From The Chrome Task Manager (right-click On An Empty Area Of The Window Title Bar To Open). Automatically Attach To Child Processes There Are Two Visual Studio Extensions That Enable The Debugger To Automatically Attach To All Chrome Processes, So You Can Debug All Of Chrome At Once. Microsoft's Child Process Debugging Power Tool Is A Standalone Extension For This, And VsChromium Is Another Option That Bundles Many Other Additional Features. In Addition To Installing One Of These Extensions, You Must Run Visual Studio As Administrator, Or It Will Silently Fail To Attach To Some Of Chrome's Child Processes. Single-process Mode One Way To Debug Issues Is To Run Chromium In Single-process Mode. This Will Allow You To See The Entire State Of The Program Without Extra Work (although It Will Still Have Many Threads). To Use Single-process Mode, Add The Command-line Flag --single-process This Approach Isn't Perfect Because Some Problems Won't Manifest Themselves In This Mode And Some Features Don't Work And Worker Threads Are Still Spawned Into New Processes. Manually Attaching To A Child Process You Can Attach To The Running Child Processes With The Debugger. Select Tools > Attach To Process And Click The Chrome.exe Process You Want To Attach To. Before Attaching, Make Sure You Have Selected Only Native Code When Attaching To The Process This Is Done By Clicking Select... In The Attach To Process Window And Only Checking Native. If You Forget This, It May Attempt To Attach In "WebKit" Mode To Debug JavaScript, And You'll Get An Error Message "An Operation Is Not Legal In The Current State." You Can Now Debug The Two Processes As If They Were One. When You Are Debugging Multiple Processes, Open The Debug > Windows > Processes Window To Switch Between Them. Sometimes You Are Debugging Something That Only Happens On Startup, And Want To See The Child Process As Soon As It Starts. Use: --renderer-startup-dialog --no-sandbox You Have To Disable The Sandbox Or The Dialog Box Will Be Prohibited From Showing. When The Dialog Appears, Visit Tools > Attach To Process And Attach To The Process Showing The Renderer Startup Dialog. Now You're Debugging In The Renderer And Can Continue Execution By Pressing OK In The Dialog. Startup Dialogs Also Exist For Other Child Process Types: --gpu-startup-dialog, --ppapi-startup-dialog, --utility-startup-dialog, --plugin-startup-dialog (for NPAPI). For Utilities, You Can Add A Service Type --utility-startup-dialog=data_decoder.mojom.DataDecoderService. You Can Also Try The Vs-chromium Plug-in To Attach To The Right Processes. Semi-automatically Attaching The Debugger To Child Processes The Following Flags Cause Child Processes To Wait For 60 Seconds In A Busy Loop For A Debugger To Attach To The Process. Once Either Condition Is True, It Continues On; No Exception Is Thrown. --wait-for-debugger-children[=filter] The Filter, If Provided, Will Fire Only If It Matches The --type Parameter To The Process. Values Include Renderer, Plugin (for NPAPI), Ppapi, Gpu-process, And Utility. When Using This Option, It May Be Helpful To Limit The Number Of Renderer Processes Spawned, Using: --renderer-process-limit=1 Image File Execution Options Using Image File Execution Options (IFEO) Will Not Work Because CreateProcess() Returns The Handle To The Debugger Process Instead Of The Intended Child Process. There Are Also Issues With The Sandbox. Time Travel Debugging You Can Do Time Travel Debugging Using WinDbg Preview (must Be Installed From The Microsoft Store). This Lets You Execute A Program Forward And Backwards. After Capturing A Trace, You Can Set Breakpoints And Step Through Code As Normal, But Also Provides 'backwards' Commands (g-, T-, P-) So That You Can Go Back And Forth Through The Execution. It Is Especially Useful To Set Data Breakpoints (ba Command) And Reverse Continuing, So You Can See When A Certain Variable Was Last Changed To Its Current Value. Chromium Specifics: The Type Of Injection The Time Travel Tracer Needs To Perform Is Incompatible With The Chromium Sandbox. In Order To Record A Trace, You'll Need To Run With --no-sandbox. Chromium Cannot Run Elevated With Administrator Privileges, So The "Launch Executable (advance)" Option Won't Work, You'll Need To Attach After The Process Has Already Launched Via The Checkbox In The Bottom Right. If You Need To Record Startup-like Things, You'll Have To Use --{browser,gpu,renderer,utility}-startup-dialog, Then Attach (and Hope The Relevant Code Hasn't Executed Before That Point). JsDbg -- Data Structure Visualization You Can Install JsDbg As A Plugin For WinDbg Or Visual Studio. It Interactively Lets You Look At Data Structures (such As The DOM Tree, Accessibility Tree, Layout Object Tree, And Others) In A Web Browser As You Debug. See The JsDbg Site For Some Screen Shots And Usage Examples. This Also Works When Examining Memory Dumps (though Not Minidumps), And Also Works Together With Time Travel Debugging. Visual Studio Hints Debug Visualizers Chrome's Custom Debug Visualizers Should Be Added To The Pdb Files And Automatically Picked Up By Visual Studio. The Definitions Are In //tools/win/DebugVisualizers If You Need To Modify Them (the BUILD.gn File There Has Additional Instructions). Don't Step Into Trivial Functions The Debugger Can Be Configured To Automatically Not Step Into Functions Based On Regular Expression. Edit Default.natstepfilter In The Following Directory: For Visual Studio 2015: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers (for The Current User Only) For Visual Studio 2017 Pro: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2017\Visualizers (for The Current User Only) Add Regular Expressions Of Functions To Not Step Into. Remember To Regex-escape And XML-escape Them, E.g. < For < And \. For A Literal Dot. Example: Operator New NoStepInto Operator Delete NoStepInto Std::.* NoStepInto WTF::.*Ptr ::.* NoStepInto This File Is Read At Start Of A Debugging Session (F5), So You Don't Need To Restart Visual Studio After Changing It. More Info: Microsoft Email Thread V8 And Chromium V8 Supports Many Command-line Flags That Are Useful For Debugging. V8 Command-line Flags Can Be Set Via The Chromium Command-line Flag --js-flags; For Instance: Chrome.exe --js-flags="--trace_exception --heap_stats" Note That Some V8 Command-line Flags Exist Only In The Debug Build Of V8. For A List Of All V8 Flags Try: Chrome.exe --js-flags="--help" Graphics Debugging GPU Acceleration Of Rendering Can Be More Easily Debugged With Tools. See: Graphics Debugging In Visual Studio 2013 Graphical Debugging With NVIDIA NSight Debugging On Another Machine Sometimes It's Useful To Debug Installation And Execution On A Machine Other Than Your Primary Build Box. To Run The Installer On Said Other Machine, First Build The Mini_installer Target On Your Main Build Machine (e.g., Autoninja -C Out\Debug Mini_installer). Next, On The Debug Machine: Make The Build Machine's Build Volume Available On The Debug Machine Either By Mounting It Locally (e.g., Z:\) Or By Crafting A UNC Path To It (e.g., \\builder\src) Open Up A Command Prompt And Change To A Local Disk Run Src\tools\win\copy-installer.bat In The Remote Checkout By Way Of The Mount (e.g., Z:\PATHTOCHECKOUT\src\...) Or UNC Path (e.g., \\builder\src\...). This Will Copy The Installer, DLLs, And PDBs Into Your Debug Machine's C:\out Or C:\build (depending On If You're Rocking The Component=shared_library Build Or Not) Run C:\out\Debug\mini_installer.exe With The Flags Of Your Choice To Install Chrome. This Can Take Some Time, Especially On A Slow Machine. Watch The Task Manager And Wait Until Mini_installer.exe Exits Before Trying To Launch Chrome (by Way Of The Shortcut(s) Created By The Installer) For Extra Pleasure, Add C:\out\Debug To Your _NT_SYMBOL_PATH Environment Variable Consider Reading The Documentation At The Top Of Copy-installer.bat To See How You Can Run It. It Tries To Be Smart And Copy The Right Things, But You May Need To Be Explicit (e.g., "copy-installer.bat Out Debug"). It Is Safe To Re-run The Script To Copy Only Modified Files (after A Rebuild, For Example). You Can Also Use The Zip Action Of The Isolate Scripts (tools\mb\mb.py) To Package All The Files For A Target Into A Single Zip File, For Example: Python Tools\mb\mb.py Zip Out/Release Base_unittests Base_unittests.zip Finding All Memory Allocations It Is Possible To Use Heap Snapshots To Get Call Stacks On All Outstanding Allocations That Use The OS Heap. This Works Particularly Well If Heap Snapshots Are Started As Soon As The Chrome Browser Process Is Created, But Before It Starts Running. Details Can Be Found In This Batch File. However, With PartitionAlloc Everywhere Most Chromium Allocations No Longer Use The Windows Heap So This Will Only Find A Subset Of Allocations, Mostly From OS DLLs. Find Memory Leaks Note: As With Heap Snapshots The Utility Of UMDH Is Greatly Reduced Now Because PartitionAlloc Everywhere Has Mostly Replaced The Windows Heap. The Windows Heap Manager Has A Really Useful Debug Flag, Where It Can Be Asked To Capture And Store A Stack Trace With Every Allocation. The Tool To Scrape These Stack Traces Out Of Processes Is UMDH, Which Comes With WinDbg. UMDH Is Great. It Will Capture A Snapshot Of The Heap State As Many Times As You Like, And It'll Do It Fairly Quickly. You Then Run It Again Against Either A Single Snapshot, Or A Pair Of Snapshots, At Which Time It'll Symbolize The Stack Traces And Aggregate Usage Up To Unique Stack Traces. Turning On The User Stack Trace Database For Chrome.exe With Gflags.exe Makes It Run Unbearably Slowly; However, Turning On The User Stack Trace Database On For The Browser Alone Is Just Fine. While It's Possible To Turn On The User Stack Database With The "!gflag" Debugging Extension, It's Too Late To Do This By The Time The Initial Debugger Breakpoint Hits. The Only Reasonable Way To Do This Is To Launch GFlags.exe, Enable The User Stack Trace Database (per Image Below), Launch Chrome Under The Debugger. Set A Breakpont When Chrome.dll Loads With "sxe Ld Chrome.dll". Step Up, To Allow Chrome.dll To Initialize. Disable The Stack Trace Database In GFlags.exe. Continue Chrome, Optionally Detaching The Debugger. Image GFlags.exe Settings For User Mode Stack Trace Database. If You Then Ever Suffer A Browser Memory Leak, You Can Snarf A Dump Of The Process With Umdh -p: > Chrome-browser-leak-umdh-dump.txt Which Can Then Typically Be "trivially" Analyzed To Find The Culprit. Miscellaneous Note That By Default Application Verifier Only Works With Non-official Builds Of Chromium. To Use Application Verifier On Official Builds You Need To Add --disable-features=RendererCodeIntegrity To Avoid Sandbox Crashes In Renderer Processes. See Crbug.com/1004989 For Details. See Also This Page. Application Verifier Is A Free Tool From Microsoft (available As Part Of The Windows SDK) That Can Be Used To Flush Out Programming Errors. Starting With M68 Application Verifier Can Be Enabled For Chrome.exe Without Needing To Disable The Sandbox. After Adding Chrome.exe To The List Of Applications To Be Stressed You Need To Expand The List Of Basics Checks And Disable The Leak Checks. You May Also Need To Disable Handles And Locks Checks Depending On Your Graphics Driver And Specific Chrome Version, But The Eventual Goal Is To Have Chrome Run With Handles And Locks Checks Enabled. When Bugs Are Found Chrome Will Trigger A Breakpoint So Running All Chrome Processes Under A Debugger Is Recommended. Chrome Will Run Much More Slowly Because Application Verifier Puts Every Heap Allocation On A Separate Page. Note That With PartitionAlloc Everywhere Most Chromium Allocations Don't Actually Go Through The Windows Heap And Are Therefore Unaffected By Application Verifier. You Can Check The Undocumented 'Cuzz' Checkbox In Application Verifier To Get The Windows Thread Scheduler To Add Some Extra Randomness In Order To Help Expose Race Conditions In Your Code. To Put A Breakpoint On CreateFile(), Add This Break Point: {,,kernel32.dll}_CreateFileW@28 {,,kernel32.dll} Specifies The DLL (context Operator). _ Prefix Means Extern "C". @28 Postfix Means _stdcall With The Stack Pop At The End Of The Function. I.e. The Number Of Arguments In BYTES. You Can Use DebugView From SysInternals Or Sawbuck To View LOG() Messages That Normally Go To Stderr On POSIX.” Metadata:
- Title: ➤ The Chromium Logo The Chromium Projects Home Chromium ChromiumOS Quick Links Report Bugs Discuss Other Sites Chromium Blog Google Chrome Extensions Except As Otherwise Noted, The Content Of This Page Is Licensed Under A Creative Commons Attribution 2.5 License, And Examples Are Licensed Under The BSD License. Privacy Edit This Page For Developers > How-Tos > Debugging Chromium On Windows First See Get The Code For Checkout And Build Instructions. Getting Started You Can Use Visual Studio's Built-in Debugger Or WinDBG To Debug Chromium. You Don't Need To Use The IDE To Build In Order To Use The Debugger: Autoninja Is Used To Build Chromium And Most Developers Invoke It From A Command Prompt, And Then Open The IDE For Debugging As Necessary. To Start Debugging An Already-built Executable With Visual Studio Just Launch Visual Studio (2019 Or Higher) And Select File-> Open-> Project/Solution (Ctrl+Shift+O) And Select The Executable Of Interest. This Will Create A Solution With That Executable As The 'project'. You Can Then Launch The Debugger With F5 Or F11 Or From The Debug Menu. If You Right-click On The Executable In Solution Explorer And Select Properties Then You Can Edit Things Such As The Executable Path, Command-line Arguments, And Working Directory. You Can Add Additional Executables To The Solution By Using File-> Add-> Existing Project And Selecting Another Already-built Executable. You Can Select Which One To Debug By Right-clicking On One Of Them In Solution Explorer And Selecting Set As Startup Project. When Your Solution File Is Customized To Your Taste You Can Save It To A Directory Such As Out\solutions. Saving It There Helps Ensure That Relative Paths To Source Files, Printed From Build Commands, Will Correctly Identify The Source Files. The Tools Menu Can Be Used To Add Commands To Do Things Like Invoke Autoninja To Build Chrome, Compile The Selected Source File, Or Other Things. Visual Studio 2017 Is Not Recommended For Debugging Of Chromium - Use A Newer Version For Best Performance And Stability. Symbol_level=2 Is The Default On Windows And Gives Full Debugging Information With Types, Locals, Globals, Function Names, And Source/line Information. Symbol_level=1 Creates Smaller PDBs With Just Function Names, And Source/line Information - Source-level Debugging Is Still Supported (new From June 2019), But Local Variables And Type Information Are Missing. Symbol_level=0 Gives Extremely Limited Debugging Abilities, Mostly Just Viewing Call Stacks When Chromium Crashes. Browsing Source Code If You Use A Solution File Generated By Gn (gn Gen --ide=vs) Then Intellisense May Help You Navigate The Code. If This Doesn't Work Or If You Use A Solution Created As Above Then You May Want To Install VsChromium To Help Navigate The Code, As Well As Using Https://source.chromium.org. Profiles It's A Good Idea To Use A Different Chrome Profile For Your Debugging. If You Are Debugging Google Chrome Branded Builds, Or Use A Chromium Build As Your Primary Browser, The Profiles Can Collide So You Can't Run Both At Once, And Your Stable Browser Might See Profile Versions From The Future (Google Chrome And Chromium Use Different Profile Directories By Default So Won't Collide). Use The Command-line Option: --user-data-dir=C:\tmp\my_debug_profile (replace The Path As Necessary) Using The IDE, Go To The Debugging Tab Of The Properties Of The Chrome Project, And Set The Command Arguments. Chrome Debug Log Enable Chrome Debug Logging To A File By Passing --enable-logging --v=1 Command-line Flags At Startup. Debug Builds Place The Chrome_debug.log File In The Out\Debug Directory. Release Builds Place The File In The Top Level Of The User Data Chromium App Directory, Which Is OS-version-dependent. For More Information, See Logging And User Data Directory Details. Symbol Server If You Are Debugging Official Google Chrome Release Builds, Use The Symbol Server: Https://chromium-browser-symsrv.commondatastorage.googleapis.com In Visual Studio, This Goes In Tools > Options Under Debugging > Symbols. You Should Set Up A Local Cache In A Empty Directory On Your Computer. In Windbg You Can Add This To Your Symbol Server Search Path With The Command Below, Where C:\symbols Is A Local Cache Directory: .sympath+ SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Alternately, You Can Set The _NT_SYMBOL_PATH Environment Variable To Include Both The Microsoft And Google Symbol Servers - VS, Windbg, And Other Tools Should Both Respect This Environment Variable: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Note That Symbol Servers Will Let The Debuggers Download Both The PE Files (DLLs And EXEs) And The PDB Files. Chrome Often Loads Third Party Libraries And Partial Symbols For Some Of These Are Also Public. For Example: AMD: Https://download.amd.com/dir/bin Nvidia: Https://driver-symbols.nvidia.com/ Intel: Https://software.intel.com/sites/downloads/symbols/ For Example, For Completeness, The Following Symbol Server Environment Variable Will Resolve All Of The Above Sources - But This Is More Than Is Normally Needed: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV\*C:\symbols\*https://download.amd.com/dir/bin;SRV\*C:\symbols\*https://driver-symbols.nvidia.com/;SRV\*C:\symbols\*https://software.intel.com/sites/downloads/symbols/ Source Indexing You Should Set Up Source Indexing In Your Debugger (.srcfix In Windbg, Tools-> Options-> Debugging-> General-> Enable Source Server Support In Visual Studio) So That The Correct Source Files Will Automatically Be Downloaded Based On Information In The Downloaded Symbols. Additionally, You Must Have Python In Your Path In Order For The Command That Fetches Source Files To Succeed; Launching The Debugger From The Same Environment As Where You Build Chromium Is An Easy Way To Ensure It's Present. This Is Highly Recommended When Debugging Released Google Chrome Builds Or Looking At Crash Dumps. Having The Correct Version Of The Source Files Automatically Show Up Saves Significant Time So You Should Definitely Set This. Multi-process Issues Chromium Can Be Challenging To Debug Because Of Its Multi-process Architecture. When You Select Run In The Debugger, Only The Main Browser Process Will Be Debugged. The Code That Actually Renders Web Pages (the Renderer) And The Plugins Will Be In Separate Processes That's Not (yet!) Being Debugged. The ProcessExplorer Tool Has A Process Tree View Where You Can See How These Processes Are Related. You Can Also Get The Process IDs Associated With Each Tab From The Chrome Task Manager (right-click On An Empty Area Of The Window Title Bar To Open). Automatically Attach To Child Processes There Are Two Visual Studio Extensions That Enable The Debugger To Automatically Attach To All Chrome Processes, So You Can Debug All Of Chrome At Once. Microsoft's Child Process Debugging Power Tool Is A Standalone Extension For This, And VsChromium Is Another Option That Bundles Many Other Additional Features. In Addition To Installing One Of These Extensions, You Must Run Visual Studio As Administrator, Or It Will Silently Fail To Attach To Some Of Chrome's Child Processes. Single-process Mode One Way To Debug Issues Is To Run Chromium In Single-process Mode. This Will Allow You To See The Entire State Of The Program Without Extra Work (although It Will Still Have Many Threads). To Use Single-process Mode, Add The Command-line Flag --single-process This Approach Isn't Perfect Because Some Problems Won't Manifest Themselves In This Mode And Some Features Don't Work And Worker Threads Are Still Spawned Into New Processes. Manually Attaching To A Child Process You Can Attach To The Running Child Processes With The Debugger. Select Tools > Attach To Process And Click The Chrome.exe Process You Want To Attach To. Before Attaching, Make Sure You Have Selected Only Native Code When Attaching To The Process This Is Done By Clicking Select... In The Attach To Process Window And Only Checking Native. If You Forget This, It May Attempt To Attach In "WebKit" Mode To Debug JavaScript, And You'll Get An Error Message "An Operation Is Not Legal In The Current State." You Can Now Debug The Two Processes As If They Were One. When You Are Debugging Multiple Processes, Open The Debug > Windows > Processes Window To Switch Between Them. Sometimes You Are Debugging Something That Only Happens On Startup, And Want To See The Child Process As Soon As It Starts. Use: --renderer-startup-dialog --no-sandbox You Have To Disable The Sandbox Or The Dialog Box Will Be Prohibited From Showing. When The Dialog Appears, Visit Tools > Attach To Process And Attach To The Process Showing The Renderer Startup Dialog. Now You're Debugging In The Renderer And Can Continue Execution By Pressing OK In The Dialog. Startup Dialogs Also Exist For Other Child Process Types: --gpu-startup-dialog, --ppapi-startup-dialog, --utility-startup-dialog, --plugin-startup-dialog (for NPAPI). For Utilities, You Can Add A Service Type --utility-startup-dialog=data_decoder.mojom.DataDecoderService. You Can Also Try The Vs-chromium Plug-in To Attach To The Right Processes. Semi-automatically Attaching The Debugger To Child Processes The Following Flags Cause Child Processes To Wait For 60 Seconds In A Busy Loop For A Debugger To Attach To The Process. Once Either Condition Is True, It Continues On; No Exception Is Thrown. --wait-for-debugger-children[=filter] The Filter, If Provided, Will Fire Only If It Matches The --type Parameter To The Process. Values Include Renderer, Plugin (for NPAPI), Ppapi, Gpu-process, And Utility. When Using This Option, It May Be Helpful To Limit The Number Of Renderer Processes Spawned, Using: --renderer-process-limit=1 Image File Execution Options Using Image File Execution Options (IFEO) Will Not Work Because CreateProcess() Returns The Handle To The Debugger Process Instead Of The Intended Child Process. There Are Also Issues With The Sandbox. Time Travel Debugging You Can Do Time Travel Debugging Using WinDbg Preview (must Be Installed From The Microsoft Store). This Lets You Execute A Program Forward And Backwards. After Capturing A Trace, You Can Set Breakpoints And Step Through Code As Normal, But Also Provides 'backwards' Commands (g-, T-, P-) So That You Can Go Back And Forth Through The Execution. It Is Especially Useful To Set Data Breakpoints (ba Command) And Reverse Continuing, So You Can See When A Certain Variable Was Last Changed To Its Current Value. Chromium Specifics: The Type Of Injection The Time Travel Tracer Needs To Perform Is Incompatible With The Chromium Sandbox. In Order To Record A Trace, You'll Need To Run With --no-sandbox. Chromium Cannot Run Elevated With Administrator Privileges, So The "Launch Executable (advance)" Option Won't Work, You'll Need To Attach After The Process Has Already Launched Via The Checkbox In The Bottom Right. If You Need To Record Startup-like Things, You'll Have To Use --{browser,gpu,renderer,utility}-startup-dialog, Then Attach (and Hope The Relevant Code Hasn't Executed Before That Point). JsDbg -- Data Structure Visualization You Can Install JsDbg As A Plugin For WinDbg Or Visual Studio. It Interactively Lets You Look At Data Structures (such As The DOM Tree, Accessibility Tree, Layout Object Tree, And Others) In A Web Browser As You Debug. See The JsDbg Site For Some Screen Shots And Usage Examples. This Also Works When Examining Memory Dumps (though Not Minidumps), And Also Works Together With Time Travel Debugging. Visual Studio Hints Debug Visualizers Chrome's Custom Debug Visualizers Should Be Added To The Pdb Files And Automatically Picked Up By Visual Studio. The Definitions Are In //tools/win/DebugVisualizers If You Need To Modify Them (the BUILD.gn File There Has Additional Instructions). Don't Step Into Trivial Functions The Debugger Can Be Configured To Automatically Not Step Into Functions Based On Regular Expression. Edit Default.natstepfilter In The Following Directory: For Visual Studio 2015: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers (for The Current User Only) For Visual Studio 2017 Pro: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2017\Visualizers (for The Current User Only) Add Regular Expressions Of Functions To Not Step Into. Remember To Regex-escape And XML-escape Them, E.g. < For < And \. For A Literal Dot. Example: Operator New NoStepInto Operator Delete NoStepInto Std::.* NoStepInto WTF::.*Ptr ::.* NoStepInto This File Is Read At Start Of A Debugging Session (F5), So You Don't Need To Restart Visual Studio After Changing It. More Info: Microsoft Email Thread V8 And Chromium V8 Supports Many Command-line Flags That Are Useful For Debugging. V8 Command-line Flags Can Be Set Via The Chromium Command-line Flag --js-flags; For Instance: Chrome.exe --js-flags="--trace_exception --heap_stats" Note That Some V8 Command-line Flags Exist Only In The Debug Build Of V8. For A List Of All V8 Flags Try: Chrome.exe --js-flags="--help" Graphics Debugging GPU Acceleration Of Rendering Can Be More Easily Debugged With Tools. See: Graphics Debugging In Visual Studio 2013 Graphical Debugging With NVIDIA NSight Debugging On Another Machine Sometimes It's Useful To Debug Installation And Execution On A Machine Other Than Your Primary Build Box. To Run The Installer On Said Other Machine, First Build The Mini_installer Target On Your Main Build Machine (e.g., Autoninja -C Out\Debug Mini_installer). Next, On The Debug Machine: Make The Build Machine's Build Volume Available On The Debug Machine Either By Mounting It Locally (e.g., Z:\) Or By Crafting A UNC Path To It (e.g., \\builder\src) Open Up A Command Prompt And Change To A Local Disk Run Src\tools\win\copy-installer.bat In The Remote Checkout By Way Of The Mount (e.g., Z:\PATHTOCHECKOUT\src\...) Or UNC Path (e.g., \\builder\src\...). This Will Copy The Installer, DLLs, And PDBs Into Your Debug Machine's C:\out Or C:\build (depending On If You're Rocking The Component=shared_library Build Or Not) Run C:\out\Debug\mini_installer.exe With The Flags Of Your Choice To Install Chrome. This Can Take Some Time, Especially On A Slow Machine. Watch The Task Manager And Wait Until Mini_installer.exe Exits Before Trying To Launch Chrome (by Way Of The Shortcut(s) Created By The Installer) For Extra Pleasure, Add C:\out\Debug To Your _NT_SYMBOL_PATH Environment Variable Consider Reading The Documentation At The Top Of Copy-installer.bat To See How You Can Run It. It Tries To Be Smart And Copy The Right Things, But You May Need To Be Explicit (e.g., "copy-installer.bat Out Debug"). It Is Safe To Re-run The Script To Copy Only Modified Files (after A Rebuild, For Example). You Can Also Use The Zip Action Of The Isolate Scripts (tools\mb\mb.py) To Package All The Files For A Target Into A Single Zip File, For Example: Python Tools\mb\mb.py Zip Out/Release Base_unittests Base_unittests.zip Finding All Memory Allocations It Is Possible To Use Heap Snapshots To Get Call Stacks On All Outstanding Allocations That Use The OS Heap. This Works Particularly Well If Heap Snapshots Are Started As Soon As The Chrome Browser Process Is Created, But Before It Starts Running. Details Can Be Found In This Batch File. However, With PartitionAlloc Everywhere Most Chromium Allocations No Longer Use The Windows Heap So This Will Only Find A Subset Of Allocations, Mostly From OS DLLs. Find Memory Leaks Note: As With Heap Snapshots The Utility Of UMDH Is Greatly Reduced Now Because PartitionAlloc Everywhere Has Mostly Replaced The Windows Heap. The Windows Heap Manager Has A Really Useful Debug Flag, Where It Can Be Asked To Capture And Store A Stack Trace With Every Allocation. The Tool To Scrape These Stack Traces Out Of Processes Is UMDH, Which Comes With WinDbg. UMDH Is Great. It Will Capture A Snapshot Of The Heap State As Many Times As You Like, And It'll Do It Fairly Quickly. You Then Run It Again Against Either A Single Snapshot, Or A Pair Of Snapshots, At Which Time It'll Symbolize The Stack Traces And Aggregate Usage Up To Unique Stack Traces. Turning On The User Stack Trace Database For Chrome.exe With Gflags.exe Makes It Run Unbearably Slowly; However, Turning On The User Stack Trace Database On For The Browser Alone Is Just Fine. While It's Possible To Turn On The User Stack Database With The "!gflag" Debugging Extension, It's Too Late To Do This By The Time The Initial Debugger Breakpoint Hits. The Only Reasonable Way To Do This Is To Launch GFlags.exe, Enable The User Stack Trace Database (per Image Below), Launch Chrome Under The Debugger. Set A Breakpont When Chrome.dll Loads With "sxe Ld Chrome.dll". Step Up, To Allow Chrome.dll To Initialize. Disable The Stack Trace Database In GFlags.exe. Continue Chrome, Optionally Detaching The Debugger. Image GFlags.exe Settings For User Mode Stack Trace Database. If You Then Ever Suffer A Browser Memory Leak, You Can Snarf A Dump Of The Process With Umdh -p: > Chrome-browser-leak-umdh-dump.txt Which Can Then Typically Be "trivially" Analyzed To Find The Culprit. Miscellaneous Note That By Default Application Verifier Only Works With Non-official Builds Of Chromium. To Use Application Verifier On Official Builds You Need To Add --disable-features=RendererCodeIntegrity To Avoid Sandbox Crashes In Renderer Processes. See Crbug.com/1004989 For Details. See Also This Page. Application Verifier Is A Free Tool From Microsoft (available As Part Of The Windows SDK) That Can Be Used To Flush Out Programming Errors. Starting With M68 Application Verifier Can Be Enabled For Chrome.exe Without Needing To Disable The Sandbox. After Adding Chrome.exe To The List Of Applications To Be Stressed You Need To Expand The List Of Basics Checks And Disable The Leak Checks. You May Also Need To Disable Handles And Locks Checks Depending On Your Graphics Driver And Specific Chrome Version, But The Eventual Goal Is To Have Chrome Run With Handles And Locks Checks Enabled. When Bugs Are Found Chrome Will Trigger A Breakpoint So Running All Chrome Processes Under A Debugger Is Recommended. Chrome Will Run Much More Slowly Because Application Verifier Puts Every Heap Allocation On A Separate Page. Note That With PartitionAlloc Everywhere Most Chromium Allocations Don't Actually Go Through The Windows Heap And Are Therefore Unaffected By Application Verifier. You Can Check The Undocumented 'Cuzz' Checkbox In Application Verifier To Get The Windows Thread Scheduler To Add Some Extra Randomness In Order To Help Expose Race Conditions In Your Code. To Put A Breakpoint On CreateFile(), Add This Break Point: {,,kernel32.dll}_CreateFileW@28 {,,kernel32.dll} Specifies The DLL (context Operator). _ Prefix Means Extern "C". @28 Postfix Means _stdcall With The Stack Pop At The End Of The Function. I.e. The Number Of Arguments In BYTES. You Can Use DebugView From SysInternals Or Sawbuck To View LOG() Messages That Normally Go To Stderr On POSIX.
“The Chromium Logo The Chromium Projects Home Chromium ChromiumOS Quick Links Report Bugs Discuss Other Sites Chromium Blog Google Chrome Extensions Except As Otherwise Noted, The Content Of This Page Is Licensed Under A Creative Commons Attribution 2.5 License, And Examples Are Licensed Under The BSD License. Privacy Edit This Page For Developers > How-Tos > Debugging Chromium On Windows First See Get The Code For Checkout And Build Instructions. Getting Started You Can Use Visual Studio's Built-in Debugger Or WinDBG To Debug Chromium. You Don't Need To Use The IDE To Build In Order To Use The Debugger: Autoninja Is Used To Build Chromium And Most Developers Invoke It From A Command Prompt, And Then Open The IDE For Debugging As Necessary. To Start Debugging An Already-built Executable With Visual Studio Just Launch Visual Studio (2019 Or Higher) And Select File-> Open-> Project/Solution (Ctrl+Shift+O) And Select The Executable Of Interest. This Will Create A Solution With That Executable As The 'project'. You Can Then Launch The Debugger With F5 Or F11 Or From The Debug Menu. If You Right-click On The Executable In Solution Explorer And Select Properties Then You Can Edit Things Such As The Executable Path, Command-line Arguments, And Working Directory. You Can Add Additional Executables To The Solution By Using File-> Add-> Existing Project And Selecting Another Already-built Executable. You Can Select Which One To Debug By Right-clicking On One Of Them In Solution Explorer And Selecting Set As Startup Project. When Your Solution File Is Customized To Your Taste You Can Save It To A Directory Such As Out\solutions. Saving It There Helps Ensure That Relative Paths To Source Files, Printed From Build Commands, Will Correctly Identify The Source Files. The Tools Menu Can Be Used To Add Commands To Do Things Like Invoke Autoninja To Build Chrome, Compile The Selected Source File, Or Other Things. Visual Studio 2017 Is Not Recommended For Debugging Of Chromium - Use A Newer Version For Best Performance And Stability. Symbol_level=2 Is The Default On Windows And Gives Full Debugging Information With Types, Locals, Globals, Function Names, And Source/line Information. Symbol_level=1 Creates Smaller PDBs With Just Function Names, And Source/line Information - Source-level Debugging Is Still Supported (new From June 2019), But Local Variables And Type Information Are Missing. Symbol_level=0 Gives Extremely Limited Debugging Abilities, Mostly Just Viewing Call Stacks When Chromium Crashes. Browsing Source Code If You Use A Solution File Generated By Gn (gn Gen --ide=vs) Then Intellisense May Help You Navigate The Code. If This Doesn't Work Or If You Use A Solution Created As Above Then You May Want To Install VsChromium To Help Navigate The Code, As Well As Using Https://source.chromium.org. Profiles It's A Good Idea To Use A Different Chrome Profile For Your Debugging. If You Are Debugging Google Chrome Branded Builds, Or Use A Chromium Build As Your Primary Browser, The Profiles Can Collide So You Can't Run Both At Once, And Your Stable Browser Might See Profile Versions From The Future (Google Chrome And Chromium Use Different Profile Directories By Default So Won't Collide). Use The Command-line Option: --user-data-dir=C:\tmp\my_debug_profile (replace The Path As Necessary) Using The IDE, Go To The Debugging Tab Of The Properties Of The Chrome Project, And Set The Command Arguments. Chrome Debug Log Enable Chrome Debug Logging To A File By Passing --enable-logging --v=1 Command-line Flags At Startup. Debug Builds Place The Chrome_debug.log File In The Out\Debug Directory. Release Builds Place The File In The Top Level Of The User Data Chromium App Directory, Which Is OS-version-dependent. For More Information, See Logging And User Data Directory Details. Symbol Server If You Are Debugging Official Google Chrome Release Builds, Use The Symbol Server: Https://chromium-browser-symsrv.commondatastorage.googleapis.com In Visual Studio, This Goes In Tools > Options Under Debugging > Symbols. You Should Set Up A Local Cache In A Empty Directory On Your Computer. In Windbg You Can Add This To Your Symbol Server Search Path With The Command Below, Where C:\symbols Is A Local Cache Directory: .sympath+ SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Alternately, You Can Set The _NT_SYMBOL_PATH Environment Variable To Include Both The Microsoft And Google Symbol Servers - VS, Windbg, And Other Tools Should Both Respect This Environment Variable: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Note That Symbol Servers Will Let The Debuggers Download Both The PE Files (DLLs And EXEs) And The PDB Files. Chrome Often Loads Third Party Libraries And Partial Symbols For Some Of These Are Also Public. For Example: AMD: Https://download.amd.com/dir/bin Nvidia: Https://driver-symbols.nvidia.com/ Intel: Https://software.intel.com/sites/downloads/symbols/ For Example, For Completeness, The Following Symbol Server Environment Variable Will Resolve All Of The Above Sources - But This Is More Than Is Normally Needed: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV\*C:\symbols\*https://download.amd.com/dir/bin;SRV\*C:\symbols\*https://driver-symbols.nvidia.com/;SRV\*C:\symbols\*https://software.intel.com/sites/downloads/symbols/ Source Indexing You Should Set Up Source Indexing In Your Debugger (.srcfix In Windbg, Tools-> Options-> Debugging-> General-> Enable Source Server Support In Visual Studio) So That The Correct Source Files Will Automatically Be Downloaded Based On Information In The Downloaded Symbols. Additionally, You Must Have Python In Your Path In Order For The Command That Fetches Source Files To Succeed; Launching The Debugger From The Same Environment As Where You Build Chromium Is An Easy Way To Ensure It's Present. This Is Highly Recommended When Debugging Released Google Chrome Builds Or Looking At Crash Dumps. Having The Correct Version Of The Source Files Automatically Show Up Saves Significant Time So You Should Definitely Set This. Multi-process Issues Chromium Can Be Challenging To Debug Because Of Its Multi-process Architecture. When You Select Run In The Debugger, Only The Main Browser Process Will Be Debugged. The Code That Actually Renders Web Pages (the Renderer) And The Plugins Will Be In Separate Processes That's Not (yet!) Being Debugged. The ProcessExplorer Tool Has A Process Tree View Where You Can See How These Processes Are Related. You Can Also Get The Process IDs Associated With Each Tab From The Chrome Task Manager (right-click On An Empty Area Of The Window Title Bar To Open). Automatically Attach To Child Processes There Are Two Visual Studio Extensions That Enable The Debugger To Automatically Attach To All Chrome Processes, So You Can Debug All Of Chrome At Once. Microsoft's Child Process Debugging Power Tool Is A Standalone Extension For This, And VsChromium Is Another Option That Bundles Many Other Additional Features. In Addition To Installing One Of These Extensions, You Must Run Visual Studio As Administrator, Or It Will Silently Fail To Attach To Some Of Chrome's Child Processes. Single-process Mode One Way To Debug Issues Is To Run Chromium In Single-process Mode. This Will Allow You To See The Entire State Of The Program Without Extra Work (although It Will Still Have Many Threads). To Use Single-process Mode, Add The Command-line Flag --single-process This Approach Isn't Perfect Because Some Problems Won't Manifest Themselves In This Mode And Some Features Don't Work And Worker Threads Are Still Spawned Into New Processes. Manually Attaching To A Child Process You Can Attach To The Running Child Processes With The Debugger. Select Tools > Attach To Process And Click The Chrome.exe Process You Want To Attach To. Before Attaching, Make Sure You Have Selected Only Native Code When Attaching To The Process This Is Done By Clicking Select... In The Attach To Process Window And Only Checking Native. If You Forget This, It May Attempt To Attach In "WebKit" Mode To Debug JavaScript, And You'll Get An Error Message "An Operation Is Not Legal In The Current State." You Can Now Debug The Two Processes As If They Were One. When You Are Debugging Multiple Processes, Open The Debug > Windows > Processes Window To Switch Between Them. Sometimes You Are Debugging Something That Only Happens On Startup, And Want To See The Child Process As Soon As It Starts. Use: --renderer-startup-dialog --no-sandbox You Have To Disable The Sandbox Or The Dialog Box Will Be Prohibited From Showing. When The Dialog Appears, Visit Tools > Attach To Process And Attach To The Process Showing The Renderer Startup Dialog. Now You're Debugging In The Renderer And Can Continue Execution By Pressing OK In The Dialog. Startup Dialogs Also Exist For Other Child Process Types: --gpu-startup-dialog, --ppapi-startup-dialog, --utility-startup-dialog, --plugin-startup-dialog (for NPAPI). For Utilities, You Can Add A Service Type --utility-startup-dialog=data_decoder.mojom.DataDecoderService. You Can Also Try The Vs-chromium Plug-in To Attach To The Right Processes. Semi-automatically Attaching The Debugger To Child Processes The Following Flags Cause Child Processes To Wait For 60 Seconds In A Busy Loop For A Debugger To Attach To The Process. Once Either Condition Is True, It Continues On; No Exception Is Thrown. --wait-for-debugger-children[=filter] The Filter, If Provided, Will Fire Only If It Matches The --type Parameter To The Process. Values Include Renderer, Plugin (for NPAPI), Ppapi, Gpu-process, And Utility. When Using This Option, It May Be Helpful To Limit The Number Of Renderer Processes Spawned, Using: --renderer-process-limit=1 Image File Execution Options Using Image File Execution Options (IFEO) Will Not Work Because CreateProcess() Returns The Handle To The Debugger Process Instead Of The Intended Child Process. There Are Also Issues With The Sandbox. Time Travel Debugging You Can Do Time Travel Debugging Using WinDbg Preview (must Be Installed From The Microsoft Store). This Lets You Execute A Program Forward And Backwards. After Capturing A Trace, You Can Set Breakpoints And Step Through Code As Normal, But Also Provides 'backwards' Commands (g-, T-, P-) So That You Can Go Back And Forth Through The Execution. It Is Especially Useful To Set Data Breakpoints (ba Command) And Reverse Continuing, So You Can See When A Certain Variable Was Last Changed To Its Current Value. Chromium Specifics: The Type Of Injection The Time Travel Tracer Needs To Perform Is Incompatible With The Chromium Sandbox. In Order To Record A Trace, You'll Need To Run With --no-sandbox. Chromium Cannot Run Elevated With Administrator Privileges, So The "Launch Executable (advance)" Option Won't Work, You'll Need To Attach After The Process Has Already Launched Via The Checkbox In The Bottom Right. If You Need To Record Startup-like Things, You'll Have To Use --{browser,gpu,renderer,utility}-startup-dialog, Then Attach (and Hope The Relevant Code Hasn't Executed Before That Point). JsDbg -- Data Structure Visualization You Can Install JsDbg As A Plugin For WinDbg Or Visual Studio. It Interactively Lets You Look At Data Structures (such As The DOM Tree, Accessibility Tree, Layout Object Tree, And Others) In A Web Browser As You Debug. See The JsDbg Site For Some Screen Shots And Usage Examples. This Also Works When Examining Memory Dumps (though Not Minidumps), And Also Works Together With Time Travel Debugging. Visual Studio Hints Debug Visualizers Chrome's Custom Debug Visualizers Should Be Added To The Pdb Files And Automatically Picked Up By Visual Studio. The Definitions Are In //tools/win/DebugVisualizers If You Need To Modify Them (the BUILD.gn File There Has Additional Instructions). Don't Step Into Trivial Functions The Debugger Can Be Configured To Automatically Not Step Into Functions Based On Regular Expression. Edit Default.natstepfilter In The Following Directory: For Visual Studio 2015: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers (for The Current User Only) For Visual Studio 2017 Pro: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2017\Visualizers (for The Current User Only) Add Regular Expressions Of Functions To Not Step Into. Remember To Regex-escape And XML-escape Them, E.g. < For < And \. For A Literal Dot. Example: Operator New NoStepInto Operator Delete NoStepInto Std::.* NoStepInto WTF::.*Ptr ::.* NoStepInto This File Is Read At Start Of A Debugging Session (F5), So You Don't Need To Restart Visual Studio After Changing It. More Info: Microsoft Email Thread V8 And Chromium V8 Supports Many Command-line Flags That Are Useful For Debugging. V8 Command-line Flags Can Be Set Via The Chromium Command-line Flag --js-flags; For Instance: Chrome.exe --js-flags="--trace_exception --heap_stats" Note That Some V8 Command-line Flags Exist Only In The Debug Build Of V8. For A List Of All V8 Flags Try: Chrome.exe --js-flags="--help" Graphics Debugging GPU Acceleration Of Rendering Can Be More Easily Debugged With Tools. See: Graphics Debugging In Visual Studio 2013 Graphical Debugging With NVIDIA NSight Debugging On Another Machine Sometimes It's Useful To Debug Installation And Execution On A Machine Other Than Your Primary Build Box. To Run The Installer On Said Other Machine, First Build The Mini_installer Target On Your Main Build Machine (e.g., Autoninja -C Out\Debug Mini_installer). Next, On The Debug Machine: Make The Build Machine's Build Volume Available On The Debug Machine Either By Mounting It Locally (e.g., Z:\) Or By Crafting A UNC Path To It (e.g., \\builder\src) Open Up A Command Prompt And Change To A Local Disk Run Src\tools\win\copy-installer.bat In The Remote Checkout By Way Of The Mount (e.g., Z:\PATHTOCHECKOUT\src\...) Or UNC Path (e.g., \\builder\src\...). This Will Copy The Installer, DLLs, And PDBs Into Your Debug Machine's C:\out Or C:\build (depending On If You're Rocking The Component=shared_library Build Or Not) Run C:\out\Debug\mini_installer.exe With The Flags Of Your Choice To Install Chrome. This Can Take Some Time, Especially On A Slow Machine. Watch The Task Manager And Wait Until Mini_installer.exe Exits Before Trying To Launch Chrome (by Way Of The Shortcut(s) Created By The Installer) For Extra Pleasure, Add C:\out\Debug To Your _NT_SYMBOL_PATH Environment Variable Consider Reading The Documentation At The Top Of Copy-installer.bat To See How You Can Run It. It Tries To Be Smart And Copy The Right Things, But You May Need To Be Explicit (e.g., "copy-installer.bat Out Debug"). It Is Safe To Re-run The Script To Copy Only Modified Files (after A Rebuild, For Example). You Can Also Use The Zip Action Of The Isolate Scripts (tools\mb\mb.py) To Package All The Files For A Target Into A Single Zip File, For Example: Python Tools\mb\mb.py Zip Out/Release Base_unittests Base_unittests.zip Finding All Memory Allocations It Is Possible To Use Heap Snapshots To Get Call Stacks On All Outstanding Allocations That Use The OS Heap. This Works Particularly Well If Heap Snapshots Are Started As Soon As The Chrome Browser Process Is Created, But Before It Starts Running. Details Can Be Found In This Batch File. However, With PartitionAlloc Everywhere Most Chromium Allocations No Longer Use The Windows Heap So This Will Only Find A Subset Of Allocations, Mostly From OS DLLs. Find Memory Leaks Note: As With Heap Snapshots The Utility Of UMDH Is Greatly Reduced Now Because PartitionAlloc Everywhere Has Mostly Replaced The Windows Heap. The Windows Heap Manager Has A Really Useful Debug Flag, Where It Can Be Asked To Capture And Store A Stack Trace With Every Allocation. The Tool To Scrape These Stack Traces Out Of Processes Is UMDH, Which Comes With WinDbg. UMDH Is Great. It Will Capture A Snapshot Of The Heap State As Many Times As You Like, And It'll Do It Fairly Quickly. You Then Run It Again Against Either A Single Snapshot, Or A Pair Of Snapshots, At Which Time It'll Symbolize The Stack Traces And Aggregate Usage Up To Unique Stack Traces. Turning On The User Stack Trace Database For Chrome.exe With Gflags.exe Makes It Run Unbearably Slowly; However, Turning On The User Stack Trace Database On For The Browser Alone Is Just Fine. While It's Possible To Turn On The User Stack Database With The "!gflag" Debugging Extension, It's Too Late To Do This By The Time The Initial Debugger Breakpoint Hits. The Only Reasonable Way To Do This Is To Launch GFlags.exe, Enable The User Stack Trace Database (per Image Below), Launch Chrome Under The Debugger. Set A Breakpont When Chrome.dll Loads With "sxe Ld Chrome.dll". Step Up, To Allow Chrome.dll To Initialize. Disable The Stack Trace Database In GFlags.exe. Continue Chrome, Optionally Detaching The Debugger. Image GFlags.exe Settings For User Mode Stack Trace Database. If You Then Ever Suffer A Browser Memory Leak, You Can Snarf A Dump Of The Process With Umdh -p: > Chrome-browser-leak-umdh-dump.txt Which Can Then Typically Be "trivially" Analyzed To Find The Culprit. Miscellaneous Note That By Default Application Verifier Only Works With Non-official Builds Of Chromium. To Use Application Verifier On Official Builds You Need To Add --disable-features=RendererCodeIntegrity To Avoid Sandbox Crashes In Renderer Processes. See Crbug.com/1004989 For Details. See Also This Page. Application Verifier Is A Free Tool From Microsoft (available As Part Of The Windows SDK) That Can Be Used To Flush Out Programming Errors. Starting With M68 Application Verifier Can Be Enabled For Chrome.exe Without Needing To Disable The Sandbox. After Adding Chrome.exe To The List Of Applications To Be Stressed You Need To Expand The List Of Basics Checks And Disable The Leak Checks. You May Also Need To Disable Handles And Locks Checks Depending On Your Graphics Driver And Specific Chrome Version, But The Eventual Goal Is To Have Chrome Run With Handles And Locks Checks Enabled. When Bugs Are Found Chrome Will Trigger A Breakpoint So Running All Chrome Processes Under A Debugger Is Recommended. Chrome Will Run Much More Slowly Because Application Verifier Puts Every Heap Allocation On A Separate Page. Note That With PartitionAlloc Everywhere Most Chromium Allocations Don't Actually Go Through The Windows Heap And Are Therefore Unaffected By Application Verifier. You Can Check The Undocumented 'Cuzz' Checkbox In Application Verifier To Get The Windows Thread Scheduler To Add Some Extra Randomness In Order To Help Expose Race Conditions In Your Code. To Put A Breakpoint On CreateFile(), Add This Break Point: {,,kernel32.dll}_CreateFileW@28 {,,kernel32.dll} Specifies The DLL (context Operator). _ Prefix Means Extern "C". @28 Postfix Means _stdcall With The Stack Pop At The End Of The Function. I.e. The Number Of Arguments In BYTES. You Can Use DebugView From SysInternals Or Sawbuck To View LOG() Messages That Normally Go To Stderr On POSIX.” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: debugging-chromium-on-windows
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 0.33 Mbs, the file-s for this book were downloaded 2 times, the file-s went public at Fri Jul 11 2025.
Available formats:
Archive BitTorrent - Metadata - Text -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find The Chromium Logo The Chromium Projects Home Chromium ChromiumOS Quick Links Report Bugs Discuss Other Sites Chromium Blog Google Chrome Extensions Except As Otherwise Noted, The Content Of This Page Is Licensed Under A Creative Commons Attribution 2.5 License, And Examples Are Licensed Under The BSD License. Privacy Edit This Page For Developers > How-Tos > Debugging Chromium On Windows First See Get The Code For Checkout And Build Instructions. Getting Started You Can Use Visual Studio's Built-in Debugger Or WinDBG To Debug Chromium. You Don't Need To Use The IDE To Build In Order To Use The Debugger: Autoninja Is Used To Build Chromium And Most Developers Invoke It From A Command Prompt, And Then Open The IDE For Debugging As Necessary. To Start Debugging An Already-built Executable With Visual Studio Just Launch Visual Studio (2019 Or Higher) And Select File-> Open-> Project/Solution (Ctrl+Shift+O) And Select The Executable Of Interest. This Will Create A Solution With That Executable As The 'project'. You Can Then Launch The Debugger With F5 Or F11 Or From The Debug Menu. If You Right-click On The Executable In Solution Explorer And Select Properties Then You Can Edit Things Such As The Executable Path, Command-line Arguments, And Working Directory. You Can Add Additional Executables To The Solution By Using File-> Add-> Existing Project And Selecting Another Already-built Executable. You Can Select Which One To Debug By Right-clicking On One Of Them In Solution Explorer And Selecting Set As Startup Project. When Your Solution File Is Customized To Your Taste You Can Save It To A Directory Such As Out\solutions. Saving It There Helps Ensure That Relative Paths To Source Files, Printed From Build Commands, Will Correctly Identify The Source Files. The Tools Menu Can Be Used To Add Commands To Do Things Like Invoke Autoninja To Build Chrome, Compile The Selected Source File, Or Other Things. Visual Studio 2017 Is Not Recommended For Debugging Of Chromium - Use A Newer Version For Best Performance And Stability. Symbol_level=2 Is The Default On Windows And Gives Full Debugging Information With Types, Locals, Globals, Function Names, And Source/line Information. Symbol_level=1 Creates Smaller PDBs With Just Function Names, And Source/line Information - Source-level Debugging Is Still Supported (new From June 2019), But Local Variables And Type Information Are Missing. Symbol_level=0 Gives Extremely Limited Debugging Abilities, Mostly Just Viewing Call Stacks When Chromium Crashes. Browsing Source Code If You Use A Solution File Generated By Gn (gn Gen --ide=vs) Then Intellisense May Help You Navigate The Code. If This Doesn't Work Or If You Use A Solution Created As Above Then You May Want To Install VsChromium To Help Navigate The Code, As Well As Using Https://source.chromium.org. Profiles It's A Good Idea To Use A Different Chrome Profile For Your Debugging. If You Are Debugging Google Chrome Branded Builds, Or Use A Chromium Build As Your Primary Browser, The Profiles Can Collide So You Can't Run Both At Once, And Your Stable Browser Might See Profile Versions From The Future (Google Chrome And Chromium Use Different Profile Directories By Default So Won't Collide). Use The Command-line Option: --user-data-dir=C:\tmp\my_debug_profile (replace The Path As Necessary) Using The IDE, Go To The Debugging Tab Of The Properties Of The Chrome Project, And Set The Command Arguments. Chrome Debug Log Enable Chrome Debug Logging To A File By Passing --enable-logging --v=1 Command-line Flags At Startup. Debug Builds Place The Chrome_debug.log File In The Out\Debug Directory. Release Builds Place The File In The Top Level Of The User Data Chromium App Directory, Which Is OS-version-dependent. For More Information, See Logging And User Data Directory Details. Symbol Server If You Are Debugging Official Google Chrome Release Builds, Use The Symbol Server: Https://chromium-browser-symsrv.commondatastorage.googleapis.com In Visual Studio, This Goes In Tools > Options Under Debugging > Symbols. You Should Set Up A Local Cache In A Empty Directory On Your Computer. In Windbg You Can Add This To Your Symbol Server Search Path With The Command Below, Where C:\symbols Is A Local Cache Directory: .sympath+ SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Alternately, You Can Set The _NT_SYMBOL_PATH Environment Variable To Include Both The Microsoft And Google Symbol Servers - VS, Windbg, And Other Tools Should Both Respect This Environment Variable: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com Note That Symbol Servers Will Let The Debuggers Download Both The PE Files (DLLs And EXEs) And The PDB Files. Chrome Often Loads Third Party Libraries And Partial Symbols For Some Of These Are Also Public. For Example: AMD: Https://download.amd.com/dir/bin Nvidia: Https://driver-symbols.nvidia.com/ Intel: Https://software.intel.com/sites/downloads/symbols/ For Example, For Completeness, The Following Symbol Server Environment Variable Will Resolve All Of The Above Sources - But This Is More Than Is Normally Needed: _NT_SYMBOL_PATH=SRV\*C:\symbols\*https://msdl.microsoft.com/download/symbols;SRV\*C:\symbols\*https://chromium-browser-symsrv.commondatastorage.googleapis.com;SRV\*C:\symbols\*https://download.amd.com/dir/bin;SRV\*C:\symbols\*https://driver-symbols.nvidia.com/;SRV\*C:\symbols\*https://software.intel.com/sites/downloads/symbols/ Source Indexing You Should Set Up Source Indexing In Your Debugger (.srcfix In Windbg, Tools-> Options-> Debugging-> General-> Enable Source Server Support In Visual Studio) So That The Correct Source Files Will Automatically Be Downloaded Based On Information In The Downloaded Symbols. Additionally, You Must Have Python In Your Path In Order For The Command That Fetches Source Files To Succeed; Launching The Debugger From The Same Environment As Where You Build Chromium Is An Easy Way To Ensure It's Present. This Is Highly Recommended When Debugging Released Google Chrome Builds Or Looking At Crash Dumps. Having The Correct Version Of The Source Files Automatically Show Up Saves Significant Time So You Should Definitely Set This. Multi-process Issues Chromium Can Be Challenging To Debug Because Of Its Multi-process Architecture. When You Select Run In The Debugger, Only The Main Browser Process Will Be Debugged. The Code That Actually Renders Web Pages (the Renderer) And The Plugins Will Be In Separate Processes That's Not (yet!) Being Debugged. The ProcessExplorer Tool Has A Process Tree View Where You Can See How These Processes Are Related. You Can Also Get The Process IDs Associated With Each Tab From The Chrome Task Manager (right-click On An Empty Area Of The Window Title Bar To Open). Automatically Attach To Child Processes There Are Two Visual Studio Extensions That Enable The Debugger To Automatically Attach To All Chrome Processes, So You Can Debug All Of Chrome At Once. Microsoft's Child Process Debugging Power Tool Is A Standalone Extension For This, And VsChromium Is Another Option That Bundles Many Other Additional Features. In Addition To Installing One Of These Extensions, You Must Run Visual Studio As Administrator, Or It Will Silently Fail To Attach To Some Of Chrome's Child Processes. Single-process Mode One Way To Debug Issues Is To Run Chromium In Single-process Mode. This Will Allow You To See The Entire State Of The Program Without Extra Work (although It Will Still Have Many Threads). To Use Single-process Mode, Add The Command-line Flag --single-process This Approach Isn't Perfect Because Some Problems Won't Manifest Themselves In This Mode And Some Features Don't Work And Worker Threads Are Still Spawned Into New Processes. Manually Attaching To A Child Process You Can Attach To The Running Child Processes With The Debugger. Select Tools > Attach To Process And Click The Chrome.exe Process You Want To Attach To. Before Attaching, Make Sure You Have Selected Only Native Code When Attaching To The Process This Is Done By Clicking Select... In The Attach To Process Window And Only Checking Native. If You Forget This, It May Attempt To Attach In "WebKit" Mode To Debug JavaScript, And You'll Get An Error Message "An Operation Is Not Legal In The Current State." You Can Now Debug The Two Processes As If They Were One. When You Are Debugging Multiple Processes, Open The Debug > Windows > Processes Window To Switch Between Them. Sometimes You Are Debugging Something That Only Happens On Startup, And Want To See The Child Process As Soon As It Starts. Use: --renderer-startup-dialog --no-sandbox You Have To Disable The Sandbox Or The Dialog Box Will Be Prohibited From Showing. When The Dialog Appears, Visit Tools > Attach To Process And Attach To The Process Showing The Renderer Startup Dialog. Now You're Debugging In The Renderer And Can Continue Execution By Pressing OK In The Dialog. Startup Dialogs Also Exist For Other Child Process Types: --gpu-startup-dialog, --ppapi-startup-dialog, --utility-startup-dialog, --plugin-startup-dialog (for NPAPI). For Utilities, You Can Add A Service Type --utility-startup-dialog=data_decoder.mojom.DataDecoderService. You Can Also Try The Vs-chromium Plug-in To Attach To The Right Processes. Semi-automatically Attaching The Debugger To Child Processes The Following Flags Cause Child Processes To Wait For 60 Seconds In A Busy Loop For A Debugger To Attach To The Process. Once Either Condition Is True, It Continues On; No Exception Is Thrown. --wait-for-debugger-children[=filter] The Filter, If Provided, Will Fire Only If It Matches The --type Parameter To The Process. Values Include Renderer, Plugin (for NPAPI), Ppapi, Gpu-process, And Utility. When Using This Option, It May Be Helpful To Limit The Number Of Renderer Processes Spawned, Using: --renderer-process-limit=1 Image File Execution Options Using Image File Execution Options (IFEO) Will Not Work Because CreateProcess() Returns The Handle To The Debugger Process Instead Of The Intended Child Process. There Are Also Issues With The Sandbox. Time Travel Debugging You Can Do Time Travel Debugging Using WinDbg Preview (must Be Installed From The Microsoft Store). This Lets You Execute A Program Forward And Backwards. After Capturing A Trace, You Can Set Breakpoints And Step Through Code As Normal, But Also Provides 'backwards' Commands (g-, T-, P-) So That You Can Go Back And Forth Through The Execution. It Is Especially Useful To Set Data Breakpoints (ba Command) And Reverse Continuing, So You Can See When A Certain Variable Was Last Changed To Its Current Value. Chromium Specifics: The Type Of Injection The Time Travel Tracer Needs To Perform Is Incompatible With The Chromium Sandbox. In Order To Record A Trace, You'll Need To Run With --no-sandbox. Chromium Cannot Run Elevated With Administrator Privileges, So The "Launch Executable (advance)" Option Won't Work, You'll Need To Attach After The Process Has Already Launched Via The Checkbox In The Bottom Right. If You Need To Record Startup-like Things, You'll Have To Use --{browser,gpu,renderer,utility}-startup-dialog, Then Attach (and Hope The Relevant Code Hasn't Executed Before That Point). JsDbg -- Data Structure Visualization You Can Install JsDbg As A Plugin For WinDbg Or Visual Studio. It Interactively Lets You Look At Data Structures (such As The DOM Tree, Accessibility Tree, Layout Object Tree, And Others) In A Web Browser As You Debug. See The JsDbg Site For Some Screen Shots And Usage Examples. This Also Works When Examining Memory Dumps (though Not Minidumps), And Also Works Together With Time Travel Debugging. Visual Studio Hints Debug Visualizers Chrome's Custom Debug Visualizers Should Be Added To The Pdb Files And Automatically Picked Up By Visual Studio. The Definitions Are In //tools/win/DebugVisualizers If You Need To Modify Them (the BUILD.gn File There Has Additional Instructions). Don't Step Into Trivial Functions The Debugger Can Be Configured To Automatically Not Step Into Functions Based On Regular Expression. Edit Default.natstepfilter In The Following Directory: For Visual Studio 2015: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers (for The Current User Only) For Visual Studio 2017 Pro: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers (for All Users) Or %USERPROFILE%\My Documents\Visual Studio 2017\Visualizers (for The Current User Only) Add Regular Expressions Of Functions To Not Step Into. Remember To Regex-escape And XML-escape Them, E.g. < For < And \. For A Literal Dot. Example: Operator New NoStepInto Operator Delete NoStepInto Std::.* NoStepInto WTF::.*Ptr ::.* NoStepInto This File Is Read At Start Of A Debugging Session (F5), So You Don't Need To Restart Visual Studio After Changing It. More Info: Microsoft Email Thread V8 And Chromium V8 Supports Many Command-line Flags That Are Useful For Debugging. V8 Command-line Flags Can Be Set Via The Chromium Command-line Flag --js-flags; For Instance: Chrome.exe --js-flags="--trace_exception --heap_stats" Note That Some V8 Command-line Flags Exist Only In The Debug Build Of V8. For A List Of All V8 Flags Try: Chrome.exe --js-flags="--help" Graphics Debugging GPU Acceleration Of Rendering Can Be More Easily Debugged With Tools. See: Graphics Debugging In Visual Studio 2013 Graphical Debugging With NVIDIA NSight Debugging On Another Machine Sometimes It's Useful To Debug Installation And Execution On A Machine Other Than Your Primary Build Box. To Run The Installer On Said Other Machine, First Build The Mini_installer Target On Your Main Build Machine (e.g., Autoninja -C Out\Debug Mini_installer). Next, On The Debug Machine: Make The Build Machine's Build Volume Available On The Debug Machine Either By Mounting It Locally (e.g., Z:\) Or By Crafting A UNC Path To It (e.g., \\builder\src) Open Up A Command Prompt And Change To A Local Disk Run Src\tools\win\copy-installer.bat In The Remote Checkout By Way Of The Mount (e.g., Z:\PATHTOCHECKOUT\src\...) Or UNC Path (e.g., \\builder\src\...). This Will Copy The Installer, DLLs, And PDBs Into Your Debug Machine's C:\out Or C:\build (depending On If You're Rocking The Component=shared_library Build Or Not) Run C:\out\Debug\mini_installer.exe With The Flags Of Your Choice To Install Chrome. This Can Take Some Time, Especially On A Slow Machine. Watch The Task Manager And Wait Until Mini_installer.exe Exits Before Trying To Launch Chrome (by Way Of The Shortcut(s) Created By The Installer) For Extra Pleasure, Add C:\out\Debug To Your _NT_SYMBOL_PATH Environment Variable Consider Reading The Documentation At The Top Of Copy-installer.bat To See How You Can Run It. It Tries To Be Smart And Copy The Right Things, But You May Need To Be Explicit (e.g., "copy-installer.bat Out Debug"). It Is Safe To Re-run The Script To Copy Only Modified Files (after A Rebuild, For Example). You Can Also Use The Zip Action Of The Isolate Scripts (tools\mb\mb.py) To Package All The Files For A Target Into A Single Zip File, For Example: Python Tools\mb\mb.py Zip Out/Release Base_unittests Base_unittests.zip Finding All Memory Allocations It Is Possible To Use Heap Snapshots To Get Call Stacks On All Outstanding Allocations That Use The OS Heap. This Works Particularly Well If Heap Snapshots Are Started As Soon As The Chrome Browser Process Is Created, But Before It Starts Running. Details Can Be Found In This Batch File. However, With PartitionAlloc Everywhere Most Chromium Allocations No Longer Use The Windows Heap So This Will Only Find A Subset Of Allocations, Mostly From OS DLLs. Find Memory Leaks Note: As With Heap Snapshots The Utility Of UMDH Is Greatly Reduced Now Because PartitionAlloc Everywhere Has Mostly Replaced The Windows Heap. The Windows Heap Manager Has A Really Useful Debug Flag, Where It Can Be Asked To Capture And Store A Stack Trace With Every Allocation. The Tool To Scrape These Stack Traces Out Of Processes Is UMDH, Which Comes With WinDbg. UMDH Is Great. It Will Capture A Snapshot Of The Heap State As Many Times As You Like, And It'll Do It Fairly Quickly. You Then Run It Again Against Either A Single Snapshot, Or A Pair Of Snapshots, At Which Time It'll Symbolize The Stack Traces And Aggregate Usage Up To Unique Stack Traces. Turning On The User Stack Trace Database For Chrome.exe With Gflags.exe Makes It Run Unbearably Slowly; However, Turning On The User Stack Trace Database On For The Browser Alone Is Just Fine. While It's Possible To Turn On The User Stack Database With The "!gflag" Debugging Extension, It's Too Late To Do This By The Time The Initial Debugger Breakpoint Hits. The Only Reasonable Way To Do This Is To Launch GFlags.exe, Enable The User Stack Trace Database (per Image Below), Launch Chrome Under The Debugger. Set A Breakpont When Chrome.dll Loads With "sxe Ld Chrome.dll". Step Up, To Allow Chrome.dll To Initialize. Disable The Stack Trace Database In GFlags.exe. Continue Chrome, Optionally Detaching The Debugger. Image GFlags.exe Settings For User Mode Stack Trace Database. If You Then Ever Suffer A Browser Memory Leak, You Can Snarf A Dump Of The Process With Umdh -p: > Chrome-browser-leak-umdh-dump.txt Which Can Then Typically Be "trivially" Analyzed To Find The Culprit. Miscellaneous Note That By Default Application Verifier Only Works With Non-official Builds Of Chromium. To Use Application Verifier On Official Builds You Need To Add --disable-features=RendererCodeIntegrity To Avoid Sandbox Crashes In Renderer Processes. See Crbug.com/1004989 For Details. See Also This Page. Application Verifier Is A Free Tool From Microsoft (available As Part Of The Windows SDK) That Can Be Used To Flush Out Programming Errors. Starting With M68 Application Verifier Can Be Enabled For Chrome.exe Without Needing To Disable The Sandbox. After Adding Chrome.exe To The List Of Applications To Be Stressed You Need To Expand The List Of Basics Checks And Disable The Leak Checks. You May Also Need To Disable Handles And Locks Checks Depending On Your Graphics Driver And Specific Chrome Version, But The Eventual Goal Is To Have Chrome Run With Handles And Locks Checks Enabled. When Bugs Are Found Chrome Will Trigger A Breakpoint So Running All Chrome Processes Under A Debugger Is Recommended. Chrome Will Run Much More Slowly Because Application Verifier Puts Every Heap Allocation On A Separate Page. Note That With PartitionAlloc Everywhere Most Chromium Allocations Don't Actually Go Through The Windows Heap And Are Therefore Unaffected By Application Verifier. You Can Check The Undocumented 'Cuzz' Checkbox In Application Verifier To Get The Windows Thread Scheduler To Add Some Extra Randomness In Order To Help Expose Race Conditions In Your Code. To Put A Breakpoint On CreateFile(), Add This Break Point: {,,kernel32.dll}_CreateFileW@28 {,,kernel32.dll} Specifies The DLL (context Operator). _ Prefix Means Extern "C". @28 Postfix Means _stdcall With The Stack Pop At The End Of The Function. I.e. The Number Of Arguments In BYTES. You Can Use DebugView From SysInternals Or Sawbuck To View LOG() Messages That Normally Go To Stderr On POSIX. at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
4TRIBUTES TO HON. GEORGE S. LeMIEUX George S. LeMieux U.S. SENATOR FROM FLORIDA TRIBUTES IN THE CONGRESS OF THE UNITED STATES [GRAPHIC] [TIFF OMITTED] TONGRESS.#15 ? George S. LeMieux ? Tributes Delivered In Congress George S. LeMieux United States Senator 2009-2011 A ? Compiled Under The Direction Of The Joint Committee On Printing CONTENTS Biography............................................. V Farewell To The Senate................................ Vii Proceedings In The Senate: Tributes By Senators: Alexander, Lamar, Of Tennessee................. 3 Bunning, Jim, Of Kentucky...................... 12 Conrad, Kent, Of North Dakota.................. 5 Dodd, Christopher J., Of Connecticut........... 8 Durbin, Richard, Of Illinois................... 8 Enzi, Michael B., Of Wyoming................... 6 Hatch, Orrin G., Of Utah....................... 11 McConnell, Mitch, Of Kentucky.................. 9 Reed, Jack, Of Rhode Island.................... 5 Reid, Harry, Of Nevada......................... 4 Warner, Mark R., Of Virginia................... 5 BIOGRAPHY Senator George Stephen LeMieux Was Born In Fort Lauderdale, FL, On May 21, 1969, The Only Child Of George And Karen LeMieux, A Building Contractor And Secretary To The Company. He Grew Up In Coral Springs, FL, And Graduated In 1987 From Coral Springs High School. George LeMieux Graduated Magna Cum Laude, Phi Beta Kappa In 1991 From Emory University, Where He Majored In Political Science. He Was Selected By His Peers To Address The Graduating Class As Senior Class Orator. While Earning His College Degree, He Interned For Congressman E. Clay Shaw, Jr. And U.S. Senator Connie Mack III. After College, George LeMieux Went On To Earn His J.D. Cum Laude From Georgetown University Law Center In 1994. At Georgetown He Received The Vincent G. Panati Award As The Graduate With The Highest GPA In Criminal Law Courses. After Law School, He Joined Gunster, A Prominent Florida Law Firm, Resident In The Firm's Ft. Lauderdale Office. George LeMieux And His Wife, The Former Meike Sigrid Detassis, Are The Parents Of Four Children: George Maximilian, Taylor Franz, Chase Karlyle, And Madeleine Meike. Max, Taylor, And Chase Were Born In Tallahassee, FL. Madeleine Was Born In Washington, DC, While George LeMieux Served In The Senate. Inspired By President Ronald Reagan, George LeMieux Became Active In Republican Party Politics At A Young Age, Culminating In His Election As Chairman Of The Broward County Republican Party In 2000. In 2002 George LeMieux Resigned His Position With The Republican Party To Serve As Deputy Attorney General For The State Of Florida. During His Time In The Attorney General's Office, George LeMieux Helped Lead An Agency Of More Than 400 Attorneys. In 2004, On Behalf Of The People Of Florida, He Successfully Argued A Death Penalty Case, Florida V. Nixon, Before The U.S. Supreme Court, Where He Obtained A Unanimous Reversal Of The Decision By The Supreme Court Of Florida. In 2006 George LeMieux Managed A Successful Gubernatorial Campaign And In 2007 Became Chief Of Staff To Governor Charlie Crist. In His Year Serving As Chief Of Staff, He Oversaw The Executive Office Of The Governor Including The Governor's Legislative Agenda, Policy Initiatives, And The Management Of The Agencies That Reported To The Governor. In 2008 George Returned To The Gunster Law Firm And Was Selected By His Colleagues To Serve As Chairman Of The Firm. In Summer 2009, He Was Called Back Into Public Service When Senator Mel Martinez Retired Before The End Of His Term. On September 10, 2010 George LeMieux Was Sworn In As Florida's 34th U.S. Senator, And At The Age Of 41, Was The Youngest U.S. Senator Then Serving. During His Time In The Senate, George LeMieux Was An Active Member Of The Senate Armed Services Committee, The Commerce Committee, And The Special Committee On Aging. In The Senate, He Made The Debt And Deficit His Primary Focus. He Introduced A Balanced Budget Amendment To The Constitution And Opposed Wasteful Earmark Spending, Helping To Lead The Effort To Ban All Earmarks In The 111th Congress. While In The Senate, George LeMieux Proposed The ''2007 Solution,'' A Plan To Eliminate The Deficit By 2013 And Cut The National Debt Nearly In Half By 2020. He Also Saw Several Of His Legislative Priorities Signed Into Law, Including Medicare Antifraud Legislation, An Export Promotion Act, Tax Relief And Lending Assistance For Small Businesses, And Elimination Of The Monopoly Given To Rating Agencies To Determine The Creditworthiness Of Securities. George LeMieux Also Successfully Offered An Amendment To The Resolution Of Ratification To The New START Treaty With Russia, Requiring The President To Seek Negotiations With Russia To Secure And Reduce Tactical Nuclear Weapons In A Verifiable Manner. For His Efforts, George LeMieux Received Several Recognitions Including The Spirit Of Enterprise Award From The U.S. Chamber Of Commerce, The Tax Fighter Award By The National Tax Limitation Committee, The Friend Of The Family Award By The Christian Family Coalition, The Guardian Of Small Business Award By The National Federation Of Independent Business, And Twice Received The Taxpayer Hero Award By Citizens Against Government Waste. In His Farewell Speech To The U.S. Senate, George LeMieux Described His Service In The Senate As The ''honor Of His Life,'' And Quoting President Theodore Roosevelt, Said Serving In The Senate Allowed Him To Enjoy One Of The Greatest Gifts Life Has To Offer, The Opportunity To ''work Hard At Work Worth Doing.'' Farewell To The Senate Tuesday, December 7, 2010 Mr. LeMIEUX. Madam President, I Rise To Pay Tribute To The Body With Which I Have Had The Privilege Of Serving For The Past 15 Months. Being A U.S. Senator, Representing 18\1/2\ Million Floridians, Has Been The Privilege Of My Lifetime, And Now That Privilege Is Coming To An End. As I Stand On The Floor Of The Senate To Address My Colleagues This One Last Time, I Am Both Humbled And Grateful, Humbled By This Tremendous Institution, By Its Work, And By The Statesmen I Have Had The Opportunity To Serve With, Who I Knew Only From Afar But Now Am Grateful That I Can Call Those Same Men And Women My Colleagues. No Endeavor Worth Doing Is Done Alone. And My Time Here Is No Exception. In The Past 16 Months, I Have Asked The Folks Who Worked With Me To Try To Get 6 Years Of Service Out Of That Time, And They Have Worked Tirelessly To Achieve That Goal. My Chief Of Staff Kerry Feehery, My Deputy Chief Of Staff Vivian Myrtetus, My State Director Carlos Curbelo, Ben Moncrief, Michael Zehy, Ken Lundberg, Melissa Hernandez, Maureen Jaeger, Danielle Joos, Brian Walsh, Frank Walker, Spencer Wayne, Vennia Francois, Victor Cervino, Taylor Booth, And Many Others Have Made Our Time Here Worthwhile, And I Thank All Of Them. I Especially Thank Vivian And Maureen Who Left Their Families And Gave Up Precious Time With Their Children To Come To Washington To Support Me In These Efforts. I Am Also Thankful To The People Who Work In Our State Office. Time And Time Again When I Travel Around Florida I Am Greeted By People Who Have Received Such A Warm Reception From The Men And Women Who Serve Us In Florida And Help People Deal With Problems With The Federal Government. I Am Grateful For Their Work. Senator McConnell Has Provided Me With Opportunities Beyond My Expectations. He Is A Great Leader, And I Am Grateful To Him. Senators Alexander, Burr, Cornyn, Kyl, McCain, Corker, And Many Others Have Taken Me Under Their Wings And Mentored Me, And I Am Appreciative Of Them. Chairmen Rockefeller And Levin, We Have Had The Opportunity To Do Great Work Together In Your Committees. I Thank You For That. Senators Cantwell, Klobuchar, Landrieu, Whitehouse, And Baucus, We Have Worked Together In A Commonsense Way To Pass Legislation That Is Good For The American People, And I Am Appreciative Of Your Efforts. Senator Mel Martinez, Who Ably Held The Seat Before Me, Has Been Generous In His Advice And Counsel. Senator Nelson And His Wife Grace Have Been Warm And Welcomed Meike And Me To Washington. I Am Thankful For Your Courtesy. I Thank Governor Crist. He Has Afforded Me Tremendous Opportunities For Public Service, And I Am Grateful. I Want To Say A Special Thank You To My Parents. My Grandfather, In 1951, Drove His 1949 Pontiac From Waterbury, CT, To Fort Lauderdale, FL, With His Wife And Five Kids Piled In The Back. He Didn't Know Anybody. He Didn't Have A Job. But He Went There To Make A Better Life For His Family. He Worked In The Trades, In Construction. He Built Houses And He Taught My Father The Same Thing. And As My Father Worked In The Hot Florida Sun, His Ambition For His Son Was That He Would One Day Get To Work In Air-conditioning. I Have Achieved That Goal And So Much More Because Of Their Sacrifice. Mom And Dad Didn't Go To College But They Sent Me To College And Law School, And I Will Be Forever Grateful For What They Have Done For Me. My Most Heartfelt Appreciation Goes To My Wife Meike. When I Learned Of This Appointment, I Met Her At The Door Of Our Home In Tallahassee And She Was Crying. She Was Not Just Crying Because She Was Happy; She Was Crying Because She Was Worried. At The Time We Had Three Small Sons
By Congressional Committee
Government Publishing Office U.S. Congress Senate Congressional Committee TRIBUTES TO HON. GEORGE S. LeMIEUX George S. LeMieux U.S. SENATOR FROM FLORIDA TRIBUTES IN THE CONGRESS OF THE UNITED STATES [GRAPHIC] [TIFF OMITTED] TONGRESS.#15 ? George S. LeMieux ? Tributes Delivered in Congress George S. LeMieux United States Senator 2009-2011 a ? Compiled under the direction of the Joint Committee on Printing CONTENTS Biography............................................. v Farewell to the Senate................................ vii Proceedings in the Senate: Tributes by Senators: Alexander, Lamar, of Tennessee................. 3 Bunning, Jim, of Kentucky...................... 12 Conrad, Kent, of North Dakota.................. 5 Dodd, Christopher J., of Connecticut........... 8 Durbin, Richard, of Illinois................... 8 Enzi, Michael B., of Wyoming................... 6 Hatch, Orrin G., of Utah....................... 11 McConnell, Mitch, of Kentucky.................. 9 Reed, Jack, of Rhode Island.................... 5 Reid, Harry, of Nevada......................... 4 Warner, Mark R., of Virginia................... 5 BIOGRAPHY Senator George Stephen LeMieux was born in Fort Lauderdale, FL, on May 21, 1969, the only child of George and Karen LeMieux, a building contractor and secretary to the company. He grew up in Coral Springs, FL, and graduated in 1987 from Coral Springs High School. George LeMieux graduated magna cum laude, Phi Beta Kappa in 1991 from Emory University, where he majored in political science. He was selected by his peers to address the graduating class as senior class orator. While earning his college degree, he interned for Congressman E. Clay Shaw, Jr. and U.S. Senator Connie Mack III. After college, George LeMieux went on to earn his J.D. cum laude from Georgetown University Law Center in 1994. At Georgetown he received the Vincent G. Panati Award as the graduate with the highest GPA in criminal law courses. After law school, he joined Gunster, a prominent Florida law firm, resident in the firm's Ft. Lauderdale office. George LeMieux and his wife, the former Meike Sigrid Detassis, are the parents of four children: George Maximilian, Taylor Franz, Chase Karlyle, and Madeleine Meike. Max, Taylor, and Chase were born in Tallahassee, FL. Madeleine was born in Washington, DC, while George LeMieux served in the Senate. Inspired by President Ronald Reagan, George LeMieux became active in Republican Party politics at a young age, culminating in his election as chairman of the Broward County Republican Party in 2000. In 2002 George LeMieux resigned his position with the Republican Party to serve as deputy attorney general for the State of Florida. During his time in the attorney general's office, George LeMieux helped lead an agency of more than 400 attorneys. In 2004, on behalf of the people of Florida, he successfully argued a death penalty case, Florida v. Nixon, before the U.S. Supreme Court, where he obtained a unanimous reversal of the decision by the Supreme Court of Florida. In 2006 George LeMieux managed a successful gubernatorial campaign and in 2007 became chief of staff to Governor Charlie Crist. In his year serving as chief of staff, he oversaw the executive office of the Governor including the Governor's legislative agenda, policy initiatives, and the management of the agencies that reported to the Governor. In 2008 George returned to the Gunster law firm and was selected by his colleagues to serve as chairman of the firm. In summer 2009, he was called back into public service when Senator Mel Martinez retired before the end of his term. On September 10, 2010 George LeMieux was sworn in as Florida's 34th U.S. Senator, and at the age of 41, was the youngest U.S. Senator then serving. During his time in the Senate, George LeMieux was an active member of the Senate Armed Services Committee, the Commerce Committee, and the Special Committee on Aging. In the Senate, he made the debt and deficit his primary focus. He introduced a balanced budget amendment to the Constitution and opposed wasteful earmark spending, helping to lead the effort to ban all earmarks in the 111th Congress. While in the Senate, George LeMieux proposed the ''2007 Solution,'' a plan to eliminate the deficit by 2013 and cut the national debt nearly in half by 2020. He also saw several of his legislative priorities signed into law, including Medicare antifraud legislation, an export promotion act, tax relief and lending assistance for small businesses, and elimination of the monopoly given to rating agencies to determine the creditworthiness of securities. George LeMieux also successfully offered an amendment to the resolution of ratification to the New START Treaty with Russia, requiring the President to seek negotiations with Russia to secure and reduce tactical nuclear weapons in a verifiable manner. For his efforts, George LeMieux received several recognitions including the Spirit of Enterprise Award from the U.S. Chamber of Commerce, the Tax Fighter Award by the National Tax Limitation Committee, the Friend of the Family Award by the Christian Family Coalition, the Guardian of Small Business Award by the National Federation of Independent Business, and twice received the Taxpayer Hero Award by Citizens Against Government Waste. In his farewell speech to the U.S. Senate, George LeMieux described his service in the Senate as the ''honor of his life,'' and quoting President Theodore Roosevelt, said serving in the Senate allowed him to enjoy one of the greatest gifts life has to offer, the opportunity to ''work hard at work worth doing.'' Farewell to the Senate Tuesday, December 7, 2010 Mr. LeMIEUX. Madam President, I rise to pay tribute to the body with which I have had the privilege of serving for the past 15 months. Being a U.S. Senator, representing 18\1/2\ million Floridians, has been the privilege of my lifetime, and now that privilege is coming to an end. As I stand on the floor of the Senate to address my colleagues this one last time, I am both humbled and grateful, humbled by this tremendous institution, by its work, and by the statesmen I have had the opportunity to serve with, who I knew only from afar but now am grateful that I can call those same men and women my colleagues. No endeavor worth doing is done alone. And my time here is no exception. In the past 16 months, I have asked the folks who worked with me to try to get 6 years of service out of that time, and they have worked tirelessly to achieve that goal. My chief of staff Kerry Feehery, my deputy chief of staff Vivian Myrtetus, my State director Carlos Curbelo, Ben Moncrief, Michael Zehy, Ken Lundberg, Melissa Hernandez, Maureen Jaeger, Danielle Joos, Brian Walsh, Frank Walker, Spencer Wayne, Vennia Francois, Victor Cervino, Taylor Booth, and many others have made our time here worthwhile, and I thank all of them. I especially thank Vivian and Maureen who left their families and gave up precious time with their children to come to Washington to support me in these efforts. I am also thankful to the people who work in our State office. Time and time again when I travel around Florida I am greeted by people who have received such a warm reception from the men and women who serve us in Florida and help people deal with problems with the Federal Government. I am grateful for their work. Senator McConnell has provided me with opportunities beyond my expectations. He is a great leader, and I am grateful to him. Senators Alexander, Burr, Cornyn, Kyl, McCain, Corker, and many others have taken me under their wings and mentored me, and I am appreciative of them. Chairmen Rockefeller and Levin, we have had the opportunity to do great work together in your committees. I thank you for that. Senators Cantwell, Klobuchar, Landrieu, Whitehouse, and Baucus, we have worked together in a commonsense way to pass legislation that is good for the American people, and I am appreciative of your efforts. Senator Mel Martinez, who ably held the seat before me, has been generous in his advice and counsel. Senator Nelson and his wife Grace have been warm and welcomed Meike and me to Washington. I am thankful for your courtesy. I thank Governor Crist. He has afforded me tremendous opportunities for public service, and I am grateful. I want to say a special thank you to my parents. My grandfather, in 1951, drove his 1949 Pontiac from Waterbury, CT, to Fort Lauderdale, FL, with his wife and five kids piled in the back. He didn't know anybody. He didn't have a job. But he went there to make a better life for his family. He worked in the trades, in construction. He built houses and he taught my father the same thing. And as my father worked in the hot Florida sun, his ambition for his son was that he would one day get to work in air-conditioning. I have achieved that goal and so much more because of their sacrifice. Mom and Dad didn't go to college but they sent me to college and law school, and I will be forever grateful for what they have done for me. My most heartfelt appreciation goes to my wife Meike. When I learned of this appointment, I met her at the door of our home in Tallahassee and she was crying. She was not just crying because she was happy; she was crying because she was worried. At the time we had three small sons Date(s) Held: 2010-12-07, 2010-11-30, 2010-12-08, 2010-12-10, 2010-12-15, 2010-12-16, 2010-12-17, 2010-12-19, 2010-12-20 111th Congress, 2nd Session GPO Document Source: CHRG-111shrg64813 Related Items:
“TRIBUTES TO HON. GEORGE S. LeMIEUX George S. LeMieux U.S. SENATOR FROM FLORIDA TRIBUTES IN THE CONGRESS OF THE UNITED STATES [GRAPHIC] [TIFF OMITTED] TONGRESS.#15 ? George S. LeMieux ? Tributes Delivered In Congress George S. LeMieux United States Senator 2009-2011 A ? Compiled Under The Direction Of The Joint Committee On Printing CONTENTS Biography............................................. V Farewell To The Senate................................ Vii Proceedings In The Senate: Tributes By Senators: Alexander, Lamar, Of Tennessee................. 3 Bunning, Jim, Of Kentucky...................... 12 Conrad, Kent, Of North Dakota.................. 5 Dodd, Christopher J., Of Connecticut........... 8 Durbin, Richard, Of Illinois................... 8 Enzi, Michael B., Of Wyoming................... 6 Hatch, Orrin G., Of Utah....................... 11 McConnell, Mitch, Of Kentucky.................. 9 Reed, Jack, Of Rhode Island.................... 5 Reid, Harry, Of Nevada......................... 4 Warner, Mark R., Of Virginia................... 5 BIOGRAPHY Senator George Stephen LeMieux Was Born In Fort Lauderdale, FL, On May 21, 1969, The Only Child Of George And Karen LeMieux, A Building Contractor And Secretary To The Company. He Grew Up In Coral Springs, FL, And Graduated In 1987 From Coral Springs High School. George LeMieux Graduated Magna Cum Laude, Phi Beta Kappa In 1991 From Emory University, Where He Majored In Political Science. He Was Selected By His Peers To Address The Graduating Class As Senior Class Orator. While Earning His College Degree, He Interned For Congressman E. Clay Shaw, Jr. And U.S. Senator Connie Mack III. After College, George LeMieux Went On To Earn His J.D. Cum Laude From Georgetown University Law Center In 1994. At Georgetown He Received The Vincent G. Panati Award As The Graduate With The Highest GPA In Criminal Law Courses. After Law School, He Joined Gunster, A Prominent Florida Law Firm, Resident In The Firm's Ft. Lauderdale Office. George LeMieux And His Wife, The Former Meike Sigrid Detassis, Are The Parents Of Four Children: George Maximilian, Taylor Franz, Chase Karlyle, And Madeleine Meike. Max, Taylor, And Chase Were Born In Tallahassee, FL. Madeleine Was Born In Washington, DC, While George LeMieux Served In The Senate. Inspired By President Ronald Reagan, George LeMieux Became Active In Republican Party Politics At A Young Age, Culminating In His Election As Chairman Of The Broward County Republican Party In 2000. In 2002 George LeMieux Resigned His Position With The Republican Party To Serve As Deputy Attorney General For The State Of Florida. During His Time In The Attorney General's Office, George LeMieux Helped Lead An Agency Of More Than 400 Attorneys. In 2004, On Behalf Of The People Of Florida, He Successfully Argued A Death Penalty Case, Florida V. Nixon, Before The U.S. Supreme Court, Where He Obtained A Unanimous Reversal Of The Decision By The Supreme Court Of Florida. In 2006 George LeMieux Managed A Successful Gubernatorial Campaign And In 2007 Became Chief Of Staff To Governor Charlie Crist. In His Year Serving As Chief Of Staff, He Oversaw The Executive Office Of The Governor Including The Governor's Legislative Agenda, Policy Initiatives, And The Management Of The Agencies That Reported To The Governor. In 2008 George Returned To The Gunster Law Firm And Was Selected By His Colleagues To Serve As Chairman Of The Firm. In Summer 2009, He Was Called Back Into Public Service When Senator Mel Martinez Retired Before The End Of His Term. On September 10, 2010 George LeMieux Was Sworn In As Florida's 34th U.S. Senator, And At The Age Of 41, Was The Youngest U.S. Senator Then Serving. During His Time In The Senate, George LeMieux Was An Active Member Of The Senate Armed Services Committee, The Commerce Committee, And The Special Committee On Aging. In The Senate, He Made The Debt And Deficit His Primary Focus. He Introduced A Balanced Budget Amendment To The Constitution And Opposed Wasteful Earmark Spending, Helping To Lead The Effort To Ban All Earmarks In The 111th Congress. While In The Senate, George LeMieux Proposed The ''2007 Solution,'' A Plan To Eliminate The Deficit By 2013 And Cut The National Debt Nearly In Half By 2020. He Also Saw Several Of His Legislative Priorities Signed Into Law, Including Medicare Antifraud Legislation, An Export Promotion Act, Tax Relief And Lending Assistance For Small Businesses, And Elimination Of The Monopoly Given To Rating Agencies To Determine The Creditworthiness Of Securities. George LeMieux Also Successfully Offered An Amendment To The Resolution Of Ratification To The New START Treaty With Russia, Requiring The President To Seek Negotiations With Russia To Secure And Reduce Tactical Nuclear Weapons In A Verifiable Manner. For His Efforts, George LeMieux Received Several Recognitions Including The Spirit Of Enterprise Award From The U.S. Chamber Of Commerce, The Tax Fighter Award By The National Tax Limitation Committee, The Friend Of The Family Award By The Christian Family Coalition, The Guardian Of Small Business Award By The National Federation Of Independent Business, And Twice Received The Taxpayer Hero Award By Citizens Against Government Waste. In His Farewell Speech To The U.S. Senate, George LeMieux Described His Service In The Senate As The ''honor Of His Life,'' And Quoting President Theodore Roosevelt, Said Serving In The Senate Allowed Him To Enjoy One Of The Greatest Gifts Life Has To Offer, The Opportunity To ''work Hard At Work Worth Doing.'' Farewell To The Senate Tuesday, December 7, 2010 Mr. LeMIEUX. Madam President, I Rise To Pay Tribute To The Body With Which I Have Had The Privilege Of Serving For The Past 15 Months. Being A U.S. Senator, Representing 18\1/2\ Million Floridians, Has Been The Privilege Of My Lifetime, And Now That Privilege Is Coming To An End. As I Stand On The Floor Of The Senate To Address My Colleagues This One Last Time, I Am Both Humbled And Grateful, Humbled By This Tremendous Institution, By Its Work, And By The Statesmen I Have Had The Opportunity To Serve With, Who I Knew Only From Afar But Now Am Grateful That I Can Call Those Same Men And Women My Colleagues. No Endeavor Worth Doing Is Done Alone. And My Time Here Is No Exception. In The Past 16 Months, I Have Asked The Folks Who Worked With Me To Try To Get 6 Years Of Service Out Of That Time, And They Have Worked Tirelessly To Achieve That Goal. My Chief Of Staff Kerry Feehery, My Deputy Chief Of Staff Vivian Myrtetus, My State Director Carlos Curbelo, Ben Moncrief, Michael Zehy, Ken Lundberg, Melissa Hernandez, Maureen Jaeger, Danielle Joos, Brian Walsh, Frank Walker, Spencer Wayne, Vennia Francois, Victor Cervino, Taylor Booth, And Many Others Have Made Our Time Here Worthwhile, And I Thank All Of Them. I Especially Thank Vivian And Maureen Who Left Their Families And Gave Up Precious Time With Their Children To Come To Washington To Support Me In These Efforts. I Am Also Thankful To The People Who Work In Our State Office. Time And Time Again When I Travel Around Florida I Am Greeted By People Who Have Received Such A Warm Reception From The Men And Women Who Serve Us In Florida And Help People Deal With Problems With The Federal Government. I Am Grateful For Their Work. Senator McConnell Has Provided Me With Opportunities Beyond My Expectations. He Is A Great Leader, And I Am Grateful To Him. Senators Alexander, Burr, Cornyn, Kyl, McCain, Corker, And Many Others Have Taken Me Under Their Wings And Mentored Me, And I Am Appreciative Of Them. Chairmen Rockefeller And Levin, We Have Had The Opportunity To Do Great Work Together In Your Committees. I Thank You For That. Senators Cantwell, Klobuchar, Landrieu, Whitehouse, And Baucus, We Have Worked Together In A Commonsense Way To Pass Legislation That Is Good For The American People, And I Am Appreciative Of Your Efforts. Senator Mel Martinez, Who Ably Held The Seat Before Me, Has Been Generous In His Advice And Counsel. Senator Nelson And His Wife Grace Have Been Warm And Welcomed Meike And Me To Washington. I Am Thankful For Your Courtesy. I Thank Governor Crist. He Has Afforded Me Tremendous Opportunities For Public Service, And I Am Grateful. I Want To Say A Special Thank You To My Parents. My Grandfather, In 1951, Drove His 1949 Pontiac From Waterbury, CT, To Fort Lauderdale, FL, With His Wife And Five Kids Piled In The Back. He Didn't Know Anybody. He Didn't Have A Job. But He Went There To Make A Better Life For His Family. He Worked In The Trades, In Construction. He Built Houses And He Taught My Father The Same Thing. And As My Father Worked In The Hot Florida Sun, His Ambition For His Son Was That He Would One Day Get To Work In Air-conditioning. I Have Achieved That Goal And So Much More Because Of Their Sacrifice. Mom And Dad Didn't Go To College But They Sent Me To College And Law School, And I Will Be Forever Grateful For What They Have Done For Me. My Most Heartfelt Appreciation Goes To My Wife Meike. When I Learned Of This Appointment, I Met Her At The Door Of Our Home In Tallahassee And She Was Crying. She Was Not Just Crying Because She Was Happy; She Was Crying Because She Was Worried. At The Time We Had Three Small Sons” Metadata:
- Title: ➤ TRIBUTES TO HON. GEORGE S. LeMIEUX George S. LeMieux U.S. SENATOR FROM FLORIDA TRIBUTES IN THE CONGRESS OF THE UNITED STATES [GRAPHIC] [TIFF OMITTED] TONGRESS.#15 ? George S. LeMieux ? Tributes Delivered In Congress George S. LeMieux United States Senator 2009-2011 A ? Compiled Under The Direction Of The Joint Committee On Printing CONTENTS Biography............................................. V Farewell To The Senate................................ Vii Proceedings In The Senate: Tributes By Senators: Alexander, Lamar, Of Tennessee................. 3 Bunning, Jim, Of Kentucky...................... 12 Conrad, Kent, Of North Dakota.................. 5 Dodd, Christopher J., Of Connecticut........... 8 Durbin, Richard, Of Illinois................... 8 Enzi, Michael B., Of Wyoming................... 6 Hatch, Orrin G., Of Utah....................... 11 McConnell, Mitch, Of Kentucky.................. 9 Reed, Jack, Of Rhode Island.................... 5 Reid, Harry, Of Nevada......................... 4 Warner, Mark R., Of Virginia................... 5 BIOGRAPHY Senator George Stephen LeMieux Was Born In Fort Lauderdale, FL, On May 21, 1969, The Only Child Of George And Karen LeMieux, A Building Contractor And Secretary To The Company. He Grew Up In Coral Springs, FL, And Graduated In 1987 From Coral Springs High School. George LeMieux Graduated Magna Cum Laude, Phi Beta Kappa In 1991 From Emory University, Where He Majored In Political Science. He Was Selected By His Peers To Address The Graduating Class As Senior Class Orator. While Earning His College Degree, He Interned For Congressman E. Clay Shaw, Jr. And U.S. Senator Connie Mack III. After College, George LeMieux Went On To Earn His J.D. Cum Laude From Georgetown University Law Center In 1994. At Georgetown He Received The Vincent G. Panati Award As The Graduate With The Highest GPA In Criminal Law Courses. After Law School, He Joined Gunster, A Prominent Florida Law Firm, Resident In The Firm's Ft. Lauderdale Office. George LeMieux And His Wife, The Former Meike Sigrid Detassis, Are The Parents Of Four Children: George Maximilian, Taylor Franz, Chase Karlyle, And Madeleine Meike. Max, Taylor, And Chase Were Born In Tallahassee, FL. Madeleine Was Born In Washington, DC, While George LeMieux Served In The Senate. Inspired By President Ronald Reagan, George LeMieux Became Active In Republican Party Politics At A Young Age, Culminating In His Election As Chairman Of The Broward County Republican Party In 2000. In 2002 George LeMieux Resigned His Position With The Republican Party To Serve As Deputy Attorney General For The State Of Florida. During His Time In The Attorney General's Office, George LeMieux Helped Lead An Agency Of More Than 400 Attorneys. In 2004, On Behalf Of The People Of Florida, He Successfully Argued A Death Penalty Case, Florida V. Nixon, Before The U.S. Supreme Court, Where He Obtained A Unanimous Reversal Of The Decision By The Supreme Court Of Florida. In 2006 George LeMieux Managed A Successful Gubernatorial Campaign And In 2007 Became Chief Of Staff To Governor Charlie Crist. In His Year Serving As Chief Of Staff, He Oversaw The Executive Office Of The Governor Including The Governor's Legislative Agenda, Policy Initiatives, And The Management Of The Agencies That Reported To The Governor. In 2008 George Returned To The Gunster Law Firm And Was Selected By His Colleagues To Serve As Chairman Of The Firm. In Summer 2009, He Was Called Back Into Public Service When Senator Mel Martinez Retired Before The End Of His Term. On September 10, 2010 George LeMieux Was Sworn In As Florida's 34th U.S. Senator, And At The Age Of 41, Was The Youngest U.S. Senator Then Serving. During His Time In The Senate, George LeMieux Was An Active Member Of The Senate Armed Services Committee, The Commerce Committee, And The Special Committee On Aging. In The Senate, He Made The Debt And Deficit His Primary Focus. He Introduced A Balanced Budget Amendment To The Constitution And Opposed Wasteful Earmark Spending, Helping To Lead The Effort To Ban All Earmarks In The 111th Congress. While In The Senate, George LeMieux Proposed The ''2007 Solution,'' A Plan To Eliminate The Deficit By 2013 And Cut The National Debt Nearly In Half By 2020. He Also Saw Several Of His Legislative Priorities Signed Into Law, Including Medicare Antifraud Legislation, An Export Promotion Act, Tax Relief And Lending Assistance For Small Businesses, And Elimination Of The Monopoly Given To Rating Agencies To Determine The Creditworthiness Of Securities. George LeMieux Also Successfully Offered An Amendment To The Resolution Of Ratification To The New START Treaty With Russia, Requiring The President To Seek Negotiations With Russia To Secure And Reduce Tactical Nuclear Weapons In A Verifiable Manner. For His Efforts, George LeMieux Received Several Recognitions Including The Spirit Of Enterprise Award From The U.S. Chamber Of Commerce, The Tax Fighter Award By The National Tax Limitation Committee, The Friend Of The Family Award By The Christian Family Coalition, The Guardian Of Small Business Award By The National Federation Of Independent Business, And Twice Received The Taxpayer Hero Award By Citizens Against Government Waste. In His Farewell Speech To The U.S. Senate, George LeMieux Described His Service In The Senate As The ''honor Of His Life,'' And Quoting President Theodore Roosevelt, Said Serving In The Senate Allowed Him To Enjoy One Of The Greatest Gifts Life Has To Offer, The Opportunity To ''work Hard At Work Worth Doing.'' Farewell To The Senate Tuesday, December 7, 2010 Mr. LeMIEUX. Madam President, I Rise To Pay Tribute To The Body With Which I Have Had The Privilege Of Serving For The Past 15 Months. Being A U.S. Senator, Representing 18\1/2\ Million Floridians, Has Been The Privilege Of My Lifetime, And Now That Privilege Is Coming To An End. As I Stand On The Floor Of The Senate To Address My Colleagues This One Last Time, I Am Both Humbled And Grateful, Humbled By This Tremendous Institution, By Its Work, And By The Statesmen I Have Had The Opportunity To Serve With, Who I Knew Only From Afar But Now Am Grateful That I Can Call Those Same Men And Women My Colleagues. No Endeavor Worth Doing Is Done Alone. And My Time Here Is No Exception. In The Past 16 Months, I Have Asked The Folks Who Worked With Me To Try To Get 6 Years Of Service Out Of That Time, And They Have Worked Tirelessly To Achieve That Goal. My Chief Of Staff Kerry Feehery, My Deputy Chief Of Staff Vivian Myrtetus, My State Director Carlos Curbelo, Ben Moncrief, Michael Zehy, Ken Lundberg, Melissa Hernandez, Maureen Jaeger, Danielle Joos, Brian Walsh, Frank Walker, Spencer Wayne, Vennia Francois, Victor Cervino, Taylor Booth, And Many Others Have Made Our Time Here Worthwhile, And I Thank All Of Them. I Especially Thank Vivian And Maureen Who Left Their Families And Gave Up Precious Time With Their Children To Come To Washington To Support Me In These Efforts. I Am Also Thankful To The People Who Work In Our State Office. Time And Time Again When I Travel Around Florida I Am Greeted By People Who Have Received Such A Warm Reception From The Men And Women Who Serve Us In Florida And Help People Deal With Problems With The Federal Government. I Am Grateful For Their Work. Senator McConnell Has Provided Me With Opportunities Beyond My Expectations. He Is A Great Leader, And I Am Grateful To Him. Senators Alexander, Burr, Cornyn, Kyl, McCain, Corker, And Many Others Have Taken Me Under Their Wings And Mentored Me, And I Am Appreciative Of Them. Chairmen Rockefeller And Levin, We Have Had The Opportunity To Do Great Work Together In Your Committees. I Thank You For That. Senators Cantwell, Klobuchar, Landrieu, Whitehouse, And Baucus, We Have Worked Together In A Commonsense Way To Pass Legislation That Is Good For The American People, And I Am Appreciative Of Your Efforts. Senator Mel Martinez, Who Ably Held The Seat Before Me, Has Been Generous In His Advice And Counsel. Senator Nelson And His Wife Grace Have Been Warm And Welcomed Meike And Me To Washington. I Am Thankful For Your Courtesy. I Thank Governor Crist. He Has Afforded Me Tremendous Opportunities For Public Service, And I Am Grateful. I Want To Say A Special Thank You To My Parents. My Grandfather, In 1951, Drove His 1949 Pontiac From Waterbury, CT, To Fort Lauderdale, FL, With His Wife And Five Kids Piled In The Back. He Didn't Know Anybody. He Didn't Have A Job. But He Went There To Make A Better Life For His Family. He Worked In The Trades, In Construction. He Built Houses And He Taught My Father The Same Thing. And As My Father Worked In The Hot Florida Sun, His Ambition For His Son Was That He Would One Day Get To Work In Air-conditioning. I Have Achieved That Goal And So Much More Because Of Their Sacrifice. Mom And Dad Didn't Go To College But They Sent Me To College And Law School, And I Will Be Forever Grateful For What They Have Done For Me. My Most Heartfelt Appreciation Goes To My Wife Meike. When I Learned Of This Appointment, I Met Her At The Door Of Our Home In Tallahassee And She Was Crying. She Was Not Just Crying Because She Was Happy; She Was Crying Because She Was Worried. At The Time We Had Three Small Sons
- Author: Congressional Committee
- Language: English
“TRIBUTES TO HON. GEORGE S. LeMIEUX George S. LeMieux U.S. SENATOR FROM FLORIDA TRIBUTES IN THE CONGRESS OF THE UNITED STATES [GRAPHIC] [TIFF OMITTED] TONGRESS.#15 ? George S. LeMieux ? Tributes Delivered In Congress George S. LeMieux United States Senator 2009-2011 A ? Compiled Under The Direction Of The Joint Committee On Printing CONTENTS Biography............................................. V Farewell To The Senate................................ Vii Proceedings In The Senate: Tributes By Senators: Alexander, Lamar, Of Tennessee................. 3 Bunning, Jim, Of Kentucky...................... 12 Conrad, Kent, Of North Dakota.................. 5 Dodd, Christopher J., Of Connecticut........... 8 Durbin, Richard, Of Illinois................... 8 Enzi, Michael B., Of Wyoming................... 6 Hatch, Orrin G., Of Utah....................... 11 McConnell, Mitch, Of Kentucky.................. 9 Reed, Jack, Of Rhode Island.................... 5 Reid, Harry, Of Nevada......................... 4 Warner, Mark R., Of Virginia................... 5 BIOGRAPHY Senator George Stephen LeMieux Was Born In Fort Lauderdale, FL, On May 21, 1969, The Only Child Of George And Karen LeMieux, A Building Contractor And Secretary To The Company. He Grew Up In Coral Springs, FL, And Graduated In 1987 From Coral Springs High School. George LeMieux Graduated Magna Cum Laude, Phi Beta Kappa In 1991 From Emory University, Where He Majored In Political Science. He Was Selected By His Peers To Address The Graduating Class As Senior Class Orator. While Earning His College Degree, He Interned For Congressman E. Clay Shaw, Jr. And U.S. Senator Connie Mack III. After College, George LeMieux Went On To Earn His J.D. Cum Laude From Georgetown University Law Center In 1994. At Georgetown He Received The Vincent G. Panati Award As The Graduate With The Highest GPA In Criminal Law Courses. After Law School, He Joined Gunster, A Prominent Florida Law Firm, Resident In The Firm's Ft. Lauderdale Office. George LeMieux And His Wife, The Former Meike Sigrid Detassis, Are The Parents Of Four Children: George Maximilian, Taylor Franz, Chase Karlyle, And Madeleine Meike. Max, Taylor, And Chase Were Born In Tallahassee, FL. Madeleine Was Born In Washington, DC, While George LeMieux Served In The Senate. Inspired By President Ronald Reagan, George LeMieux Became Active In Republican Party Politics At A Young Age, Culminating In His Election As Chairman Of The Broward County Republican Party In 2000. In 2002 George LeMieux Resigned His Position With The Republican Party To Serve As Deputy Attorney General For The State Of Florida. During His Time In The Attorney General's Office, George LeMieux Helped Lead An Agency Of More Than 400 Attorneys. In 2004, On Behalf Of The People Of Florida, He Successfully Argued A Death Penalty Case, Florida V. Nixon, Before The U.S. Supreme Court, Where He Obtained A Unanimous Reversal Of The Decision By The Supreme Court Of Florida. In 2006 George LeMieux Managed A Successful Gubernatorial Campaign And In 2007 Became Chief Of Staff To Governor Charlie Crist. In His Year Serving As Chief Of Staff, He Oversaw The Executive Office Of The Governor Including The Governor's Legislative Agenda, Policy Initiatives, And The Management Of The Agencies That Reported To The Governor. In 2008 George Returned To The Gunster Law Firm And Was Selected By His Colleagues To Serve As Chairman Of The Firm. In Summer 2009, He Was Called Back Into Public Service When Senator Mel Martinez Retired Before The End Of His Term. On September 10, 2010 George LeMieux Was Sworn In As Florida's 34th U.S. Senator, And At The Age Of 41, Was The Youngest U.S. Senator Then Serving. During His Time In The Senate, George LeMieux Was An Active Member Of The Senate Armed Services Committee, The Commerce Committee, And The Special Committee On Aging. In The Senate, He Made The Debt And Deficit His Primary Focus. He Introduced A Balanced Budget Amendment To The Constitution And Opposed Wasteful Earmark Spending, Helping To Lead The Effort To Ban All Earmarks In The 111th Congress. While In The Senate, George LeMieux Proposed The ''2007 Solution,'' A Plan To Eliminate The Deficit By 2013 And Cut The National Debt Nearly In Half By 2020. He Also Saw Several Of His Legislative Priorities Signed Into Law, Including Medicare Antifraud Legislation, An Export Promotion Act, Tax Relief And Lending Assistance For Small Businesses, And Elimination Of The Monopoly Given To Rating Agencies To Determine The Creditworthiness Of Securities. George LeMieux Also Successfully Offered An Amendment To The Resolution Of Ratification To The New START Treaty With Russia, Requiring The President To Seek Negotiations With Russia To Secure And Reduce Tactical Nuclear Weapons In A Verifiable Manner. For His Efforts, George LeMieux Received Several Recognitions Including The Spirit Of Enterprise Award From The U.S. Chamber Of Commerce, The Tax Fighter Award By The National Tax Limitation Committee, The Friend Of The Family Award By The Christian Family Coalition, The Guardian Of Small Business Award By The National Federation Of Independent Business, And Twice Received The Taxpayer Hero Award By Citizens Against Government Waste. In His Farewell Speech To The U.S. Senate, George LeMieux Described His Service In The Senate As The ''honor Of His Life,'' And Quoting President Theodore Roosevelt, Said Serving In The Senate Allowed Him To Enjoy One Of The Greatest Gifts Life Has To Offer, The Opportunity To ''work Hard At Work Worth Doing.'' Farewell To The Senate Tuesday, December 7, 2010 Mr. LeMIEUX. Madam President, I Rise To Pay Tribute To The Body With Which I Have Had The Privilege Of Serving For The Past 15 Months. Being A U.S. Senator, Representing 18\1/2\ Million Floridians, Has Been The Privilege Of My Lifetime, And Now That Privilege Is Coming To An End. As I Stand On The Floor Of The Senate To Address My Colleagues This One Last Time, I Am Both Humbled And Grateful, Humbled By This Tremendous Institution, By Its Work, And By The Statesmen I Have Had The Opportunity To Serve With, Who I Knew Only From Afar But Now Am Grateful That I Can Call Those Same Men And Women My Colleagues. No Endeavor Worth Doing Is Done Alone. And My Time Here Is No Exception. In The Past 16 Months, I Have Asked The Folks Who Worked With Me To Try To Get 6 Years Of Service Out Of That Time, And They Have Worked Tirelessly To Achieve That Goal. My Chief Of Staff Kerry Feehery, My Deputy Chief Of Staff Vivian Myrtetus, My State Director Carlos Curbelo, Ben Moncrief, Michael Zehy, Ken Lundberg, Melissa Hernandez, Maureen Jaeger, Danielle Joos, Brian Walsh, Frank Walker, Spencer Wayne, Vennia Francois, Victor Cervino, Taylor Booth, And Many Others Have Made Our Time Here Worthwhile, And I Thank All Of Them. I Especially Thank Vivian And Maureen Who Left Their Families And Gave Up Precious Time With Their Children To Come To Washington To Support Me In These Efforts. I Am Also Thankful To The People Who Work In Our State Office. Time And Time Again When I Travel Around Florida I Am Greeted By People Who Have Received Such A Warm Reception From The Men And Women Who Serve Us In Florida And Help People Deal With Problems With The Federal Government. I Am Grateful For Their Work. Senator McConnell Has Provided Me With Opportunities Beyond My Expectations. He Is A Great Leader, And I Am Grateful To Him. Senators Alexander, Burr, Cornyn, Kyl, McCain, Corker, And Many Others Have Taken Me Under Their Wings And Mentored Me, And I Am Appreciative Of Them. Chairmen Rockefeller And Levin, We Have Had The Opportunity To Do Great Work Together In Your Committees. I Thank You For That. Senators Cantwell, Klobuchar, Landrieu, Whitehouse, And Baucus, We Have Worked Together In A Commonsense Way To Pass Legislation That Is Good For The American People, And I Am Appreciative Of Your Efforts. Senator Mel Martinez, Who Ably Held The Seat Before Me, Has Been Generous In His Advice And Counsel. Senator Nelson And His Wife Grace Have Been Warm And Welcomed Meike And Me To Washington. I Am Thankful For Your Courtesy. I Thank Governor Crist. He Has Afforded Me Tremendous Opportunities For Public Service, And I Am Grateful. I Want To Say A Special Thank You To My Parents. My Grandfather, In 1951, Drove His 1949 Pontiac From Waterbury, CT, To Fort Lauderdale, FL, With His Wife And Five Kids Piled In The Back. He Didn't Know Anybody. He Didn't Have A Job. But He Went There To Make A Better Life For His Family. He Worked In The Trades, In Construction. He Built Houses And He Taught My Father The Same Thing. And As My Father Worked In The Hot Florida Sun, His Ambition For His Son Was That He Would One Day Get To Work In Air-conditioning. I Have Achieved That Goal And So Much More Because Of Their Sacrifice. Mom And Dad Didn't Go To College But They Sent Me To College And Law School, And I Will Be Forever Grateful For What They Have Done For Me. My Most Heartfelt Appreciation Goes To My Wife Meike. When I Learned Of This Appointment, I Met Her At The Door Of Our Home In Tallahassee And She Was Crying. She Was Not Just Crying Because She Was Happy; She Was Crying Because She Was Worried. At The Time We Had Three Small Sons” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: ➤ gov.gpo.fdsys.CHRG-111shrg64813
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 10.09 Mbs, the file-s for this book were downloaded 505 times, the file-s went public at Sun Jan 08 2017.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVuTXT - Djvu XML - HTML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TRIBUTES TO HON. GEORGE S. LeMIEUX George S. LeMieux U.S. SENATOR FROM FLORIDA TRIBUTES IN THE CONGRESS OF THE UNITED STATES [GRAPHIC] [TIFF OMITTED] TONGRESS.#15 ? George S. LeMieux ? Tributes Delivered In Congress George S. LeMieux United States Senator 2009-2011 A ? Compiled Under The Direction Of The Joint Committee On Printing CONTENTS Biography............................................. V Farewell To The Senate................................ Vii Proceedings In The Senate: Tributes By Senators: Alexander, Lamar, Of Tennessee................. 3 Bunning, Jim, Of Kentucky...................... 12 Conrad, Kent, Of North Dakota.................. 5 Dodd, Christopher J., Of Connecticut........... 8 Durbin, Richard, Of Illinois................... 8 Enzi, Michael B., Of Wyoming................... 6 Hatch, Orrin G., Of Utah....................... 11 McConnell, Mitch, Of Kentucky.................. 9 Reed, Jack, Of Rhode Island.................... 5 Reid, Harry, Of Nevada......................... 4 Warner, Mark R., Of Virginia................... 5 BIOGRAPHY Senator George Stephen LeMieux Was Born In Fort Lauderdale, FL, On May 21, 1969, The Only Child Of George And Karen LeMieux, A Building Contractor And Secretary To The Company. He Grew Up In Coral Springs, FL, And Graduated In 1987 From Coral Springs High School. George LeMieux Graduated Magna Cum Laude, Phi Beta Kappa In 1991 From Emory University, Where He Majored In Political Science. He Was Selected By His Peers To Address The Graduating Class As Senior Class Orator. While Earning His College Degree, He Interned For Congressman E. Clay Shaw, Jr. And U.S. Senator Connie Mack III. After College, George LeMieux Went On To Earn His J.D. Cum Laude From Georgetown University Law Center In 1994. At Georgetown He Received The Vincent G. Panati Award As The Graduate With The Highest GPA In Criminal Law Courses. After Law School, He Joined Gunster, A Prominent Florida Law Firm, Resident In The Firm's Ft. Lauderdale Office. George LeMieux And His Wife, The Former Meike Sigrid Detassis, Are The Parents Of Four Children: George Maximilian, Taylor Franz, Chase Karlyle, And Madeleine Meike. Max, Taylor, And Chase Were Born In Tallahassee, FL. Madeleine Was Born In Washington, DC, While George LeMieux Served In The Senate. Inspired By President Ronald Reagan, George LeMieux Became Active In Republican Party Politics At A Young Age, Culminating In His Election As Chairman Of The Broward County Republican Party In 2000. In 2002 George LeMieux Resigned His Position With The Republican Party To Serve As Deputy Attorney General For The State Of Florida. During His Time In The Attorney General's Office, George LeMieux Helped Lead An Agency Of More Than 400 Attorneys. In 2004, On Behalf Of The People Of Florida, He Successfully Argued A Death Penalty Case, Florida V. Nixon, Before The U.S. Supreme Court, Where He Obtained A Unanimous Reversal Of The Decision By The Supreme Court Of Florida. In 2006 George LeMieux Managed A Successful Gubernatorial Campaign And In 2007 Became Chief Of Staff To Governor Charlie Crist. In His Year Serving As Chief Of Staff, He Oversaw The Executive Office Of The Governor Including The Governor's Legislative Agenda, Policy Initiatives, And The Management Of The Agencies That Reported To The Governor. In 2008 George Returned To The Gunster Law Firm And Was Selected By His Colleagues To Serve As Chairman Of The Firm. In Summer 2009, He Was Called Back Into Public Service When Senator Mel Martinez Retired Before The End Of His Term. On September 10, 2010 George LeMieux Was Sworn In As Florida's 34th U.S. Senator, And At The Age Of 41, Was The Youngest U.S. Senator Then Serving. During His Time In The Senate, George LeMieux Was An Active Member Of The Senate Armed Services Committee, The Commerce Committee, And The Special Committee On Aging. In The Senate, He Made The Debt And Deficit His Primary Focus. He Introduced A Balanced Budget Amendment To The Constitution And Opposed Wasteful Earmark Spending, Helping To Lead The Effort To Ban All Earmarks In The 111th Congress. While In The Senate, George LeMieux Proposed The ''2007 Solution,'' A Plan To Eliminate The Deficit By 2013 And Cut The National Debt Nearly In Half By 2020. He Also Saw Several Of His Legislative Priorities Signed Into Law, Including Medicare Antifraud Legislation, An Export Promotion Act, Tax Relief And Lending Assistance For Small Businesses, And Elimination Of The Monopoly Given To Rating Agencies To Determine The Creditworthiness Of Securities. George LeMieux Also Successfully Offered An Amendment To The Resolution Of Ratification To The New START Treaty With Russia, Requiring The President To Seek Negotiations With Russia To Secure And Reduce Tactical Nuclear Weapons In A Verifiable Manner. For His Efforts, George LeMieux Received Several Recognitions Including The Spirit Of Enterprise Award From The U.S. Chamber Of Commerce, The Tax Fighter Award By The National Tax Limitation Committee, The Friend Of The Family Award By The Christian Family Coalition, The Guardian Of Small Business Award By The National Federation Of Independent Business, And Twice Received The Taxpayer Hero Award By Citizens Against Government Waste. In His Farewell Speech To The U.S. Senate, George LeMieux Described His Service In The Senate As The ''honor Of His Life,'' And Quoting President Theodore Roosevelt, Said Serving In The Senate Allowed Him To Enjoy One Of The Greatest Gifts Life Has To Offer, The Opportunity To ''work Hard At Work Worth Doing.'' Farewell To The Senate Tuesday, December 7, 2010 Mr. LeMIEUX. Madam President, I Rise To Pay Tribute To The Body With Which I Have Had The Privilege Of Serving For The Past 15 Months. Being A U.S. Senator, Representing 18\1/2\ Million Floridians, Has Been The Privilege Of My Lifetime, And Now That Privilege Is Coming To An End. As I Stand On The Floor Of The Senate To Address My Colleagues This One Last Time, I Am Both Humbled And Grateful, Humbled By This Tremendous Institution, By Its Work, And By The Statesmen I Have Had The Opportunity To Serve With, Who I Knew Only From Afar But Now Am Grateful That I Can Call Those Same Men And Women My Colleagues. No Endeavor Worth Doing Is Done Alone. And My Time Here Is No Exception. In The Past 16 Months, I Have Asked The Folks Who Worked With Me To Try To Get 6 Years Of Service Out Of That Time, And They Have Worked Tirelessly To Achieve That Goal. My Chief Of Staff Kerry Feehery, My Deputy Chief Of Staff Vivian Myrtetus, My State Director Carlos Curbelo, Ben Moncrief, Michael Zehy, Ken Lundberg, Melissa Hernandez, Maureen Jaeger, Danielle Joos, Brian Walsh, Frank Walker, Spencer Wayne, Vennia Francois, Victor Cervino, Taylor Booth, And Many Others Have Made Our Time Here Worthwhile, And I Thank All Of Them. I Especially Thank Vivian And Maureen Who Left Their Families And Gave Up Precious Time With Their Children To Come To Washington To Support Me In These Efforts. I Am Also Thankful To The People Who Work In Our State Office. Time And Time Again When I Travel Around Florida I Am Greeted By People Who Have Received Such A Warm Reception From The Men And Women Who Serve Us In Florida And Help People Deal With Problems With The Federal Government. I Am Grateful For Their Work. Senator McConnell Has Provided Me With Opportunities Beyond My Expectations. He Is A Great Leader, And I Am Grateful To Him. Senators Alexander, Burr, Cornyn, Kyl, McCain, Corker, And Many Others Have Taken Me Under Their Wings And Mentored Me, And I Am Appreciative Of Them. Chairmen Rockefeller And Levin, We Have Had The Opportunity To Do Great Work Together In Your Committees. I Thank You For That. Senators Cantwell, Klobuchar, Landrieu, Whitehouse, And Baucus, We Have Worked Together In A Commonsense Way To Pass Legislation That Is Good For The American People, And I Am Appreciative Of Your Efforts. Senator Mel Martinez, Who Ably Held The Seat Before Me, Has Been Generous In His Advice And Counsel. Senator Nelson And His Wife Grace Have Been Warm And Welcomed Meike And Me To Washington. I Am Thankful For Your Courtesy. I Thank Governor Crist. He Has Afforded Me Tremendous Opportunities For Public Service, And I Am Grateful. I Want To Say A Special Thank You To My Parents. My Grandfather, In 1951, Drove His 1949 Pontiac From Waterbury, CT, To Fort Lauderdale, FL, With His Wife And Five Kids Piled In The Back. He Didn't Know Anybody. He Didn't Have A Job. But He Went There To Make A Better Life For His Family. He Worked In The Trades, In Construction. He Built Houses And He Taught My Father The Same Thing. And As My Father Worked In The Hot Florida Sun, His Ambition For His Son Was That He Would One Day Get To Work In Air-conditioning. I Have Achieved That Goal And So Much More Because Of Their Sacrifice. Mom And Dad Didn't Go To College But They Sent Me To College And Law School, And I Will Be Forever Grateful For What They Have Done For Me. My Most Heartfelt Appreciation Goes To My Wife Meike. When I Learned Of This Appointment, I Met Her At The Door Of Our Home In Tallahassee And She Was Crying. She Was Not Just Crying Because She Was Happy; She Was Crying Because She Was Worried. At The Time We Had Three Small Sons at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
Buy “Home Is Where The Start Is” online:
Shop for “Home Is Where The Start Is” on popular online marketplaces.
- Ebay: New and used books.