zoukankan      html  css  js  c++  java
  • charles的设置断点

    一、添加Charles断点

    1、用Charles抓包发起一次接口请求

    2、对要打断点的接口右键,选择【Breakpoints】

     
     

    二、Charles断点设置

    1、点击Charles菜单-【Proxy】-【Breakpoint...】,此时会弹出【Breakpoints Settings】对话框

     
     

    2、双击【Location】内的接口地址,此时会弹出【Edit Breakpoint】对话框

    3、在【Query】项输入:*

    4、如果我只需要修改返回的参数,就只勾选【Response】

     
     

    三、修改接口返回值

    1、再次发起接口请求,此时会弹出下面的对话框

    2、点击【Edit Response】,修改返回的报文

    3、点击底部的【Execute】将修改后的报文返回

     




  • 相关阅读:
    SQL SEREVR IO
    INTEL
    windows performance
    The DiskSpd Storage Performance Tool
    machine Learning
    NOSQL
    X64 Deep Dive
    Debugging and performance,ETW
    Disk Performance
    WCF transport-and-message-security
  • 原文地址:https://www.cnblogs.com/xysun/p/14522219.html
Copyright © 2011-2022 走看看