On Sunday 24 July 2016 14:57:45 Niemand Sonst wrote: > I have not tried, but shouldn't there be a Space after the comma?
I have tried also, and the diff is whether it wastes a space by printing it too. So I always use the line number then a space. But with LCNC getting lots of updates, anything is possible, but the 5 debugs that work, are constructed the same way, no space after the comma. (debug,34 tpmm=#<_tpmm>) (debug,35 e_mjr_R=#<_e_mjr_R>) (debug,36 e_mnr_R=#<_e_mnr_R>) (debug,37 i_mjr_R=#<_i_mjr_R>) (debug,38 i_mnr_R=#<_i_mnr_R>) and these all work. I am beginning to think I've found a bug. > (DEBUG, 31 ... > not > (DEBUG,31 ... > > Norbert > > Am 24.07.2016 um 20:43 schrieb Gene Heskett: > > Greetings everybody; > > > > Currently in the house, editing and running code from the little > > monsters linuxcnc/nc_files directory while testing it with the > > sim.lathe running here on this machine. > > > > As in most of my coding efforts, I make liberal use of the (debug, > > etc statement, but right now, in 45 LOC, I have 7 debug statements, > > only 5 of which appear to be executing. The first and last > > statements aren't outputting even a line feed. And theres no > > if/else/endif's in sight. > > > > > > copy/paste of the statements that do not output a thing: > > > > #<_i_mjr_R> = #<_e_mjr_R> ( final size of thread s/b correct ) > > (debug,31 i_mjr_R=#<_i_mjr_R>) ( s/b reasonable mm's? ) > > > > #<_taper_tot> = [#<_thread_len> * SIN[7] * #<_mkmmfctr>] > > (debug,42 taper_tot=#<_taper_tot>) ( should look good ) > > > > Call me puzzled. A bug? PEBCAK? > > > > How can I troubleshoot this? > > > > Thanks. > > > > Cheers, Gene Heskett > > ---------------------------------------------------------------------- >-------- What NetFlow Analyzer can do for you? Monitors network > bandwidth and traffic patterns at an interface-level. Reveals which > users, apps, and protocols are consuming the most bandwidth. Provides > multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make > informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
