-
| 你好,请问怎么调试自己编写的c文件呢?我已经将它导出成了dll文件 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            saghul
          
      
      
        Oct 25, 2024 
      
    
    Replies: 1 comment
-
| You should be able to step through the C code with your debugger. Or do you mean debug JS code? In that case judiciously places print statements are still the only supported way 😅 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        695137400
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You should be able to step through the C code with your debugger. Or do you mean debug JS code? In that case judiciously places print statements are still the only supported way 😅