Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » TheIDE PDB debugger now understands some U++ types
Re: TheIDE PDB debugger now understands some U++ types [message #52801 is a reply to message #52800] Fri, 29 November 2019 09:13 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
zsolt wrote on Fri, 29 November 2019 02:41
How can I activate it?
I have compiled current Git version with MSC 2017 64 bit, but it seems to be working in the old way.


Should work out of box-> something is wrong.

Core should be trunk version for Value recogniction.

Project must be compiled with MSC.

Not all U++ types are supported. Check ide/debuggers/Pretty.cpp for the list of types currently supported:

		pretty.Add("Upp::Date", { 0, THISFN(PrettyDate) });
		pretty.Add("Upp::Time", { 0, THISFN(PrettyTime) });
		pretty.Add("Upp::ValueArray", { 0, THISFN(PrettyValueArray) });
		pretty.Add("Upp::ValueMap", { 0, THISFN(PrettyValueMap) });
		pretty.Add("Upp::Value", { 0, THISFN(PrettyValue) });
		pretty.Add("Upp::String", { 0, THISFN(PrettyString) });
		pretty.Add("Upp::WString", { 0, THISFN(PrettyWString) });
		pretty.Add("Upp::Vector", { 1, THISFN(PrettyVector) });
		pretty.Add("Upp::BiVector", { 1, THISFN(PrettyBiVector) });
		pretty.Add("Upp::Array", { 1, THISFN(PrettyArray) });
		pretty.Add("Upp::BiArray", { 1, THISFN(PrettyBiArray) });
		pretty.Add("Upp::Index", { 1, THISFN(PrettyIndex) });
		pretty.Add("Upp::VectorMap", { 2, THISFN(PrettyVectorMap) });
		pretty.Add("Upp::ArrayMap", { 2, THISFN(PrettyArrayMap) });

		pretty.Add("std::vector", { 1, THISFN(PrettyStdVector) });
		pretty.Add("std::basic_string", { 1, THISFN(PrettyStdString) });


If none of those helps, we will have to dig into it... E.g. for starters, testcase would help.

Is debugged code 32 or 64?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Server failure - some services might be temporarily unavailable
Next Topic: Happy New Year 2020
Goto Forum:
  


Current Time: Mon May 06 04:00:46 CEST 2024

Total time taken to generate the page: 0.01510 seconds