You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breakpoint handling doesn't seem to work well with devtools integration. It seems that breakpoints can be added, but not disabled nor removed (i.e. they get disabled removed in browser devtools, but not in debug gem side in ruby process)
To Reproduce
Expected behavior
Have disable/enable of break points work
Additional context
In case it affects, running app inside docker container, and browser in localhost, rdbg port forwarded from docker container to localhost
The text was updated successfully, but these errors were encountered:
I may try sometime, but I already pretty much gave up trying with this "devtools" approach due to #902 (which made approach highly inpractical with docker container, which was having process constantly restarted with "rerun", more precisely multiple processes in different containers), and #901 and #904. Aka. I',m back using just plain CLI with remote debug.
Your environment
ruby -v
: 3.2.1rdbg -v
: 1.7.1Describe the bug
Breakpoint handling doesn't seem to work well with devtools integration. It seems that breakpoints can be added, but not disabled nor removed (i.e. they get disabled removed in browser devtools, but not in debug gem side in ruby process)
To Reproduce
Expected behavior
Have disable/enable of break points work
Additional context
In case it affects, running app inside docker container, and browser in localhost, rdbg port forwarded from docker container to localhost
The text was updated successfully, but these errors were encountered: