Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > it.comp.lang.javascript > #8375
| Path | csiph.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!feeder1.feed.usenet.farm!feed.usenet.farm!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Luis <luis@luis.com> |
| Newsgroups | it.comp.lang.javascript |
| Subject | Re: cercasi debugger javascript disperatamente |
| Date | Mon, 17 Jan 2022 12:36:04 +0100 |
| Organization | Luis |
| Lines | 46 |
| Sender | Luis <> |
| Message-ID | <wy5yrvgn49ph$.dlg@news.luis.invalid> (permalink) |
| References | <dwl0p7nvj6bn$.dlg@news.luis.invalid> <debugger-20220116230904@ram.dialup.fu-berlin.de> <boaeqv6bpdq4.dlg@news.luis.invalid> <debugger-20220116234950@ram.dialup.fu-berlin.de> |
| Reply-To | luis@luis.com |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="iso-8859-1" |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | reader02.eternal-september.org; posting-host="fbbd9a8e8c97e64b8ebf865b05c5da08"; logging-data="23522"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18UwnZi3lNJhBrdiB4cf2jSX6LnDruKroKS40jPFBt2Cw==" |
| User-Agent | 40tude_Dialog/2.0.15.84 |
| Cancel-Lock | sha1:Ubp/vkFbDdc5DsmdaE6Yp3rV7VI= |
| Xref | csiph.com it.comp.lang.javascript:8375 |
Show key headers only | View raw
On 16 Jan 2022 22:56:01 GMT, Stefan Ram wrote:
> Luis <luis@luis.com> writes:
>> io speravo in un tool molto più ricco, con debug
>>istruzione per istruzione, eventualmente con la possibilità
>>di eseguire le funzioni completamente senza entrare con il
>>debugger dentro di loro
>
> Firefox offre queste possibilità qui. Ho esteso un po'
> lo script (vedi sotto). Se ora questo viene avviato (come
> descritto) sotto il debugger di Firefox, le seguenti opzioni
> sono disponibili come simboli grafici o tasti:
>
> F8 eseguire,
> F10 passo singolo (senza entrare),
> F11 passo singolo (entrando) e
> Shift+F11 lasciare.
>
> <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"
> lang="it" xml:lang="it">
> <head><meta charset="UTF-8" /><title>programma</title>
> </head><body><script type="text/javascript">
e> f0 = x =>
> {
> debugger;
> x = x + 1;
> console.log( x );
> const y = x/3;
> const fy = Math.floor( y );
> const fn = "f" + fy;
> const call = fn + "( x )";
> eval( call );
> };
> f1 = x => 0;
> f0( 0 );
> </script></body></html>
>
> Ma forse questo non è più così possibile in certe versioni
> di Firefox oggi. Ha funzionato un po' di tempo fa.
>
> Inoltre, i "breakpoints" non devono essere stati disattivati.
> Forse ci sono video sul web che dimostrano l'uso del debugger
> di Firefox.
grazie stefan, gentilissimo veramente, appena ho un attimo
provo.
buonissima giornata
Back to it.comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
cercasi debugger javascript disperatamente Luis <luis@luis.com> - 2022-01-16 22:26 +0100
Re: cercasi debugger javascript disperatamente Luis <luis@luis.com> - 2022-01-16 23:33 +0100
Re: cercasi debugger javascript disperatamente Luis <luis@luis.com> - 2022-01-17 12:36 +0100
Re: cercasi debugger javascript disperatamente Luis <luis@luis.com> - 2022-01-17 22:42 +0100
csiph-web