LiteIDE is a simple, open source, cross-platform Go IDE.

LiteIDE X

liteide-logo

Introduction

LiteIDE is a simple, open source, cross-platform Go IDE.

  • Version: X37.3 (support Go modules)
  • Author: visualfc

Features

  • Core features

    • System environment management
    • MIME type management
    • Configurable build commands
    • Support files search replace and revert
    • Quick open file, symbol and commands
    • Plug-in system
    • Integrated terminal
  • Advanced code editor

    • Code editor supports Golang, Markdown and Golang Present
    • Rapid code navigation tools
    • Syntax highlighting and color scheme
    • Code completion
    • Code folding
    • Display save revision
    • Reload file by internal diff way
  • Golang support

    • Support Go1.11 Go modules
    • Support Go1.5 Go vendor
    • Support Go1 GOPATH
    • Golang build environment management
    • Compile and test using standard Golang tools
    • Custom GOPATH support system, IDE and project
    • Custom project build configuration
    • Golang package browser
    • Golang class view and outline
    • Golang doc search and api index
    • Source code navigation and information tips
    • Source code find usages
    • Source code refactoring and revert
    • Integrated gocode clone of nsf/gocode
    • Integrated gomodifytags
    • Support source query tools guru
    • Debug with GDB and Delve

Supported Systems

  • Windows x86 (32-bit or 64-bit)
  • Linux x86 (32-bit or 64-bit)
  • MacOS X10.6 or higher (64-bit)
  • FreeBSD 9.2 or higher (32-bit or 64-bit)
  • OpenBSD 5.6 or higher (64-bit)

Latest Release Supported Platform Details

  • Windows
    • liteide-latest.windows-qt5.zip -> WindowsXP, Windows 7 8 10
    • liteide-latest.windows-qt4.zip -> WindowsXP, Windows 7
  • macOS
    • liteide-latest.macosx-qt5.zip -> macOS 10.8 or higher
  • Linux x64
    • liteide-latest.linux-64-qt4.tar.bz2 -> Linux (64 bit) build on ubuntu 16.04
    • liteide-latest.linux-64-qt5.tar.bz2 -> Linux (64 bit) build on ubuntu 16.04
  • Linux x32
    • liteide-latest.linux-32-qt4.tar.bz2 -> Linux (32 bit) build on ubuntu 16.04
    • liteide-latest.linux-32-qt5.tar.bz2 -> Linux (32 bit) build on ubuntu 16.04
  • ArchLinux
    • liteide-latest.archlinux-pkgbuild.zip -> ArchLinux (64 bit) PKGBUILD

LiteIDE Command Line

liteide [files|folder] [--select-env id] [--local-setting] [--user-setting] [--reset-setting]

--select-env [system|win32|cross-linux64|...]     select init environment id
--local-setting   force use local setting
--user-setting    force use user setting
--reset-setting   reset current setting ( clear setting file)	

Update liteide tools for support new Golang Version

go get -u github.com/visualfc/gotools
go get -u github.com/visualfc/gocode

Windows/Linux: copy GOPATH/bin gotools and gocode to liteide/bin
MacOS: copy GOPATH/bin gotools and gocode to LiteIDE.app/Contents/MacOS

Documents

Links

Donate

New Home Page

Comments
  • Autocompletion is not working

    Autocompletion is not working

    Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks!

    What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

    X33.3

    What version of Go are you using (go version)?

    1.10.3

    What operating system and processor architecture are you using(go env)?

    GOARCH="amd64" GOBIN="" GOCACHE="/home/gmat/.cache/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/gmat/Workspace/go" GORACE="" GOROOT="/usr/lib/go" GOTMPDIR="" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build812797537=/tmp/go-build -gno-record-gcc-switches"

    What did you do?

    Simple hello world program. Presseing f inisde main() gives popup for fmt. Then I press . (dot) Then when I press P, no popup Then when I press r, no popup Then when I press i, no popup Then when I press n, no popup

    What did you expect to see?

    After "fmt." when I press P, it should open popup.

    What did you see instead?

    Nothing. Autocompletion does not work. I need to type by hand.

  • X22 : Jump to Declaration / Find Usage / Rename Symbol Don't work

    X22 : Jump to Declaration / Find Usage / Rename Symbol Don't work

    Neither right clicking a symbol and selecting any of these options nor using the keyboard shortcuts do anything, no errors, no warnings, nothing.

    |---> qmake --version; go version
    QMake version 3.0
    Using Qt version 5.2.1 in /usr/lib
    go version devel +f1f593b2b24e Wed Apr 16 23:01:02 2014 -0700 linux/amd64
    

    The same applies to go version 1.2 as well, is there anything I can help to debug this?

  • gofmt on save is broken

    gofmt on save is broken

    In LiteIDE 27.2, gofmt on save is broken. There is an error message: gofmt: Timed out after 500ms when starting go code format. It was working in 27.1.

    If I use gofmt from the menu, it works.

    If I increase the timeout in the settings, the error message is displayed instantly (without timeout).

    If I use goimport instead of gofmt, it works.

  • undefined symbol: _ZN6QMutex12lockInternalEv

    undefined symbol: _ZN6QMutex12lockInternalEv

    Hi,

    I'm trying to package the latest version for Arch Linux.

    I see that some Qt libraries are now included with LiteIDE, but not libQtNetwork.so.4.

    When running LiteIDE with the correct LD_LIBRARY_PATH to use the included Qt libraries, I get teh following error:

    /usr/bin/liteide: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: _ZN6QMutex12lockInternalEv

    When looking at the possibility for building from source for Qt 4.8.4 (the default for Arch Linux), I see that build_linux.sh uses the "go install" command directly. Would this also work when not installing directly, but creating a package?

    Thanks.

    Best regards, Alexander Rødseth

  • LiteIDE not 100% portable

    LiteIDE not 100% portable

    LiteIDE isn't perfectly portable, because it created a LiteIDE folder inside my user's AppData\Local folder, containing a "Hello World" go program - could it be changed to keep all this on the portable drive?

  • dlv was not found on system PATH

    dlv was not found on system PATH

    mac 10.12.1 version x30.2(qt5)

    ~  echo $PATH
    /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/bin:/Users/antergone/apache-maven-3.3.9/bin:/Users/antergone/gradle-3.2/bin:/Users/antergone/codespace/gopath/bin
    ~  which dlv
    /usr/local/bin/dlv
    
  • Qt5 (feature request)

    Qt5 (feature request)

    Hi,

    Please update the code to support Qt5. I can't compile LiteIDE X on Arch Linux any more.

    If I try to compile with the old version of Qt, which has been moved to different locations, I get this error:

    ../../../../liteidex/src/plugins/webkithtmlwidget/webviewhtmlwidget.cpp:26:20: fatal error: QWebView: No such file or directory
     #include <QWebView>
                        ^
    compilation terminated.
    

    Best regards, Alexander Rødseth

  • macos bigsur上打不开

    macos bigsur上打不开

    Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks!

    What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

    liteidex37.3.macos-qt5.14.2.zip

    What version of Go are you using (go version)?

    go version go1.13.15 darwin/amd64

    What operating system and processor architecture are you using(go env)?

    GO111MODULE="auto" GOARCH="amd64" GOBIN="" GOCACHE="/Users/david/Library/Caches/go-build" GOENV="/Users/david/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/david/Code/go" GOPRIVATE="" GOPROXY="https://goproxy.cn,direct" GOROOT="/Users/david/miniconda3/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/Users/david/miniconda3/go/pkg/tool/darwin_amd64" GCCGO="gccgo" AR="ar" CC="/dev/null" CXX="/dev/null" CGO_ENABLED="0" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdeb

    What did you do?

    If possible, provide a recipe for reproducing the error. 下载,解压,启动,安全设置通过,重新启动app

    What did you expect to see?

    What did you see instead?

    dock上有图标,没有任何窗口显示,风扇狂转,任务管理器显示 LiteIde占用99%cpu

  • 如何设置编译和输出不同目录

    如何设置编译和输出不同目录

    目录结构如下

    ├server    ----main包目录
    ┆└main.go
    ...  ---其他目录
    ├bin ---输出目录
    ┆├config.yml ---程序配置文件
    ┆├debug   ---编译输出文件
    ...
    

    尝试过修改TARGETBASENAME无效,通过修改BUILDFLAGS添加-o参数可以输出到bin但是run的命令执行位置不对,只能通过修改配置文件才能实现这种操作么

  • mac 10.12.4 . Qt5.8 crash

    mac 10.12.4 . Qt5.8 crash

    Process: LiteIDE [5852] Path: /data/*/LiteIDE.app/Contents/MacOS/LiteIDE Identifier: com.visualfc.liteide Version: liteidex (liteide x version) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: LiteIDE [5852] User ID: 501

    Date/Time: 2017-04-24 11:19:42.274 +0800 OS Version: Mac OS X 10.12.4 (16E195) Report Version: 12 Anonymous UUID: D4BB212E-2D25-05F0-BE12-267AD76F8C3A

    Sleep/Wake UUID: A3B10D96-0655-469C-8EDF-E000B5858C16

    Time Awake Since Boot: 3000 seconds Time Since Wake: 1300 seconds

    System Integrity Protection: enabled

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

    Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: cgImage != NULL' terminating with uncaught exception of type NSException abort() called

    Application Specific Backtrace 1: 0 CoreFoundation 0x00007fffa37f737b __exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fffb85eb48d objc_exception_throw + 48 2 CoreFoundation 0x00007fffa37fc082 +[NSException raise:format:arguments:] + 98 3 Foundation 0x00007fffa5243ce0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195 4 AppKit 0x00007fffa13b7986 -[NSBitmapImageRep initWithCGImage:] + 149 5 QtGui 0x0000000109b4fabd _Z21qt_mac_create_nsimageRK5QIconi + 525 6 libqcocoa.dylib 0x000000010a463fda qt_plugin_instance + 154170 7 libqcocoa.dylib 0x000000010a461197 qt_plugin_instance + 142327 8 QtWidgets 0x000000010945658d _ZN5QMenu11actionEventEP12QActionEvent + 1213 9 QtWidgets 0x0000000109312ef8 _ZN7QWidget5eventEP6QEvent + 1240 10 QtWidgets 0x0000000109454654 _ZN5QMenu5eventEP6QEvent + 1140 11 QtWidgets 0x00000001092d258d _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent + 269 12 QtWidgets 0x00000001092d4ed2 _ZN12QApplication6notifyEP7QObjectP6QEvent + 5906 13 QtCore 0x0000000109f66544 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent + 164 14 QtWidgets 0x0000000109306c61 ZN7QWidget12insertActionEP7QActionS1 + 353 15 libliteapp.1.dylib 0x00000001091482d5 _ZN7LiteApp11createMenusEv + 549 16 libliteapp.1.dylib 0x00000001091456a3 _ZN7LiteAppC2Ev + 3427 17 libliteapp.1.dylib 0x0000000109143575 _ZN7LiteApp14NewApplicationEbPN7LiteApi12IApplicationE + 37 18 libliteapp.1.dylib 0x00000001091401e1 _Z12liteapp_mainiPPc + 3713 19 libdyld.dylib 0x00007fffb8ed0235 start + 1 20 ??? 0x0000000000000001 0x0 + 1

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fffb8ffed42 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fffb90ec5bf pthread_kill + 90 2 libsystem_c.dylib 0x00007fffb8f64420 abort + 129 3 libc++abi.dylib 0x00007fffb7aba84a abort_message + 266 4 libc++abi.dylib 0x00007fffb7adfc4f default_terminate_handler() + 267 5 libobjc.A.dylib 0x00007fffb85ed6fe _objc_terminate() + 103 6 libc++abi.dylib 0x00007fffb7adcd69 std::__terminate(void ()()) + 8 7 libc++abi.dylib 0x00007fffb7adc7de __cxa_throw + 121 8 libobjc.A.dylib 0x00007fffb85eb5b6 objc_exception_throw + 345 9 com.apple.CoreFoundation 0x00007fffa37fc082 +[NSException raise:format:arguments:] + 98 10 com.apple.Foundation 0x00007fffa5243ce0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195 11 com.apple.AppKit 0x00007fffa13b7986 -[NSBitmapImageRep initWithCGImage:] + 149 12 org.qt-project.QtGui 0x0000000109b4fabd qt_mac_create_nsimage(QIcon const&, int) + 525 13 libqcocoa.dylib 0x000000010a463fda QCocoaMenuItem::sync() + 2474 14 libqcocoa.dylib 0x000000010a461197 QCocoaMenu::insertMenuItem(QPlatformMenuItem, QPlatformMenuItem*) + 39 15 org.qt-project.QtWidgets 0x000000010945658d QMenu::actionEvent(QActionEvent*) + 1213 16 org.qt-project.QtWidgets 0x0000000109312ef8 QWidget::event(QEvent*) + 1240 17 org.qt-project.QtWidgets 0x0000000109454654 QMenu::event(QEvent*) + 1140 18 org.qt-project.QtWidgets 0x00000001092d258d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269 19 org.qt-project.QtWidgets 0x00000001092d4ed2 QApplication::notify(QObject*, QEvent*) + 5906 20 org.qt-project.QtCore 0x0000000109f66544 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 21 org.qt-project.QtWidgets 0x0000000109306c61 QWidget::insertAction(QAction*, QAction*) + 353 22 libliteapp.1.dylib 0x00000001091482d5 LiteApp::createMenus() + 549 23 libliteapp.1.dylib 0x00000001091456a3 LiteApp::LiteApp() + 3427 24 libliteapp.1.dylib 0x0000000109143575 LiteApp::NewApplication(bool, LiteApi::IApplication*) + 37 25 libliteapp.1.dylib 0x00000001091401e1 liteapp_main(int, char**) + 3713 26 libdyld.dylib 0x00007fffb8ed0235 start + 1

    Thread 1: 0 libsystem_kernel.dylib 0x00007fffb8fff44e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffb90e9695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffb90e90f1 start_wqthread + 13

    Thread 2: 0 libsystem_kernel.dylib 0x00007fffb8fff44e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffb90e9695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffb90e90f1 start_wqthread + 13

    Thread 3: 0 libsystem_kernel.dylib 0x00007fffb8fff44e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffb90e9695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffb90e90f1 start_wqthread + 13

    Thread 4: 0 libsystem_pthread.dylib 0x00007fffb90e90e4 start_wqthread + 0 1 ??? 0x0004000100010007 0 + 1125904201875463

    Thread 5: 0 libsystem_pthread.dylib 0x00007fffb90e90e4 start_wqthread + 0 1 ??? 0x0000700002286b80 0 + 123145338514304

    Thread 6: 0 libsystem_pthread.dylib 0x00007fffb90e90e4 start_wqthread + 0

    Thread 7: 0 libsystem_pthread.dylib 0x00007fffb90e90e4 start_wqthread + 0

    Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff56acd808 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007fff56acd830 rsp: 0x00007fff56acd808 r8: 0x00007fffb8f8d650 r9: 0x00007fffb8f4fa50 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff56acd990 r13: 0x0000000000000030 r14: 0x00007fffc1de23c0 r15: 0x0000000000000008 rip: 0x00007fffb8ffed42 rfl: 0x0000000000000206 cr2: 0x00007fffc1dc4128

    Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

    Binary Images: 0x109130000 - 0x109133ff3 +com.visualfc.liteide (liteidex - liteide x version) /data//LiteIDE.app/Contents/MacOS/LiteIDE 0x10913a000 - 0x109204ff3 +libliteapp.1.dylib (0) /data//LiteIDE.app/Contents/MacOS/libliteapp.1.dylib 0x109274000 - 0x10929fff7 +org.qt-project.QtPrintSupport (5.8 - 5.8.0) <1FB7C62E-8FDA-3E8F-A1E4-3AC987027D3E> /data//LiteIDE.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport 0x1092c1000 - 0x109725fff +org.qt-project.QtWidgets (5.8 - 5.8.0) <751070F0-6091-3A9C-8B6F-31C363B69435> /data//LiteIDE.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets 0x109885000 - 0x109c86fef +org.qt-project.QtGui (5.8 - 5.8.0) /data//LiteIDE.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui 0x109d7a000 - 0x10a237fff +org.qt-project.QtCore (5.8 - 5.8.0) <2C2FCD3B-2BCA-3941-B85E-9F334EB73FF8> /data//LiteIDE.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x10a2ed000 - 0x10a318ff7 +org.qt-project.QtXml (5.8 - 5.8.0) <1D6C0811-357E-338C-9A02-9424AA79F551> /data//LiteIDE.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml 0x10a368000 - 0x10a377ffb libSimplifiedChineseConverter.dylib (69) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x10a436000 - 0x10a583fff +libqcocoa.dylib (0) /data//LiteIDE.app/Contents/PlugIns/platforms/libqcocoa.dylib 0x10a5d0000 - 0x10a5e7ffb libCGInterfaces.dylib (331.5) /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x10a7a6000 - 0x10a7e3dc7 dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld 0x10c5b1000 - 0x10c5b7ff7 +libqgif.dylib (0) <3728B87B-BBC1-3401-8CBE-10D41C5F211B> /data//LiteIDE.app/Contents/PlugIns/imageformats/libqgif.dylib 0x10c5bb000 - 0x10c5c0fff +libqico.dylib (0) <0758E180-49D4-39BB-AAD7-00BEF311F5B6> /data//LiteIDE.app/Contents/PlugIns/imageformats/libqico.dylib 0x10c5cf000 - 0x10c5f9fff GLRendererFloat (14.0.16) <768ADC3B-C0E6-3936-801C-35990D62CAE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x10ebb1000 - 0x10ed57fff GLEngine (14.0.16) /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x10ed96000 - 0x10f7f1fff com.apple.driver.AppleIntelSKLGraphicsGLDriver (10.24.45 - 10.2.4) /System/Library/Extensions/AppleIntelSKLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsGLDriver 0x10fb21000 - 0x10fbe7ffb com.apple.AMDRadeonX4000GLDriver (1.50.38 - 1.5.0) <89EA30C3-AF0E-3ABD-86E9-132D567B4F46> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver 0x10fc01000 - 0x11013fff3 ATIRadeonX4000SCLib.dylib (1.50.38) <9CE032FB-927A-3865-95AE-2161A96000FB> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib 0x1101de000 - 0x11026cff7 com.apple.driver.AppleIntelSKLGraphicsMTLDriver (10.24.45 - 10.2.4) <8D363340-8029-3EEC-A71F-DF55AFB31860> /System/Library/Extensions/AppleIntelSKLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsMTLDriver 0x1103bc000 - 0x1103c3fff +libqicns.dylib (0) <263E39CD-0337-3EBE-8A0B-57FB53655BC3> /data//LiteIDE.app/Contents/PlugIns/imageformats/libqicns.dylib 0x1103c8000 - 0x1103ccfff +libqmacjp2.dylib (0) <3682C928-864F-3B9C-841E-2F6AD9286ECA> /data//LiteIDE.app/Contents/PlugIns/imageformats/libqmacjp2.dylib 0x110902000 - 0x11093cfff +libqjpeg.dylib (0) <665B03D2-613E-32E8-89FE-D71354B63C0B> /data//LiteIDE.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x110942000 - 0x110946ff7 +libqtga.dylib (0) /data//LiteIDE.app/Contents/PlugIns/imageformats/libqtga.dylib 0x11094a000 - 0x11099dfff +libqtiff.dylib (0) /data//LiteIDE.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x1109a5000 - 0x1109a9fff +libqwbmp.dylib (0) /data//LiteIDE.app/Contents/PlugIns/imageformats/libqwbmp.dylib 0x1109ad000 - 0x110a22ff7 +libqwebp.dylib (0) <5332EC2A-28E6-3802-9407-E61AE49290B6> /data/*/LiteIDE.app/Contents/PlugIns/imageformats/libqwebp.dylib 0x1157e0000 - 0x115802fff libKoreanConverter.dylib (69) /System/Library/CoreServices/Encodings/libKoreanConverter.dylib 0x122746000 - 0x122762ffb libJapaneseConverter.dylib (69) <46F32B98-16ED-3299-A596-79EACBA5E0ED> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0x7fff9e6e0000 - 0x7fff9e813ffb com.apple.AMDMTLBronzeDriver (1.50.38 - 1.5.0) <8DE8435D-465A-364D-B18F-DBFE92CC7919> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver 0x7fff9ff11000 - 0x7fff9ff15ffb com.apple.agl (3.3.1 - AGL-3.3.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x7fffa0245000 - 0x7fffa0245fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fffa025e000 - 0x7fffa0777feb com.apple.vImage (8.1 - ???) <3992178B-0FF2-3B05-8830-6894BE8FD6D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fffa0778000 - 0x7fffa08e9ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fffa08ea000 - 0x7fffa08feffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fffa08ff000 - 0x7fffa0cf5fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fffa0cf6000 - 0x7fffa0d0cfff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fffa0d0d000 - 0x7fffa0d13fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fffa0d14000 - 0x7fffa0d28ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fffa0d29000 - 0x7fffa0eb0fe7 libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fffa0eb1000 - 0x7fffa0f63ffb libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fffa0f64000 - 0x7fffa0f64fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fffa1223000 - 0x7fffa1ffcffb com.apple.AppKit (6.9 - 1504.82.104) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fffa200e000 - 0x7fffa200efff com.apple.ApplicationServices (48 - 48) <847E54B5-DEA4-3B50-93CE-4FC67789F179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fffa200f000 - 0x7fffa207dff7 com.apple.ApplicationServices.ATS (377 - 422.2) <012ACEE0-9A90-3998-8495-734E105117C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fffa2117000 - 0x7fffa2246ff7 libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fffa2247000 - 0x7fffa2291fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fffa22ee000 - 0x7fffa2321fff libTrueTypeScaler.dylib (194.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fffa238d000 - 0x7fffa2437ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fffa2438000 - 0x7fffa2488ff7 com.apple.HIServices (1.22 - 591) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fffa2489000 - 0x7fffa2498ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fffa2499000 - 0x7fffa24e6fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fffa24e7000 - 0x7fffa2522fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fffa2523000 - 0x7fffa252eff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fffa252f000 - 0x7fffa273bfff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6EEF498D-8233-3622-B34B-49FDD9D4DF14> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fffa273c000 - 0x7fffa273cfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D374973-8632-3F15-982C-E0508E6E5B1A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fffa28a5000 - 0x7fffa2c7fff7 com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fffa2c99000 - 0x7fffa2c99fff com.apple.Carbon (154 - 157) <7F6DA3B9-CAE8-3F75-B06A-CC710244970F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fffa2c9a000 - 0x7fffa2c9dfff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fffa2c9e000 - 0x7fffa2fa7fff com.apple.HIToolbox (2.1.1 - 857.8) <40254D9A-E477-3F33-B2A2-807D399BF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fffa2fa8000 - 0x7fffa2fabff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fffa2fac000 - 0x7fffa2fb1fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fffa2fb2000 - 0x7fffa3049ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fffa304a000 - 0x7fffa3064fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fffa3065000 - 0x7fffa3066ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fffa3067000 - 0x7fffa3069ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fffa306a000 - 0x7fffa3070ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fffa329b000 - 0x7fffa3328fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <184D9C49-248F-3374-944C-FD1A99A6B32E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fffa3329000 - 0x7fffa333cfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fffa333d000 - 0x7fffa3638fff com.apple.CoreData (120 - 754.2) <2397A0D1-03FC-349C-865D-9F114DC86A63> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fffa3639000 - 0x7fffa36e5fff com.apple.CoreDisplay (1.0 - 1) <461540AF-14C1-38F4-8F85-FD96BD51C856> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fffa36e6000 - 0x7fffa3b7fff7 com.apple.CoreFoundation (6.9 - 1349.65) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fffa3b80000 - 0x7fffa4202fff com.apple.CoreGraphics (2.0 - 1070.22) <3C0EEAC8-2475-38BD-81DC-C1F7F6C8E82F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fffa4203000 - 0x7fffa4446ffb com.apple.CoreImage (12.4.0 - 451.4.9) <988872A1-9C33-3FD7-9BF9-881F13A30392> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fffa45ab000 - 0x7fffa45abfff com.apple.CoreServices (775.19 - 775.19) <8AA95E32-AB13-3792-B248-FA150D8E6583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fffa45ac000 - 0x7fffa45fdfff com.apple.AE (712.5 - 712.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fffa45fe000 - 0x7fffa48d9ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fffa48da000 - 0x7fffa490dfff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fffa490e000 - 0x7fffa4916ff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fffa4917000 - 0x7fffa4a83ff7 com.apple.LaunchServices (775.19 - 775.19) <1CF81B5F-BA1A-3FC6-B4F9-E0A319AE94D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fffa4a84000 - 0x7fffa4b34ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fffa4b35000 - 0x7fffa4b94fff com.apple.CoreServices.OSServices (775.19 - 775.19) <724312AC-5CE8-333C-BC35-BC5AB1583D9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fffa4b95000 - 0x7fffa4c05fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fffa4c06000 - 0x7fffa4c4bff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fffa4cd4000 - 0x7fffa4e20ff3 com.apple.CoreText (352.0 - 544.12) <1ED17C4A-9E2D-3537-8C5F-FB675492A002> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fffa4e21000 - 0x7fffa4e56ff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fffa4e57000 - 0x7fffa4ec8ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) <3A83EBE9-68C5-37DD-AD6F-AF4B37813480> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fffa4fc6000 - 0x7fffa4fcbfff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fffa515d000 - 0x7fffa5503ff3 com.apple.Foundation (6.9 - 1349.64) <49C8DA40-9E5B-33F9-B092-F50115B59E95> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fffa552f000 - 0x7fffa5560ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fffa5620000 - 0x7fffa56c3ffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fffa56c4000 - 0x7fffa5759fff com.apple.framework.IOKit (2.0.2 - 1324.50.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fffa575a000 - 0x7fffa5760ffb com.apple.IOSurface (159.6 - 159.6) <661BFCC0-85AB-3343-853E-3797932871D4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fffa57b3000 - 0x7fffa5912fe7 com.apple.ImageIO.framework (3.3.0 - 1599.7) <2BDE099C-94BA-390E-9CB5-6BE969532EB6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fffa5913000 - 0x7fffa5917fff libGIF.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fffa5918000 - 0x7fffa5a08ff7 libJP2.dylib (1599.7) <8AF4DA0A-7D10-3082-9523-FEA4F51E1568> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fffa5a09000 - 0x7fffa5a2cffb libJPEG.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fffa5a2d000 - 0x7fffa5a54ff7 libPng.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fffa5a55000 - 0x7fffa5a57ff3 libRadiance.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fffa5a58000 - 0x7fffa5aa6feb libTIFF.dylib (1599.7) <1C2B6B4D-D77C-3F48-8D04-E5F4F2EAAECA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fffa680d000 - 0x7fffa6826ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fffa7005000 - 0x7fffa7060fff com.apple.Metal (87.18 - 87.18) <5D8B1DD7-84A4-359F-ACC8-8BCFBD8B0699> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fffa7949000 - 0x7fffa7951fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fffa7b28000 - 0x7fffa7b30ff7 libcldcpuengine.dylib (2.8.5) <6D10BDF1-8D39-347D-BB7C-6C25BA2336E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fffa7b31000 - 0x7fffa7b7fff3 com.apple.opencl (2.8.6 - 2.8.6) <908C7F66-C3B7-349E-8649-1F3DAD0A7790> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fffa7b80000 - 0x7fffa7b99ffb com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fffa7b9a000 - 0x7fffa7ba5ff7 com.apple.OpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fffa7ba6000 - 0x7fffa7ba8fff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fffa7ba9000 - 0x7fffa7bacff7 libCoreFSCache.dylib (156.3) <1B2EAF78-F6DA-38C1-A5E7-C9911C61F674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fffa7bad000 - 0x7fffa7bb1fff libCoreVMClient.dylib (156.3) <9660B91D-0C39-385A-96CB-268345035995> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fffa7bb2000 - 0x7fffa7bbbff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fffa7bbc000 - 0x7fffa7bc7fff libGL.dylib (14.0.16) <604077A8-D7E7-3E6F-984B-EB962CD776E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fffa7bc8000 - 0x7fffa7c04ff7 libGLImage.dylib (14.0.16) <1BD43691-4215-349C-8BD5-8A986195CB5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fffa7c05000 - 0x7fffa7d7bff3 libGLProgrammability.dylib (14.0.16) <658CA7D8-A521-3011-A056-4F19C3E42F8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fffa7d7c000 - 0x7fffa7dbdff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fffa8725000 - 0x7fffa8733fff com.apple.opengl (14.0.16 - 14.0.16) <2970D284-D6BD-3727-AA74-2697AE676952> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fffa9285000 - 0x7fffa9485fff com.apple.QuartzCore (1.11 - 453.38) <8B771CD0-F78A-30EA-AD88-F65960528A5B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fffa99ec000 - 0x7fffa9cedfff com.apple.security (7.0 - 57740.51.3) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fffa9cee000 - 0x7fffa9d63fff com.apple.securityfoundation (6.0 - 55132.50.7) <2A013E36-EEB5-3E9A-AAA7-8E10EC49E75C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fffa9d8e000 - 0x7fffa9d91ffb com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fffaa118000 - 0x7fffaa187ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fffaca04000 - 0x7fffaca26ffb com.apple.framework.Apple80211 (12.0 - 1200.46) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fffaca27000 - 0x7fffaca36feb com.apple.AppleFSCompression (88.50.3 - 1.0) <69E0C360-EF99-32E2-ADEE-10CD4CF8C605> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fffacb22000 - 0x7fffacbad97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fffacfe0000 - 0x7fffad05eff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fffadce9000 - 0x7fffadd10ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fffae634000 - 0x7fffae63dffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fffaed85000 - 0x7fffaed95fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fffaf0d0000 - 0x7fffaf100ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fffaf391000 - 0x7fffaf420ff7 com.apple.CoreSymbolication (62046) <0D271AFF-48D9-3842-A6D6-19725EF105FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fffaf421000 - 0x7fffaf560fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fffaf561000 - 0x7fffaf631ff3 com.apple.CoreUtils (5.1 - 510.31) <3FACAA4A-4251-369F-9B04-2AAD19B4414B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fffaf681000 - 0x7fffaf6e6ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fffaf6e7000 - 0x7fffaf6f5ff7 com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fffaf767000 - 0x7fffaf771ffb com.apple.framework.DFRFoundation (1.0 - 104.25) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fffaf772000 - 0x7fffaf776ff7 com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fffaf7ac000 - 0x7fffaf821ffb com.apple.datadetectorscore (7.0 - 539.1) <7A0E99A6-51D1-329C-9075-B8988441022F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fffaf85d000 - 0x7fffaf89cfff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fffaf89d000 - 0x7fffaf9aefff com.apple.desktopservices (1.11.5 - 1.11.5) <5712EC1F-FD2B-3F88-9549-DE167A5FEDE4> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fffafc94000 - 0x7fffb00c5ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fffb141c000 - 0x7fffb141cfff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fffb1429000 - 0x7fffb1434ff3 libGPUSupportMercury.dylib (14.0.16) <883C2A10-C615-3727-9B35-1E0026EFFC2D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fffb16ed000 - 0x7fffb1709fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fffb1e1a000 - 0x7fffb1e90ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fffb249f000 - 0x7fffb24a9fff com.apple.IOAccelMemoryInfo (1.0 - 1) <73A55053-B8F5-3E11-A9A1-33A5E0933C2D> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo 0x7fffb24aa000 - 0x7fffb24b1ffb com.apple.IOAccelerator (311.11 - 311.11) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fffb24b3000 - 0x7fffb24c7ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fffb24c8000 - 0x7fffb24eafff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fffb25d1000 - 0x7fffb2788fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fffb30a9000 - 0x7fffb3122ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fffb329c000 - 0x7fffb32c4fff com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fffb3376000 - 0x7fffb3381fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fffb3c59000 - 0x7fffb3c9aff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <897B7147-43A7-337F-A496-354C9D696448> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fffb4382000 - 0x7fffb439cfff com.apple.ProtocolBuffer (1 - 249.1) <478687E1-1EAA-363B-81F2-5C56303915E8> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fffb43b5000 - 0x7fffb43d8ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fffb5130000 - 0x7fffb51bdfff com.apple.Sharing (696.2.67 - 696.2.67) <4AC2E3D3-786F-3C2A-A8B6-CDD48D9F45C0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fffb51de000 - 0x7fffb5444ff3 com.apple.SkyLight (1.600.0 - 160.40) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fffb5622000 - 0x7fffb562eff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fffb5d18000 - 0x7fffb5d8cfdf com.apple.Symbolication (62048.1) <90D17992-D584-305E-AC93-B5ECDB58FF76> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fffb61ca000 - 0x7fffb61d0ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fffb625c000 - 0x7fffb6322ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fffb6396000 - 0x7fffb6397fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fffb6398000 - 0x7fffb6528ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fffb75d9000 - 0x7fffb75dbffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fffb7630000 - 0x7fffb764bff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fffb764c000 - 0x7fffb7657fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib 0x7fffb76e9000 - 0x7fffb76eaff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fffb76eb000 - 0x7fffb78fefff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib 0x7fffb7922000 - 0x7fffb7922fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib 0x7fffb7923000 - 0x7fffb7927ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib 0x7fffb7928000 - 0x7fffb7929ffb libSystem.B.dylib (1238.51.1) /usr/lib/libSystem.B.dylib 0x7fffb7995000 - 0x7fffb79c0ff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib 0x7fffb79c1000 - 0x7fffb7a3dfc7 libate.dylib (1.12.13) /usr/lib/libate.dylib 0x7fffb7a41000 - 0x7fffb7a41ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib 0x7fffb7a42000 - 0x7fffb7a52ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib 0x7fffb7a53000 - 0x7fffb7a61ff7 libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib 0x7fffb7a62000 - 0x7fffb7ab8ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib 0x7fffb7ab9000 - 0x7fffb7ae3fff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib 0x7fffb7ae4000 - 0x7fffb7af4ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib 0x7fffb7af5000 - 0x7fffb7b0bfcf libcompression.dylib (39) /usr/lib/libcompression.dylib 0x7fffb7b0c000 - 0x7fffb7b0cff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib 0x7fffb7b0d000 - 0x7fffb7b0eff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib 0x7fffb7bc8000 - 0x7fffb7cadff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib 0x7fffb7e4b000 - 0x7fffb7e9eff7 libcups.2.dylib (450) /usr/lib/libcups.2.dylib 0x7fffb7f19000 - 0x7fffb7f19fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib 0x7fffb7f29000 - 0x7fffb7f2eff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib 0x7fffb7f2f000 - 0x7fffb8021ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib 0x7fffb8022000 - 0x7fffb8247ffb libicucore.A.dylib (57163.0.1) <325E1C97-1C45-3A7E-9AFB-D1328E31D879> /usr/lib/libicucore.A.dylib 0x7fffb824d000 - 0x7fffb824efff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib 0x7fffb824f000 - 0x7fffb8268ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib 0x7fffb8269000 - 0x7fffb827fff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib 0x7fffb8280000 - 0x7fffb8528ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib 0x7fffb855b000 - 0x7fffb85d5ff3 libnetwork.dylib (856.50.56) <021B3FCF-6CFC-359D-845A-8A6AD7C54D73> /usr/lib/libnetwork.dylib 0x7fffb85d6000 - 0x7fffb89a8047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib 0x7fffb89ab000 - 0x7fffb89affff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib 0x7fffb89b0000 - 0x7fffb89e1ff7 libpcap.A.dylib (67.50.2) /usr/lib/libpcap.A.dylib 0x7fffb89fe000 - 0x7fffb8a1affb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib 0x7fffb8a6a000 - 0x7fffb8bb7ff7 libsqlite3.dylib (254.5) <6918660B-CAC9-390F-BED3-43760EC68F3C> /usr/lib/libsqlite3.dylib 0x7fffb8cac000 - 0x7fffb8cb9fff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib 0x7fffb8cba000 - 0x7fffb8da9ffb libxml2.2.dylib (30.15) <99A58C37-98A2-3430-942A-D6038C1A198C> /usr/lib/libxml2.2.dylib 0x7fffb8daa000 - 0x7fffb8dd3fff libxslt.1.dylib (15.9) <71FFCDFF-4AAF-394C-8452-92F301FB1A46> /usr/lib/libxslt.1.dylib 0x7fffb8dd4000 - 0x7fffb8de5ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib 0x7fffb8df4000 - 0x7fffb8df8ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib 0x7fffb8df9000 - 0x7fffb8e03fff libcommonCrypto.dylib (60092.50.5) /usr/lib/system/libcommonCrypto.dylib 0x7fffb8e04000 - 0x7fffb8e0bfff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib 0x7fffb8e0c000 - 0x7fffb8e14fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib 0x7fffb8e15000 - 0x7fffb8e98fdf libcorecrypto.dylib (442.50.19) <8A39EE06-121C-3731-A9E9-35847064B3EE> /usr/lib/system/libcorecrypto.dylib 0x7fffb8e99000 - 0x7fffb8ecafff libdispatch.dylib (703.50.37) /usr/lib/system/libdispatch.dylib 0x7fffb8ecb000 - 0x7fffb8ed0ffb libdyld.dylib (433.5) <129D3B44-FB21-3750-9A68-48B5C3DC632B> /usr/lib/system/libdyld.dylib 0x7fffb8ed1000 - 0x7fffb8ed1ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib 0x7fffb8ed2000 - 0x7fffb8edeffb libkxld.dylib (3789.51.2) <0BD544C8-A376-3F91-8426-564B4F7FE7E6> /usr/lib/system/libkxld.dylib 0x7fffb8edf000 - 0x7fffb8edffff liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib 0x7fffb8ee0000 - 0x7fffb8ee5ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib 0x7fffb8ee6000 - 0x7fffb8ee8ff3 libquarantine.dylib (85.50.1) <7B32EA91-AB8B-32A4-8E52-9D3ED46CAC8E> /usr/lib/system/libquarantine.dylib 0x7fffb8ee9000 - 0x7fffb8eeaffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib 0x7fffb8eeb000 - 0x7fffb8f03ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib 0x7fffb8f04000 - 0x7fffb8f04ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib 0x7fffb8f05000 - 0x7fffb8f92fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib 0x7fffb8f93000 - 0x7fffb8f96ffb libsystem_configuration.dylib (888.51.2) <872C8A42-0871-3424-830B-84E587A75D27> /usr/lib/system/libsystem_configuration.dylib 0x7fffb8f97000 - 0x7fffb8f9afff libsystem_coreservices.dylib (41.4) /usr/lib/system/libsystem_coreservices.dylib 0x7fffb8f9b000 - 0x7fffb8fb3fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib 0x7fffb8fb4000 - 0x7fffb8fbafff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib 0x7fffb8fbb000 - 0x7fffb8fe4ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib 0x7fffb8fe5000 - 0x7fffb9007ff7 libsystem_kernel.dylib (3789.51.2) /usr/lib/system/libsystem_kernel.dylib 0x7fffb9008000 - 0x7fffb904ffe7 libsystem_m.dylib (3121.6) /usr/lib/system/libsystem_m.dylib 0x7fffb9050000 - 0x7fffb906eff7 libsystem_malloc.dylib (116.50.8) <48D1BBA3-914E-3C65-AF70-C33B4A1B5233> /usr/lib/system/libsystem_malloc.dylib 0x7fffb906f000 - 0x7fffb90c8ffb libsystem_network.dylib (856.50.56) /usr/lib/system/libsystem_network.dylib 0x7fffb90c9000 - 0x7fffb90d2ff3 libsystem_networkextension.dylib (563.50.32) /usr/lib/system/libsystem_networkextension.dylib 0x7fffb90d3000 - 0x7fffb90dcff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib 0x7fffb90dd000 - 0x7fffb90e5fe7 libsystem_platform.dylib (126.50.8) <5940EAB7-84D6-34DC-9B38-111648B2B589> /usr/lib/system/libsystem_platform.dylib 0x7fffb90e6000 - 0x7fffb90f0ff7 libsystem_pthread.dylib (218.51.1) <62A84A68-431D-3B54-A7B6-31367CCF2884> /usr/lib/system/libsystem_pthread.dylib 0x7fffb90f1000 - 0x7fffb90f4ff7 libsystem_sandbox.dylib (592.50.47) <87A2327D-B7A1-3E4C-A85D-D3D9484003DB> /usr/lib/system/libsystem_sandbox.dylib 0x7fffb90f5000 - 0x7fffb90f6ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib 0x7fffb90f7000 - 0x7fffb90feffb libsystem_symptoms.dylib (532.50.47) <9CF6A47C-8343-3E85-9C27-A8D98E726A8B> /usr/lib/system/libsystem_symptoms.dylib 0x7fffb90ff000 - 0x7fffb9112ff7 libsystem_trace.dylib (518.51.1) /usr/lib/system/libsystem_trace.dylib 0x7fffb9113000 - 0x7fffb9118ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib 0x7fffb9119000 - 0x7fffb9142ff7 libxpc.dylib (972.50.27) /usr/lib/system/libxpc.dylib

    External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 1562 thread_create: 0 thread_set_state: 0

    VM Region Summary: ReadOnly portion of Libraries: Total=283.1M resident=0K(0%) swapped_out_or_unallocated=283.1M(100%) Writable regions: Total=177.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=177.8M(100%)

                                VIRTUAL   REGION 
    

    REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 128K 2 Activity Tracing 256K 2 CG backing stores 1160K 3 CG image 28K 4 CoreUI image file 176K 3 Kernel Alloc Once 8K 2 MALLOC 146.7M 43 MALLOC guard page 48K 10 STACK GUARD 56.0M 9 Stack 11.6M 9 VM_ALLOCATE 1684K 202 __DATA 22.8M 240 __GLSLBUILTINS 2588K 2 __IMAGE 528K 2 __LINKEDIT 120.0M 30 __TEXT 163.1M 237 __UNICODE 556K 2 mapped file 647.7M 202 shared memory 16.3M 14 =========== ======= ======= TOTAL 1.2G 999

    Model: MacBookPro13,3, BootROM MBP133.0226.B15, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.38f7 Graphics: Radeon Pro 455, AMD Radeon Pro 455, PCIe, 2048 MB Graphics: Intel HD Graphics 530, Intel HD Graphics 530, Built-In Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x80CE, 0x4B3445424533303445422D45474347202020 Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x80CE, 0x4B3445424533303445422D45474347202020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x15A), Broadcom BCM43xx 1.0 (7.21.171.124.1a2) Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.0 Bus USB Device: iBridge Thunderbolt Bus: MacBook Pro, Apple Inc., 15.12 Thunderbolt Bus: MacBook Pro, Apple Inc., 15.12

  • Enhancement: JSON view/format support

    Enhancement: JSON view/format support

    I work with a .json files in my project. I would be nice to have a pretty view for that content and format support even greater.

    Thank you for making this product.

  • Not an issue, but a little suggestion for a better project overview: Colored tabs

    Not an issue, but a little suggestion for a better project overview: Colored tabs

    First of all: LiteIDE is great! Working on several projects at the same time would be much easier if the tabs of the opened codes were assigned any color, possibly corresponding to coloring the associated folder in the same color!

    Thank you for the excellent work!!!

  • "Build" menu disabled for no reason

    What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

    LiteIDE X38 - Qt 5.15.6 (64 bit)

    What version of Go are you using (go version)?

    go version go1.19.2 linux/amd64

    What operating system and processor architecture are you using(go env)?

    GOHOSTOS="linux" GOHOSTARCH="amd64" GOARCH="amd64"

    What did you do?

    Edit Go files.

    What did you expect to see?

    Build menu available/enabled.

    What did you see instead?

    With a Go project folder open, the "Build" menu disabled when switching editor buffers, but not re-enabled until application restart. Locking/unlocking the build path made no difference. After restart, with the very same files open, the Build menu is again enabled and functional. Also, perhaps I missed something in the documentation, but I do not understand why the "Build>Make" item sometimes is not there.

  • No keyboard shortcut to make editor window active

    No keyboard shortcut to make editor window active

    What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

    X38

    What version of Go are you using (go version)?

    1.18

    What operating system and processor architecture are you using(go env)?

    Debian, arm64

    What did you do?

    1. Code something.
    2. Ctrl+Shift+4 to open terminal.
    3. Run a command or two
    4. Try to get back to the editor window without moving your hand to use the mouse.

    What did you expect to see?

    Step 4 should be trivial to achieve.

    What did you see instead?

    In LiteIDE, step 4 is impossible.

  • LiteiDE slowed down, slows down linux

    LiteiDE slowed down, slows down linux

    What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

    x38, 5.15.5

    What version of Go are you using (go version)?

    go1.18.4 linux/amd64

    What operating system and processor architecture are you using(go env)?

    GO111MODULE="auto" GOARCH="amd64" GOBIN="" GOCACHE="/home/someuser/.cache/go-build" GOENV="/home/someuser/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/home/someuser/go/pkg/mod" GOOS="linux" GOPATH="/home/someuser/go" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/lib/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.18.4" GCCGO="gccgo" GOAMD64="v1" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" GOWORK="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build2271925332=/tmp/go-build -gno-record-gcc-switches"

    What did you do?

    Upgraded to a recent version, because saving a file couldn't format new generics syntax

    Since the upgrade, my LiteIDE slowed down a lot, even it slows down my system. It's a low-end laptop with 16GB ram, but it was working fine before the upgrade. I don't use debugging, just the "editor". Generally I blame gocode and gotools running continuously in the background, showing up in top with a lot of CPU and RAM usage. Maybe disk usage too.

    What did you expect to see?

    Just run fine.

    What did you see instead?

    Totally slows down my linux.

Web based, Go IDE.
Web based, Go IDE.

Strukture IDE Beta II Go lang IDE. Built with GopherSauce About project IDE runs as a server and is accessed via web browser. Being a web server, the

Nov 28, 2022
ide-gen is a tool for development workspace prepare automation by automatic VCS repositories discovery and clone and project generation for supported IDEs.

ide-gen is a tool for development workspace prepare automation by automatic VCS repositories discovery and clone and project generation for supported IDEs.

May 8, 2022
🔥 Continuous profiling platform — debug performance issues in your code!
🔥  Continuous profiling platform — debug performance issues in your code!

Pyroscope is an open source continuous profiling platform.

Jan 7, 2023
(Experimental) Go library for multi-platform clipboard.

clipboard This is a multi-platform clipboard library in Go. Abstract This is clipboard library in Go, which runs on multiple platforms. External clipb

Nov 20, 2022
Camerdevs, is dev cameroonian developer platform.

camerdevs Camerdevs, is dev cameroonian developer platform. Features The platform includes the functionnalities bellow: A Catalogue cameroonian develo

Oct 23, 2022
Template project to get started with a simple API skeleton in Go and Docker

A template project to create a Docker image for a Go application. The example application exposes an HTTP endpoint through a REST API packaged as a static binary.

Apr 4, 2022
A simple go app that can show users' cursors in real-time

ws-cursors Description A simple go app that can show users' cursors in real-time. Instance The real service is available on Heroku by address - https:

Jan 26, 2022
Simple tool that updates Visual Studio Code workspace(s) to include Go modules in gopath/src, then launches VSCode if only one modified.

Simple tool that updates Visual Studio Code workspace(s) to include Go modules in gopath/src, then launches VSCode if only one modified.

Jan 27, 2022
A simple application to show how to use dd-trace-go's tracer and profiler.

dd-trace-go-demo A simple application to show how to use dd-trace-go's tracer and profiler. Usage To run this demo application, simply clone this repo

Oct 8, 2022
The open-source collaborative IDE for your databases.
The open-source collaborative IDE for your databases.

The open-source collaborative IDE for your databases in your browser. About Slashbase is an open-source collaborative IDE for your databases in your b

Sep 4, 2022
Neko is a cross-platform open-source animated cursor-chasing cat. This is the reimplementation write in Go.

Neko Neko is a cat that chases the mouse cursor across the screen, an app written in the late 1980s and ported for many platforms. This code is a re-i

Nov 21, 2022
Magma is an open-source software platform that gives network operators an open, flexible and extendable mobile core network solution.
Magma is an open-source software platform that gives network operators an open, flexible and extendable mobile core network solution.

Connecting the Next Billion People Magma is an open-source software platform that gives network operators an open, flexible and extendable mobile core

Dec 31, 2022
SigNoz helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
SigNoz helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥.   👉  Open source Application Performance Monitoring (APM) & Observability tool

Monitor your applications and troubleshoot problems in your deployed applications, an open-source alternative to DataDog, New Relic, etc. Documentatio

Sep 24, 2021
An open-source, distributed, cloud-native CD (Continuous Delivery) product designed for developersAn open-source, distributed, cloud-native CD (Continuous Delivery) product designed for developers
An open-source, distributed, cloud-native CD (Continuous Delivery) product designed for developersAn open-source, distributed, cloud-native CD (Continuous Delivery) product designed for developers

Developer-oriented Continuous Delivery Product ⁣ English | 简体中文 Table of Contents Zadig Table of Contents What is Zadig Quick start How to use? How to

Oct 19, 2021
The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.

End-to-end computer vision platform Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises. onepa

Dec 12, 2022
SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.

SingularityCE Guidelines for Contributing Pull Request Template Project License Documentation Support Citation SingularityCE is the Community Edition

Jan 5, 2023
Open-IM-Server is open source instant messaging Server.Backend in Go.
Open-IM-Server is open source instant messaging Server.Backend in Go.

Open-IM-Server Open-IM-Server: Open source Instant Messaging Server Instant messaging server. Backend in pure Golang, wire transport protocol is JSON

Jan 2, 2023
Open-IM-Server is open source instant messaging Server.Backend in Go.
Open-IM-Server is open source instant messaging Server.Backend in Go.

Open-IM-Server is open source instant messaging Server.Backend in Go.

Dec 31, 2022
go-opa-validate is an open-source lib that evaluates OPA (open policy agent) policy against JSON or YAML data.
go-opa-validate is an open-source lib that evaluates OPA (open policy agent) policy against JSON or YAML data.

go-opa-validate go-opa-validate is an open-source lib that evaluates OPA (open policy agent) policy against JSON or YAML data. Installation Usage Cont

Nov 17, 2022
mesh-kridik is an open-source security scanner that performs various security checks on a Kubernetes cluster with istio service mesh and is leveraged by OPA (Open Policy Agent) to enforce security rules.
mesh-kridik is an open-source security scanner that performs various security checks on a Kubernetes cluster with istio service mesh and is leveraged by OPA (Open Policy Agent) to enforce security rules.

mesh-kridik Enhance your Kubernetes service mesh security !! mesh-kridik is an open-source security scanner that performs various security checks on a

Dec 14, 2022