Char

Forum Replies Created

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Dynamic library debug #8027
    Char
    Participant

    I know about per user variables. bit i want something different  behavior – i want add path mapping only for me, not different paths for different users.

    in reply to: Dynamic library debug #8014
    Char
    Participant

    Is it possible to make patch mapping different per user?

    for example if gui not exist – i can manually make CustomSourceDirectories sections in .user project file?

     

    in reply to: Debug error – SIGSEGV in watch #8007
    Char
    Participant

    Yeah.

    Can VisualGDB handle this  signal and show error – “Watch variables error – segfault file line etc..”   because now it just stop debug session without any message why it happens.

    Or maybe it can convert property getters to class fields when add it to watch?

    its not simple to see getter value in debugger – for example mouse hover looks like that

     

    in reply to: Debug error – SIGSEGV in watch #8004
    Char
    Participant

    if i add watch by pivate field all ok

    order->_cancelReplaceOrder->_orderStatus

    errorn and debug stop only if i use public const getter

    order->CancelReplaceOrder()->OrderStatus()”

    BaseOrder * CancelReplaceOrder() const {return _cancelReplaceOrder; }

    TradeExchange::OrdStatusEnum OrderStatus() const { return _orderStatus; }

    in reply to: Newbie: How to handle gcc build output? #8002
    Char
    Participant

    DavidA

    You have error before GCC compilation begins – ” VisualGDB.exe /build etc.. ” exited with code 1.

    try run it from command line. I think it <snip> in solution path can be reason.

     

    in reply to: Save Makefile settings W/O toolchain verify #7987
    Char
    Participant

    Thank you! Its work

    in reply to: Dynamic library debug #7960
    Char
    Participant

    Thak you. Path mapping good for me

     

    in reply to: Save Makefile settings W/O toolchain verify #7952
    Char
    Participant

    I make video

    If i have no saved cache source , it will not save debug=2  until i wait download complite.

    in reply to: Save Makefile settings W/O toolchain verify #7943
    Char
    Participant

    support

    Thank you for reply.

    When i change any setting in VisualGDB 5.x  on “makefile settings” screen, is not saved until ALL testing steps complete. (build checks, download all headers etc )

    If i press cancel / abort in this operation settings not saved.

    Last version ask me  something like that – “tool chain test failed, do you really want to save settings?”

Viewing 9 posts - 16 through 24 (of 24 total)