<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - functions containing "exit" mostly confuse macrovar() and fun2string(). Bug seen"
href="http://bugzilla.scilab.org/show_bug.cgi?id=2476">bug 2476</a>
<br><br>
---------- Bug Summary ----------- <br>functions containing "exit" mostly confuse macrovar() and fun2string(). Bug seen <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">URL</td>
<td>-->function foo(); exit; endfunction
-->fun2string(foo)
-1-> // heck? who set a breakpoint inside fun2string??
-1->whereami
whereami called under pause
pause called at line 82 of macro mmodlst
mmodlst called at line 17 of macro fun2string
-1->resume
!--error 21
invalid index
at line 83 of function mmodlst called by :
line 17 of function fun2string called by :
fun2string(foo)
-->dispbpt()
--> // nobody set any breakpoint!
Also:
-->macrovar(foo)
!--error 21
invalid index
at line 15 of function listvars called by :
line 20 of function macrovar called by :
macrovar(foo)
</td>
<td>
</td>
</tr></table>
<p>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>