edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [edbrowse-dev] page code overloading sw
@ 2019-09-03  1:58 Kevin Carhart
  2019-09-03  2:17 ` Karl Dahlke
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Carhart @ 2019-09-03  1:58 UTC (permalink / raw)
  To: Edbrowse-dev


Unrelated to the build topic, I've been working on a site and there is a 
strange effect.  I think the page code overloads startwindow routines.  If 
you echo something from a breakpoint, with trace on, you find out that 
page code is being called on the way to the alert.  I don't know whether 
it is important.

bp: ne
f54961
f27711
f27708
f27709
f27293
[object Object]
bp:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [edbrowse-dev] page code overloading sw
  2019-09-03  1:58 [edbrowse-dev] page code overloading sw Kevin Carhart
@ 2019-09-03  2:17 ` Karl Dahlke
  0 siblings, 0 replies; 2+ messages in thread
From: Karl Dahlke @ 2019-09-03  2:17 UTC (permalink / raw)
  To: Edbrowse-dev

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

Note this paragraph from my debugging page in the wiki.
This may be what is happening.

--------------------------------

I worked on one site that added its own toString() functions to various prototypes, and these in turn had trace points,
so when I asked for the value of x, and it tried to turn x into a string, it entered the toString() function associated with x, which triggered more breakpoints, which was really really confusing.
I entered . . . and finally got back to the string value of x.
I hope this is a rare occurrence.

Karl Dahlke

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-03  2:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  1:58 [edbrowse-dev] page code overloading sw Kevin Carhart
2019-09-03  2:17 ` Karl Dahlke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).