Forum Replies Created
-
AuthorPosts
-
CharParticipant
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.
CharParticipantIs 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?
CharParticipantYeah.
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
CharParticipantif 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; }
CharParticipantDavidA
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.
CharParticipantThank you! Its work
CharParticipantThak you. Path mapping good for me
CharParticipantI make video
If i have no saved cache source , it will not save debug=2 until i wait download complite.
CharParticipantsupport
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