Re: VisualD temp D variables showing up

2017-12-29 Thread Amorphorious via Digitalmars-d-debugger

On Friday, 29 December 2017 at 11:25:09 UTC, Amorphorious wrote:
I am computing equations involving ^^ and about 90%, around 40, 
temp variables are showing up in the locals window.


__powtmp5173.712227326  double
__powtmp5174.3275114687 double
__powtmp51751   double
dist2.017358817 double
__powtmp5176-.2647196372double
__powtmp51771.225902886 double
__powtmp5178.67 double
__powtmp51795.563024167e-309double
__powtmp51803.613877664e-308double
__powtmp51811.424047271e-305double
__powtmp51820   double
__powtmp51832.125183105 double
__powtmp51843.124453764e-307double
__powtmp51852.769750648e+266double
__powtmp51861.700051445e-313double
__powtmp51872.826759824e-307double
__powtmp51881.447097644e-305double
__powtmp51891.295163447e-318double
__powtmp51901.447097644e-305double
etc.

How can I remove these? I do not need to see them.


Also, tuple display is quite verbose, can it be removed too?


+		[0]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[1]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[2]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[3]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[4]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[5]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[6]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[7]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[8]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[9]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[10]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[11]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[12]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[13]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[14]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[15]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[16]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[17]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[18]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[19]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[20]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[21]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[22]	{__expand_field_0=-.4901682775, 
__expand_field_1=-.05324527881, 
__expand_field_2=.87}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[23]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 
__expand_field_2=.91}	std.typecons.Tuple!(double, double, 
double).Tuple
+		[24]	{__expand_field_0=-.08063807692, 
__expand_field_1=.4066909153, 

Re: VisualD temp D variables showing up

2017-12-29 Thread Amorphorious via Digitalmars-d-debugger
Also, when I put a BP on an if statement it is not hit and Visual 
D says that no symbols have been loaded for the document. If I 
put the BP on a line that isn't an if statement, it hits the BP 
fine.




VisualD temp D variables showing up

2017-12-29 Thread Amorphorious via Digitalmars-d-debugger
I am computing equations involving ^^ and about 90%, around 40, 
temp variables are showing up in the locals window.


__powtmp5173.712227326  double
__powtmp5174.3275114687 double
__powtmp51751   double
dist2.017358817 double
__powtmp5176-.2647196372double
__powtmp51771.225902886 double
__powtmp5178.67 double
__powtmp51795.563024167e-309double
__powtmp51803.613877664e-308double
__powtmp51811.424047271e-305double
__powtmp51820   double
__powtmp51832.125183105 double
__powtmp51843.124453764e-307double
__powtmp51852.769750648e+266double
__powtmp51861.700051445e-313double
__powtmp51872.826759824e-307double
__powtmp51881.447097644e-305double
__powtmp51891.295163447e-318double
__powtmp51901.447097644e-305double
etc.

How can I remove these? I do not need to see them.