Replies: 1 comment 3 replies
-
| 
         How would Rich know what is "local code"?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
When I look at errors, it is most likely my own code is the one messed up, so on large tracebacks it would be nice to have it bold.
It was raised in an earlier feature request but dismissed in favor of suppressing the frames. But I find it odd to suppress information, because I want to be able to look at variables across the stack. Even if my code may not be right, that may be third-party code that mess with my data.
In terms of implementation, I suggest having a
highlight_local_pathparam toTracebackthat handle bold highlight throughPathHighlighter:What do you think?
Beta Was this translation helpful? Give feedback.
All reactions