diff options
author | José Fonseca <jfonseca@vmware.com> | 2013-07-12 07:48:22 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2013-07-12 07:49:23 +0100 |
commit | 5c101c9efbb0f7ef0aae37a43f746e1466c669ee (patch) | |
tree | 447094f7644f49e9c137331048bdd5f4c74ee506 /README.markdown | |
parent | abaef29db0cf1a3e2adb0c254886162368b1645a (diff) |
Aggregate all info on debugging into a single place.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown index 5f97d871..f6999148 100644 --- a/README.markdown +++ b/README.markdown @@ -145,10 +145,6 @@ If you are an application developer, you can avoid this either by linking with See the `ld.so` man page for more information about `LD_PRELOAD` and `LD_LIBRARY_PATH` environment flags. -To trace the application inside gdb, invoke gdb as: - - gdb --ex 'set exec-wrapper env LD_PRELOAD=/path/to/glxtrace.so' --args /path/to/application - ### Android ### To trace standalone native OpenGL ES applications, use |