Code Monkey home page Code Monkey logo

Comments (3)

4ch12dy avatar 4ch12dy commented on July 18, 2024

应该没有关系吧?

from xia0lldb.

wxq491216 avatar wxq491216 commented on July 18, 2024

我确认过,把.lldbinit中添加的语句注释掉,QT Creator就能够正常用了,具体原因我也不是很清楚,查资料有提到过DefaultPythonVersion导致的,但确认了我本地值是2,有点奇怪。

from xia0lldb.

MustangYM avatar MustangYM commented on July 18, 2024

确实与Qt Creator的debug不兼容

  • Qt Creator 5.0.2
  • QT5.15.2
  • DefaultPythonVersion = 2(因为QT必须要设置为版本2才能debug,不知是否是这个原因,未知)
  • xia0LLDB 3.1

QT Error log

`[xia0LLDB] * Version: 3.1

[xia0LLDB] + Loading all scripts from /Users/apple/Downloads/xia0LLDB-master/src
[xia0LLDB] * Finished
(lldb) script sys.path.insert(1, '/Applications/Qt Creator.app/Contents/Resources/debugger/')
(lldb) script from lldbbridge import *
Traceback (most recent call last):
File "", line 1, in
File "/Applications/Qt Creator.app/Contents/Resources/debugger/lldbbridge.py", line 35, in
from utils import DebuggerStartMode, BreakpointType, TypeCode, LogChannel
ImportError: cannot import name 'DebuggerStartMode' from 'utils' (/Users/apple/Downloads/xia0LLDB-master/src/utils.py)`

我临时将.lldbinit文件删除后,QT的debug恢复正常工作

from xia0lldb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.