Forum Replies Created
-
AuthorPosts
-
Char
ParticipantI 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.
Char
ParticipantIs 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?
Char
ParticipantYeah.
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
Char
Participantif 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; }
Char
ParticipantDavidA
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.
Char
ParticipantThank you! Its work
Char
ParticipantThak you. Path mapping good for me
Char
ParticipantI make video
If i have no saved cache source , it will not save debug=2 until i wait download complite.
Char
Participantsupport
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?”
-
AuthorPosts