Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6bea14a7
Kaydet (Commit)
6bea14a7
authored
Nis 14, 2015
tarafından
Siqi Liu
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add gdb debugging info on gtktiledviewer
Change-Id: I1460131d25212266b910d76a7713d1e973f7c415
üst
2932bf06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
README
libreofficekit/README
+17
-1
No files found.
libreofficekit/README
Dosyayı görüntüle @
6bea14a7
...
@@ -23,7 +23,7 @@ functionality as in LibreOfficeKit.h.)
...
@@ -23,7 +23,7 @@ functionality as in LibreOfficeKit.h.)
An example program (currently using the older shim.c/static library
An example program (currently using the older shim.c/static library
integration) can be seen on:
integration) can be seen on:
https://github.com/ojwb/lloconv
https://github.com/ojwb/lloconv
Tiled Rendering
Tiled Rendering
---------------
---------------
...
@@ -86,6 +86,22 @@ once a feature works there, then implement the Android part, with its slower
...
@@ -86,6 +86,22 @@ once a feature works there, then implement the Android part, with its slower
development iteration (slow uploading to the device, the need to link all
development iteration (slow uploading to the device, the need to link all
object files into a single .so, etc).
object files into a single .so, etc).
* Debugging with gdb and gtktiledviewer
To run gtktiledviewer:
bin/run gtktiledviewer $PWD/instdir/program path/to/test.odt
To receive all incoming evetns from core use G_MESSAGES_DEBUG=all
G_MESSAGES_DEBUG=all bin/run gtktiledviewer $PWD/instdir/program ../test.odt
To debug with gdb:
export LO_TRACE='gdb --tui --args'
before bin/run, this will run gtktiledviewer in the debugger instead.
LibreOfficeKitGtk
LibreOfficeKitGtk
*****************
*****************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment